NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_time
[deliverable/linux.git] / fs / nfs / nfs4xdr.c
CommitLineData
1da177e4
LT
1/*
2 * fs/nfs/nfs4xdr.c
3 *
4 * Client-side XDR for NFSv4.
5 *
6 * Copyright (c) 2002 The Regents of the University of Michigan.
7 * All rights reserved.
8 *
9 * Kendrick Smith <kmsmith@umich.edu>
10 * Andy Adamson <andros@umich.edu>
6c0195a4 11 *
1da177e4
LT
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 *
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 * 3. Neither the name of the University nor the names of its
22 * contributors may be used to endorse or promote products derived
23 * from this software without specific prior written permission.
24 *
25 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
26 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
34 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 */
37
38#include <linux/param.h>
39#include <linux/time.h>
40#include <linux/mm.h>
1da177e4
LT
41#include <linux/errno.h>
42#include <linux/string.h>
43#include <linux/in.h>
44#include <linux/pagemap.h>
45#include <linux/proc_fs.h>
46#include <linux/kdev_t.h>
db8ac8ba
WAA
47#include <linux/module.h>
48#include <linux/utsname.h>
1da177e4 49#include <linux/sunrpc/clnt.h>
2449ea2e 50#include <linux/sunrpc/msg_prot.h>
5a5ea0d4 51#include <linux/sunrpc/gss_api.h>
1da177e4
LT
52#include <linux/nfs.h>
53#include <linux/nfs4.h>
54#include <linux/nfs_fs.h>
55#include <linux/nfs_idmap.h>
f092075d 56
4ce79717 57#include "nfs4_fs.h"
4882ef72 58#include "internal.h"
b1f69b75 59#include "pnfs.h"
f092075d 60#include "netns.h"
1da177e4
LT
61
62#define NFSDBG_FACILITY NFSDBG_XDR
63
64/* Mapping from NFS error code to "errno" error code. */
65#define errno_NFSERR_IO EIO
66
0a8ea437 67static int nfs4_stat_to_errno(int);
1da177e4
LT
68
69/* NFSv4 COMPOUND tags are only wanted for debugging purposes */
70#ifdef DEBUG
71#define NFS4_MAXTAGLEN 20
72#else
73#define NFS4_MAXTAGLEN 0
74#endif
75
6c0195a4 76/* lock,open owner id:
9f958ab8 77 * we currently use size 2 (u64) out of (NFS4_OPAQUE_LIMIT >> 2)
1da177e4 78 */
95b72eb0 79#define open_owner_id_maxsz (1 + 2 + 1 + 1 + 2)
d035c36c 80#define lock_owner_id_maxsz (1 + 1 + 4)
9104a55d 81#define decode_lockowner_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
1da177e4
LT
82#define compound_encode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
83#define compound_decode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
84#define op_encode_hdr_maxsz (1)
85#define op_decode_hdr_maxsz (2)
9104a55d
TM
86#define encode_stateid_maxsz (XDR_QUADLEN(NFS4_STATEID_SIZE))
87#define decode_stateid_maxsz (XDR_QUADLEN(NFS4_STATEID_SIZE))
88#define encode_verifier_maxsz (XDR_QUADLEN(NFS4_VERIFIER_SIZE))
89#define decode_verifier_maxsz (XDR_QUADLEN(NFS4_VERIFIER_SIZE))
1da177e4
LT
90#define encode_putfh_maxsz (op_encode_hdr_maxsz + 1 + \
91 (NFS4_FHSIZE >> 2))
92#define decode_putfh_maxsz (op_decode_hdr_maxsz)
93#define encode_putrootfh_maxsz (op_encode_hdr_maxsz)
94#define decode_putrootfh_maxsz (op_decode_hdr_maxsz)
95#define encode_getfh_maxsz (op_encode_hdr_maxsz)
96#define decode_getfh_maxsz (op_decode_hdr_maxsz + 1 + \
97 ((3+NFS4_FHSIZE) >> 2))
e5012d1f 98#define nfs4_fattr_bitmap_maxsz 4
96928206 99#define encode_getattr_maxsz (op_encode_hdr_maxsz + nfs4_fattr_bitmap_maxsz)
1da177e4
LT
100#define nfs4_name_maxsz (1 + ((3 + NFS4_MAXNAMLEN) >> 2))
101#define nfs4_path_maxsz (1 + ((3 + NFS4_MAXPATHLEN) >> 2))
bd625ba8
TM
102#define nfs4_owner_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
103#define nfs4_group_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
88034c3d
AA
104/* We support only one layout type per file system */
105#define decode_mdsthreshold_maxsz (1 + 1 + nfs4_fattr_bitmap_maxsz + 1 + 8)
96928206
BF
106/* This is based on getfattr, which uses the most attributes: */
107#define nfs4_fattr_value_maxsz (1 + (1 + 2 + 2 + 4 + 2 + 1 + 1 + 2 + 2 + \
88034c3d
AA
108 3 + 3 + 3 + nfs4_owner_maxsz + \
109 nfs4_group_maxsz + decode_mdsthreshold_maxsz))
96928206
BF
110#define nfs4_fattr_maxsz (nfs4_fattr_bitmap_maxsz + \
111 nfs4_fattr_value_maxsz)
112#define decode_getattr_maxsz (op_decode_hdr_maxsz + nfs4_fattr_maxsz)
9104a55d
TM
113#define encode_attrs_maxsz (nfs4_fattr_bitmap_maxsz + \
114 1 + 2 + 1 + \
115 nfs4_owner_maxsz + \
116 nfs4_group_maxsz + \
117 4 + 4)
1da177e4
LT
118#define encode_savefh_maxsz (op_encode_hdr_maxsz)
119#define decode_savefh_maxsz (op_decode_hdr_maxsz)
56ae19f3
TM
120#define encode_restorefh_maxsz (op_encode_hdr_maxsz)
121#define decode_restorefh_maxsz (op_decode_hdr_maxsz)
2f42b5d0 122#define encode_fsinfo_maxsz (encode_getattr_maxsz)
dae100c2
FI
123/* The 5 accounts for the PNFS attributes, and assumes that at most three
124 * layout types will be returned.
125 */
126#define decode_fsinfo_maxsz (op_decode_hdr_maxsz + \
127 nfs4_fattr_bitmap_maxsz + 4 + 8 + 5)
1da177e4
LT
128#define encode_renew_maxsz (op_encode_hdr_maxsz + 3)
129#define decode_renew_maxsz (op_decode_hdr_maxsz)
130#define encode_setclientid_maxsz \
131 (op_encode_hdr_maxsz + \
cc38bac3
CL
132 XDR_QUADLEN(NFS4_VERIFIER_SIZE) + \
133 XDR_QUADLEN(NFS4_SETCLIENTID_NAMELEN) + \
134 1 /* sc_prog */ + \
135 XDR_QUADLEN(RPCBIND_MAXNETIDLEN) + \
136 XDR_QUADLEN(RPCBIND_MAXUADDRLEN) + \
137 1) /* sc_cb_ident */
1da177e4
LT
138#define decode_setclientid_maxsz \
139 (op_decode_hdr_maxsz + \
140 2 + \
141 1024) /* large value for CLID_INUSE */
142#define encode_setclientid_confirm_maxsz \
143 (op_encode_hdr_maxsz + \
144 3 + (NFS4_VERIFIER_SIZE >> 2))
145#define decode_setclientid_confirm_maxsz \
146 (op_decode_hdr_maxsz)
e6889620
TM
147#define encode_lookup_maxsz (op_encode_hdr_maxsz + nfs4_name_maxsz)
148#define decode_lookup_maxsz (op_decode_hdr_maxsz)
2cebf828
TM
149#define encode_share_access_maxsz \
150 (2)
4882ef72 151#define encode_createmode_maxsz (1 + encode_attrs_maxsz + encode_verifier_maxsz)
2cebf828
TM
152#define encode_opentype_maxsz (1 + encode_createmode_maxsz)
153#define encode_claim_null_maxsz (1 + nfs4_name_maxsz)
154#define encode_open_maxsz (op_encode_hdr_maxsz + \
155 2 + encode_share_access_maxsz + 2 + \
156 open_owner_id_maxsz + \
157 encode_opentype_maxsz + \
158 encode_claim_null_maxsz)
159#define decode_ace_maxsz (3 + nfs4_owner_maxsz)
9104a55d 160#define decode_delegation_maxsz (1 + decode_stateid_maxsz + 1 + \
2cebf828
TM
161 decode_ace_maxsz)
162#define decode_change_info_maxsz (5)
163#define decode_open_maxsz (op_decode_hdr_maxsz + \
9104a55d 164 decode_stateid_maxsz + \
2cebf828
TM
165 decode_change_info_maxsz + 1 + \
166 nfs4_fattr_bitmap_maxsz + \
167 decode_delegation_maxsz)
9104a55d
TM
168#define encode_open_confirm_maxsz \
169 (op_encode_hdr_maxsz + \
170 encode_stateid_maxsz + 1)
171#define decode_open_confirm_maxsz \
172 (op_decode_hdr_maxsz + \
173 decode_stateid_maxsz)
174#define encode_open_downgrade_maxsz \
175 (op_encode_hdr_maxsz + \
176 encode_stateid_maxsz + 1 + \
177 encode_share_access_maxsz)
178#define decode_open_downgrade_maxsz \
179 (op_decode_hdr_maxsz + \
180 decode_stateid_maxsz)
181#define encode_close_maxsz (op_encode_hdr_maxsz + \
182 1 + encode_stateid_maxsz)
183#define decode_close_maxsz (op_decode_hdr_maxsz + \
184 decode_stateid_maxsz)
185#define encode_setattr_maxsz (op_encode_hdr_maxsz + \
186 encode_stateid_maxsz + \
187 encode_attrs_maxsz)
188#define decode_setattr_maxsz (op_decode_hdr_maxsz + \
189 nfs4_fattr_bitmap_maxsz)
190#define encode_read_maxsz (op_encode_hdr_maxsz + \
191 encode_stateid_maxsz + 3)
192#define decode_read_maxsz (op_decode_hdr_maxsz + 2)
193#define encode_readdir_maxsz (op_encode_hdr_maxsz + \
194 2 + encode_verifier_maxsz + 5)
195#define decode_readdir_maxsz (op_decode_hdr_maxsz + \
196 decode_verifier_maxsz)
197#define encode_readlink_maxsz (op_encode_hdr_maxsz)
198#define decode_readlink_maxsz (op_decode_hdr_maxsz + 1)
199#define encode_write_maxsz (op_encode_hdr_maxsz + \
200 encode_stateid_maxsz + 4)
201#define decode_write_maxsz (op_decode_hdr_maxsz + \
202 2 + decode_verifier_maxsz)
203#define encode_commit_maxsz (op_encode_hdr_maxsz + 3)
204#define decode_commit_maxsz (op_decode_hdr_maxsz + \
205 decode_verifier_maxsz)
1da177e4
LT
206#define encode_remove_maxsz (op_encode_hdr_maxsz + \
207 nfs4_name_maxsz)
6ce18391
BH
208#define decode_remove_maxsz (op_decode_hdr_maxsz + \
209 decode_change_info_maxsz)
1da177e4
LT
210#define encode_rename_maxsz (op_encode_hdr_maxsz + \
211 2 * nfs4_name_maxsz)
6ce18391
BH
212#define decode_rename_maxsz (op_decode_hdr_maxsz + \
213 decode_change_info_maxsz + \
214 decode_change_info_maxsz)
1da177e4
LT
215#define encode_link_maxsz (op_encode_hdr_maxsz + \
216 nfs4_name_maxsz)
6ce18391 217#define decode_link_maxsz (op_decode_hdr_maxsz + decode_change_info_maxsz)
daccbded 218#define encode_lockowner_maxsz (7)
9104a55d
TM
219#define encode_lock_maxsz (op_encode_hdr_maxsz + \
220 7 + \
daccbded
TM
221 1 + encode_stateid_maxsz + 1 + \
222 encode_lockowner_maxsz)
9104a55d
TM
223#define decode_lock_denied_maxsz \
224 (8 + decode_lockowner_maxsz)
225#define decode_lock_maxsz (op_decode_hdr_maxsz + \
226 decode_lock_denied_maxsz)
daccbded
TM
227#define encode_lockt_maxsz (op_encode_hdr_maxsz + 5 + \
228 encode_lockowner_maxsz)
9104a55d
TM
229#define decode_lockt_maxsz (op_decode_hdr_maxsz + \
230 decode_lock_denied_maxsz)
231#define encode_locku_maxsz (op_encode_hdr_maxsz + 3 + \
232 encode_stateid_maxsz + \
233 4)
234#define decode_locku_maxsz (op_decode_hdr_maxsz + \
235 decode_stateid_maxsz)
d3c7b7cc
TM
236#define encode_release_lockowner_maxsz \
237 (op_encode_hdr_maxsz + \
238 encode_lockowner_maxsz)
239#define decode_release_lockowner_maxsz \
240 (op_decode_hdr_maxsz)
9104a55d
TM
241#define encode_access_maxsz (op_encode_hdr_maxsz + 1)
242#define decode_access_maxsz (op_decode_hdr_maxsz + 2)
1da177e4
LT
243#define encode_symlink_maxsz (op_encode_hdr_maxsz + \
244 1 + nfs4_name_maxsz + \
94a6d753 245 1 + \
96928206 246 nfs4_fattr_maxsz)
1da177e4
LT
247#define decode_symlink_maxsz (op_decode_hdr_maxsz + 8)
248#define encode_create_maxsz (op_encode_hdr_maxsz + \
9104a55d
TM
249 1 + 2 + nfs4_name_maxsz + \
250 encode_attrs_maxsz)
2cebf828
TM
251#define decode_create_maxsz (op_decode_hdr_maxsz + \
252 decode_change_info_maxsz + \
253 nfs4_fattr_bitmap_maxsz)
9104a55d
TM
254#define encode_statfs_maxsz (encode_getattr_maxsz)
255#define decode_statfs_maxsz (decode_getattr_maxsz)
1da177e4
LT
256#define encode_delegreturn_maxsz (op_encode_hdr_maxsz + 4)
257#define decode_delegreturn_maxsz (op_decode_hdr_maxsz)
9104a55d
TM
258#define encode_getacl_maxsz (encode_getattr_maxsz)
259#define decode_getacl_maxsz (op_decode_hdr_maxsz + \
260 nfs4_fattr_bitmap_maxsz + 1)
261#define encode_setacl_maxsz (op_encode_hdr_maxsz + \
262 encode_stateid_maxsz + 3)
263#define decode_setacl_maxsz (decode_setattr_maxsz)
e6889620
TM
264#define encode_fs_locations_maxsz \
265 (encode_getattr_maxsz)
266#define decode_fs_locations_maxsz \
267 (0)
5a5ea0d4 268#define encode_secinfo_maxsz (op_encode_hdr_maxsz + nfs4_name_maxsz)
1650add2 269#define decode_secinfo_maxsz (op_decode_hdr_maxsz + 1 + ((NFS_MAX_SECFLAVORS * (16 + GSS_OID_MAX_LEN)) / 4))
9b7b9fcc
AA
270
271#if defined(CONFIG_NFS_V4_1)
fc931582
AA
272#define NFS4_MAX_MACHINE_NAME_LEN (64)
273
99fe60d0
BH
274#define encode_exchange_id_maxsz (op_encode_hdr_maxsz + \
275 encode_verifier_maxsz + \
276 1 /* co_ownerid.len */ + \
277 XDR_QUADLEN(NFS4_EXCHANGE_ID_LEN) + \
278 1 /* flags */ + \
279 1 /* spa_how */ + \
280 0 /* SP4_NONE (for now) */ + \
db8ac8ba
WAA
281 1 /* implementation id array of size 1 */ + \
282 1 /* nii_domain */ + \
283 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
284 1 /* nii_name */ + \
285 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
286 3 /* nii_date */)
99fe60d0
BH
287#define decode_exchange_id_maxsz (op_decode_hdr_maxsz + \
288 2 /* eir_clientid */ + \
289 1 /* eir_sequenceid */ + \
290 1 /* eir_flags */ + \
291 1 /* spr_how */ + \
292 0 /* SP4_NONE (for now) */ + \
293 2 /* eir_server_owner.so_minor_id */ + \
294 /* eir_server_owner.so_major_id<> */ \
295 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 + \
296 /* eir_server_scope<> */ \
297 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 + \
298 1 /* eir_server_impl_id array length */ + \
7d2ed9ac
WAA
299 1 /* nii_domain */ + \
300 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
301 1 /* nii_name */ + \
302 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
303 3 /* nii_date */)
fc931582
AA
304#define encode_channel_attrs_maxsz (6 + 1 /* ca_rdma_ird.len (0) */)
305#define decode_channel_attrs_maxsz (6 + \
306 1 /* ca_rdma_ird.len */ + \
307 1 /* ca_rdma_ird */)
308#define encode_create_session_maxsz (op_encode_hdr_maxsz + \
309 2 /* csa_clientid */ + \
310 1 /* csa_sequence */ + \
311 1 /* csa_flags */ + \
312 encode_channel_attrs_maxsz + \
313 encode_channel_attrs_maxsz + \
314 1 /* csa_cb_program */ + \
315 1 /* csa_sec_parms.len (1) */ + \
316 1 /* cb_secflavor (AUTH_SYS) */ + \
317 1 /* stamp */ + \
318 1 /* machinename.len */ + \
319 XDR_QUADLEN(NFS4_MAX_MACHINE_NAME_LEN) + \
320 1 /* uid */ + \
321 1 /* gid */ + \
322 1 /* gids.len (0) */)
323#define decode_create_session_maxsz (op_decode_hdr_maxsz + \
324 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
325 1 /* csr_sequence */ + \
326 1 /* csr_flags */ + \
327 decode_channel_attrs_maxsz + \
328 decode_channel_attrs_maxsz)
7c44f1ae
WAA
329#define encode_bind_conn_to_session_maxsz (op_encode_hdr_maxsz + \
330 /* bctsa_sessid */ \
331 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
332 1 /* bctsa_dir */ + \
333 1 /* bctsa_use_conn_in_rdma_mode */)
334#define decode_bind_conn_to_session_maxsz (op_decode_hdr_maxsz + \
335 /* bctsr_sessid */ \
336 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
337 1 /* bctsr_dir */ + \
338 1 /* bctsr_use_conn_in_rdma_mode */)
0f3e66c6
AA
339#define encode_destroy_session_maxsz (op_encode_hdr_maxsz + 4)
340#define decode_destroy_session_maxsz (op_decode_hdr_maxsz)
66245539
TM
341#define encode_destroy_clientid_maxsz (op_encode_hdr_maxsz + 2)
342#define decode_destroy_clientid_maxsz (op_decode_hdr_maxsz)
fc01cea9
AA
343#define encode_sequence_maxsz (op_encode_hdr_maxsz + \
344 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 4)
345#define decode_sequence_maxsz (op_decode_hdr_maxsz + \
346 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5)
18019753
RL
347#define encode_reclaim_complete_maxsz (op_encode_hdr_maxsz + 4)
348#define decode_reclaim_complete_maxsz (op_decode_hdr_maxsz + 4)
7f11d8d3
AA
349#define encode_getdevicelist_maxsz (op_encode_hdr_maxsz + 4 + \
350 encode_verifier_maxsz)
351#define decode_getdevicelist_maxsz (op_decode_hdr_maxsz + \
352 2 /* nfs_cookie4 gdlr_cookie */ + \
353 decode_verifier_maxsz \
354 /* verifier4 gdlr_verifier */ + \
355 1 /* gdlr_deviceid_list count */ + \
356 XDR_QUADLEN(NFS4_PNFS_GETDEVLIST_MAXNUM * \
357 NFS4_DEVICEID4_SIZE) \
358 /* gdlr_deviceid_list */ + \
359 1 /* bool gdlr_eof */)
b1f69b75
AA
360#define encode_getdeviceinfo_maxsz (op_encode_hdr_maxsz + 4 + \
361 XDR_QUADLEN(NFS4_DEVICEID4_SIZE))
362#define decode_getdeviceinfo_maxsz (op_decode_hdr_maxsz + \
363 1 /* layout type */ + \
364 1 /* opaque devaddr4 length */ + \
365 /* devaddr4 payload is read into page */ \
366 1 /* notification bitmap length */ + \
367 1 /* notification bitmap */)
368#define encode_layoutget_maxsz (op_encode_hdr_maxsz + 10 + \
369 encode_stateid_maxsz)
370#define decode_layoutget_maxsz (op_decode_hdr_maxsz + 8 + \
371 decode_stateid_maxsz + \
372 XDR_QUADLEN(PNFS_LAYOUT_MAXSIZE))
863a3c6c
AA
373#define encode_layoutcommit_maxsz (op_encode_hdr_maxsz + \
374 2 /* offset */ + \
375 2 /* length */ + \
376 1 /* reclaim */ + \
377 encode_stateid_maxsz + \
378 1 /* new offset (true) */ + \
379 2 /* last byte written */ + \
380 1 /* nt_timechanged (false) */ + \
381 1 /* layoutupdate4 layout type */ + \
382 1 /* NULL filelayout layoutupdate4 payload */)
383#define decode_layoutcommit_maxsz (op_decode_hdr_maxsz + 3)
cbe82603
BH
384#define encode_layoutreturn_maxsz (8 + op_encode_hdr_maxsz + \
385 encode_stateid_maxsz + \
386 1 /* FIXME: opaque lrf_body always empty at the moment */)
387#define decode_layoutreturn_maxsz (op_decode_hdr_maxsz + \
388 1 + decode_stateid_maxsz)
fca78d6d
BS
389#define encode_secinfo_no_name_maxsz (op_encode_hdr_maxsz + 1)
390#define decode_secinfo_no_name_maxsz decode_secinfo_maxsz
7d974794
BS
391#define encode_test_stateid_maxsz (op_encode_hdr_maxsz + 2 + \
392 XDR_QUADLEN(NFS4_STATEID_SIZE))
393#define decode_test_stateid_maxsz (op_decode_hdr_maxsz + 2 + 1)
9aeda35f
BS
394#define encode_free_stateid_maxsz (op_encode_hdr_maxsz + 1 + \
395 XDR_QUADLEN(NFS4_STATEID_SIZE))
396#define decode_free_stateid_maxsz (op_decode_hdr_maxsz + 1)
9b7b9fcc
AA
397#else /* CONFIG_NFS_V4_1 */
398#define encode_sequence_maxsz 0
399#define decode_sequence_maxsz 0
400#endif /* CONFIG_NFS_V4_1 */
401
1da177e4
LT
402#define NFS4_enc_compound_sz (1024) /* XXX: large enough? */
403#define NFS4_dec_compound_sz (1024) /* XXX: large enough? */
404#define NFS4_enc_read_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 405 encode_sequence_maxsz + \
1da177e4 406 encode_putfh_maxsz + \
9104a55d 407 encode_read_maxsz)
1da177e4 408#define NFS4_dec_read_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 409 decode_sequence_maxsz + \
1da177e4 410 decode_putfh_maxsz + \
9104a55d 411 decode_read_maxsz)
1da177e4 412#define NFS4_enc_readlink_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 413 encode_sequence_maxsz + \
1da177e4 414 encode_putfh_maxsz + \
9104a55d 415 encode_readlink_maxsz)
1da177e4 416#define NFS4_dec_readlink_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 417 decode_sequence_maxsz + \
1da177e4 418 decode_putfh_maxsz + \
9104a55d 419 decode_readlink_maxsz)
1da177e4 420#define NFS4_enc_readdir_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 421 encode_sequence_maxsz + \
1da177e4 422 encode_putfh_maxsz + \
9104a55d 423 encode_readdir_maxsz)
1da177e4 424#define NFS4_dec_readdir_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 425 decode_sequence_maxsz + \
1da177e4 426 decode_putfh_maxsz + \
9104a55d 427 decode_readdir_maxsz)
1da177e4 428#define NFS4_enc_write_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 429 encode_sequence_maxsz + \
1da177e4 430 encode_putfh_maxsz + \
9104a55d 431 encode_write_maxsz + \
4f9838c7 432 encode_getattr_maxsz)
1da177e4 433#define NFS4_dec_write_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 434 decode_sequence_maxsz + \
1da177e4 435 decode_putfh_maxsz + \
9104a55d 436 decode_write_maxsz + \
4f9838c7 437 decode_getattr_maxsz)
1da177e4 438#define NFS4_enc_commit_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 439 encode_sequence_maxsz + \
1da177e4 440 encode_putfh_maxsz + \
8582715e 441 encode_commit_maxsz)
1da177e4 442#define NFS4_dec_commit_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 443 decode_sequence_maxsz + \
1da177e4 444 decode_putfh_maxsz + \
8582715e 445 decode_commit_maxsz)
1da177e4 446#define NFS4_enc_open_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 447 encode_sequence_maxsz + \
2cebf828 448 encode_putfh_maxsz + \
2cebf828 449 encode_open_maxsz + \
6168f62c 450 encode_access_maxsz + \
2cebf828 451 encode_getfh_maxsz + \
2cebf828 452 encode_getattr_maxsz)
1da177e4 453#define NFS4_dec_open_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 454 decode_sequence_maxsz + \
2cebf828 455 decode_putfh_maxsz + \
2cebf828 456 decode_open_maxsz + \
6168f62c 457 decode_access_maxsz + \
2cebf828 458 decode_getfh_maxsz + \
2cebf828 459 decode_getattr_maxsz)
9104a55d
TM
460#define NFS4_enc_open_confirm_sz \
461 (compound_encode_hdr_maxsz + \
462 encode_putfh_maxsz + \
463 encode_open_confirm_maxsz)
464#define NFS4_dec_open_confirm_sz \
465 (compound_decode_hdr_maxsz + \
466 decode_putfh_maxsz + \
467 decode_open_confirm_maxsz)
1da177e4 468#define NFS4_enc_open_noattr_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 469 encode_sequence_maxsz + \
1da177e4 470 encode_putfh_maxsz + \
2cebf828 471 encode_open_maxsz + \
6168f62c 472 encode_access_maxsz + \
2cebf828 473 encode_getattr_maxsz)
1da177e4 474#define NFS4_dec_open_noattr_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 475 decode_sequence_maxsz + \
1da177e4 476 decode_putfh_maxsz + \
2cebf828 477 decode_open_maxsz + \
6168f62c 478 decode_access_maxsz + \
2cebf828 479 decode_getattr_maxsz)
1da177e4
LT
480#define NFS4_enc_open_downgrade_sz \
481 (compound_encode_hdr_maxsz + \
9b7b9fcc 482 encode_sequence_maxsz + \
9104a55d
TM
483 encode_putfh_maxsz + \
484 encode_open_downgrade_maxsz + \
485 encode_getattr_maxsz)
1da177e4
LT
486#define NFS4_dec_open_downgrade_sz \
487 (compound_decode_hdr_maxsz + \
9b7b9fcc 488 decode_sequence_maxsz + \
9104a55d
TM
489 decode_putfh_maxsz + \
490 decode_open_downgrade_maxsz + \
491 decode_getattr_maxsz)
492#define NFS4_enc_close_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 493 encode_sequence_maxsz + \
9104a55d
TM
494 encode_putfh_maxsz + \
495 encode_close_maxsz + \
496 encode_getattr_maxsz)
497#define NFS4_dec_close_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 498 decode_sequence_maxsz + \
9104a55d
TM
499 decode_putfh_maxsz + \
500 decode_close_maxsz + \
501 decode_getattr_maxsz)
502#define NFS4_enc_setattr_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 503 encode_sequence_maxsz + \
9104a55d
TM
504 encode_putfh_maxsz + \
505 encode_setattr_maxsz + \
506 encode_getattr_maxsz)
507#define NFS4_dec_setattr_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 508 decode_sequence_maxsz + \
9104a55d
TM
509 decode_putfh_maxsz + \
510 decode_setattr_maxsz + \
511 decode_getattr_maxsz)
1da177e4 512#define NFS4_enc_fsinfo_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 513 encode_sequence_maxsz + \
1da177e4
LT
514 encode_putfh_maxsz + \
515 encode_fsinfo_maxsz)
516#define NFS4_dec_fsinfo_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 517 decode_sequence_maxsz + \
1da177e4
LT
518 decode_putfh_maxsz + \
519 decode_fsinfo_maxsz)
520#define NFS4_enc_renew_sz (compound_encode_hdr_maxsz + \
521 encode_renew_maxsz)
522#define NFS4_dec_renew_sz (compound_decode_hdr_maxsz + \
523 decode_renew_maxsz)
524#define NFS4_enc_setclientid_sz (compound_encode_hdr_maxsz + \
525 encode_setclientid_maxsz)
526#define NFS4_dec_setclientid_sz (compound_decode_hdr_maxsz + \
527 decode_setclientid_maxsz)
528#define NFS4_enc_setclientid_confirm_sz \
529 (compound_encode_hdr_maxsz + \
530 encode_setclientid_confirm_maxsz + \
531 encode_putrootfh_maxsz + \
532 encode_fsinfo_maxsz)
533#define NFS4_dec_setclientid_confirm_sz \
534 (compound_decode_hdr_maxsz + \
535 decode_setclientid_confirm_maxsz + \
536 decode_putrootfh_maxsz + \
537 decode_fsinfo_maxsz)
538#define NFS4_enc_lock_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 539 encode_sequence_maxsz + \
1da177e4 540 encode_putfh_maxsz + \
9104a55d 541 encode_lock_maxsz)
1da177e4 542#define NFS4_dec_lock_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 543 decode_sequence_maxsz + \
1da177e4 544 decode_putfh_maxsz + \
9104a55d 545 decode_lock_maxsz)
1da177e4 546#define NFS4_enc_lockt_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 547 encode_sequence_maxsz + \
1da177e4 548 encode_putfh_maxsz + \
9104a55d
TM
549 encode_lockt_maxsz)
550#define NFS4_dec_lockt_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 551 decode_sequence_maxsz + \
9104a55d
TM
552 decode_putfh_maxsz + \
553 decode_lockt_maxsz)
1da177e4 554#define NFS4_enc_locku_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 555 encode_sequence_maxsz + \
1da177e4 556 encode_putfh_maxsz + \
9104a55d 557 encode_locku_maxsz)
1da177e4 558#define NFS4_dec_locku_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 559 decode_sequence_maxsz + \
1da177e4 560 decode_putfh_maxsz + \
9104a55d 561 decode_locku_maxsz)
d3c7b7cc
TM
562#define NFS4_enc_release_lockowner_sz \
563 (compound_encode_hdr_maxsz + \
564 encode_lockowner_maxsz)
565#define NFS4_dec_release_lockowner_sz \
566 (compound_decode_hdr_maxsz + \
567 decode_lockowner_maxsz)
1da177e4 568#define NFS4_enc_access_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 569 encode_sequence_maxsz + \
1da177e4 570 encode_putfh_maxsz + \
76b32999
TM
571 encode_access_maxsz + \
572 encode_getattr_maxsz)
1da177e4 573#define NFS4_dec_access_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 574 decode_sequence_maxsz + \
1da177e4 575 decode_putfh_maxsz + \
76b32999
TM
576 decode_access_maxsz + \
577 decode_getattr_maxsz)
1da177e4 578#define NFS4_enc_getattr_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 579 encode_sequence_maxsz + \
1da177e4
LT
580 encode_putfh_maxsz + \
581 encode_getattr_maxsz)
582#define NFS4_dec_getattr_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 583 decode_sequence_maxsz + \
1da177e4
LT
584 decode_putfh_maxsz + \
585 decode_getattr_maxsz)
586#define NFS4_enc_lookup_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 587 encode_sequence_maxsz + \
1da177e4
LT
588 encode_putfh_maxsz + \
589 encode_lookup_maxsz + \
590 encode_getattr_maxsz + \
591 encode_getfh_maxsz)
592#define NFS4_dec_lookup_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 593 decode_sequence_maxsz + \
1da177e4 594 decode_putfh_maxsz + \
e6889620 595 decode_lookup_maxsz + \
1da177e4
LT
596 decode_getattr_maxsz + \
597 decode_getfh_maxsz)
598#define NFS4_enc_lookup_root_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 599 encode_sequence_maxsz + \
1da177e4
LT
600 encode_putrootfh_maxsz + \
601 encode_getattr_maxsz + \
602 encode_getfh_maxsz)
603#define NFS4_dec_lookup_root_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 604 decode_sequence_maxsz + \
1da177e4
LT
605 decode_putrootfh_maxsz + \
606 decode_getattr_maxsz + \
607 decode_getfh_maxsz)
608#define NFS4_enc_remove_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 609 encode_sequence_maxsz + \
1da177e4 610 encode_putfh_maxsz + \
778d2817 611 encode_remove_maxsz)
1da177e4 612#define NFS4_dec_remove_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 613 decode_sequence_maxsz + \
1da177e4 614 decode_putfh_maxsz + \
778d2817 615 decode_remove_maxsz)
1da177e4 616#define NFS4_enc_rename_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 617 encode_sequence_maxsz + \
1da177e4
LT
618 encode_putfh_maxsz + \
619 encode_savefh_maxsz + \
620 encode_putfh_maxsz + \
778d2817 621 encode_rename_maxsz)
1da177e4 622#define NFS4_dec_rename_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 623 decode_sequence_maxsz + \
1da177e4
LT
624 decode_putfh_maxsz + \
625 decode_savefh_maxsz + \
626 decode_putfh_maxsz + \
778d2817 627 decode_rename_maxsz)
1da177e4 628#define NFS4_enc_link_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 629 encode_sequence_maxsz + \
1da177e4
LT
630 encode_putfh_maxsz + \
631 encode_savefh_maxsz + \
632 encode_putfh_maxsz + \
91ba2eee 633 encode_link_maxsz + \
91ba2eee 634 encode_restorefh_maxsz + \
a9f6991b 635 encode_getattr_maxsz)
1da177e4 636#define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 637 decode_sequence_maxsz + \
1da177e4
LT
638 decode_putfh_maxsz + \
639 decode_savefh_maxsz + \
640 decode_putfh_maxsz + \
91ba2eee 641 decode_link_maxsz + \
91ba2eee
TM
642 decode_restorefh_maxsz + \
643 decode_getattr_maxsz)
1da177e4 644#define NFS4_enc_symlink_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 645 encode_sequence_maxsz + \
1da177e4
LT
646 encode_putfh_maxsz + \
647 encode_symlink_maxsz + \
648 encode_getattr_maxsz + \
649 encode_getfh_maxsz)
650#define NFS4_dec_symlink_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 651 decode_sequence_maxsz + \
1da177e4
LT
652 decode_putfh_maxsz + \
653 decode_symlink_maxsz + \
654 decode_getattr_maxsz + \
655 decode_getfh_maxsz)
656#define NFS4_enc_create_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 657 encode_sequence_maxsz + \
1da177e4
LT
658 encode_putfh_maxsz + \
659 encode_create_maxsz + \
56ae19f3 660 encode_getfh_maxsz + \
56ae19f3 661 encode_getattr_maxsz)
1da177e4 662#define NFS4_dec_create_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 663 decode_sequence_maxsz + \
1da177e4
LT
664 decode_putfh_maxsz + \
665 decode_create_maxsz + \
56ae19f3 666 decode_getfh_maxsz + \
56ae19f3 667 decode_getattr_maxsz)
1da177e4 668#define NFS4_enc_pathconf_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 669 encode_sequence_maxsz + \
1da177e4
LT
670 encode_putfh_maxsz + \
671 encode_getattr_maxsz)
672#define NFS4_dec_pathconf_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 673 decode_sequence_maxsz + \
1da177e4
LT
674 decode_putfh_maxsz + \
675 decode_getattr_maxsz)
676#define NFS4_enc_statfs_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 677 encode_sequence_maxsz + \
1da177e4 678 encode_putfh_maxsz + \
9104a55d 679 encode_statfs_maxsz)
1da177e4 680#define NFS4_dec_statfs_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 681 decode_sequence_maxsz + \
1da177e4 682 decode_putfh_maxsz + \
9104a55d 683 decode_statfs_maxsz)
1da177e4 684#define NFS4_enc_server_caps_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 685 encode_sequence_maxsz + \
ab91f264 686 encode_putfh_maxsz + \
1da177e4
LT
687 encode_getattr_maxsz)
688#define NFS4_dec_server_caps_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 689 decode_sequence_maxsz + \
ab91f264 690 decode_putfh_maxsz + \
1da177e4
LT
691 decode_getattr_maxsz)
692#define NFS4_enc_delegreturn_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 693 encode_sequence_maxsz + \
1da177e4 694 encode_putfh_maxsz + \
fa178f29
TM
695 encode_delegreturn_maxsz + \
696 encode_getattr_maxsz)
1da177e4 697#define NFS4_dec_delegreturn_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 698 decode_sequence_maxsz + \
fa178f29
TM
699 decode_delegreturn_maxsz + \
700 decode_getattr_maxsz)
029d105e 701#define NFS4_enc_getacl_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 702 encode_sequence_maxsz + \
029d105e 703 encode_putfh_maxsz + \
9104a55d 704 encode_getacl_maxsz)
029d105e 705#define NFS4_dec_getacl_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 706 decode_sequence_maxsz + \
029d105e 707 decode_putfh_maxsz + \
9104a55d 708 decode_getacl_maxsz)
23ec6965 709#define NFS4_enc_setacl_sz (compound_encode_hdr_maxsz + \
9b7b9fcc 710 encode_sequence_maxsz + \
23ec6965 711 encode_putfh_maxsz + \
9104a55d 712 encode_setacl_maxsz)
23ec6965 713#define NFS4_dec_setacl_sz (compound_decode_hdr_maxsz + \
9b7b9fcc 714 decode_sequence_maxsz + \
23ec6965 715 decode_putfh_maxsz + \
9104a55d 716 decode_setacl_maxsz)
683b57b4
TM
717#define NFS4_enc_fs_locations_sz \
718 (compound_encode_hdr_maxsz + \
9b7b9fcc 719 encode_sequence_maxsz + \
683b57b4 720 encode_putfh_maxsz + \
e6889620
TM
721 encode_lookup_maxsz + \
722 encode_fs_locations_maxsz)
683b57b4
TM
723#define NFS4_dec_fs_locations_sz \
724 (compound_decode_hdr_maxsz + \
9b7b9fcc 725 decode_sequence_maxsz + \
683b57b4 726 decode_putfh_maxsz + \
e6889620
TM
727 decode_lookup_maxsz + \
728 decode_fs_locations_maxsz)
5a5ea0d4
BS
729#define NFS4_enc_secinfo_sz (compound_encode_hdr_maxsz + \
730 encode_sequence_maxsz + \
731 encode_putfh_maxsz + \
732 encode_secinfo_maxsz)
733#define NFS4_dec_secinfo_sz (compound_decode_hdr_maxsz + \
734 decode_sequence_maxsz + \
735 decode_putfh_maxsz + \
736 decode_secinfo_maxsz)
99fe60d0 737#if defined(CONFIG_NFS_V4_1)
7c44f1ae
WAA
738#define NFS4_enc_bind_conn_to_session_sz \
739 (compound_encode_hdr_maxsz + \
740 encode_bind_conn_to_session_maxsz)
741#define NFS4_dec_bind_conn_to_session_sz \
742 (compound_decode_hdr_maxsz + \
743 decode_bind_conn_to_session_maxsz)
99fe60d0
BH
744#define NFS4_enc_exchange_id_sz \
745 (compound_encode_hdr_maxsz + \
746 encode_exchange_id_maxsz)
747#define NFS4_dec_exchange_id_sz \
748 (compound_decode_hdr_maxsz + \
749 decode_exchange_id_maxsz)
fc931582
AA
750#define NFS4_enc_create_session_sz \
751 (compound_encode_hdr_maxsz + \
752 encode_create_session_maxsz)
753#define NFS4_dec_create_session_sz \
754 (compound_decode_hdr_maxsz + \
755 decode_create_session_maxsz)
0f3e66c6
AA
756#define NFS4_enc_destroy_session_sz (compound_encode_hdr_maxsz + \
757 encode_destroy_session_maxsz)
758#define NFS4_dec_destroy_session_sz (compound_decode_hdr_maxsz + \
759 decode_destroy_session_maxsz)
66245539
TM
760#define NFS4_enc_destroy_clientid_sz (compound_encode_hdr_maxsz + \
761 encode_destroy_clientid_maxsz)
762#define NFS4_dec_destroy_clientid_sz (compound_decode_hdr_maxsz + \
763 decode_destroy_clientid_maxsz)
fc01cea9
AA
764#define NFS4_enc_sequence_sz \
765 (compound_decode_hdr_maxsz + \
766 encode_sequence_maxsz)
767#define NFS4_dec_sequence_sz \
768 (compound_decode_hdr_maxsz + \
769 decode_sequence_maxsz)
2050f0cc
AA
770#define NFS4_enc_get_lease_time_sz (compound_encode_hdr_maxsz + \
771 encode_sequence_maxsz + \
772 encode_putrootfh_maxsz + \
773 encode_fsinfo_maxsz)
774#define NFS4_dec_get_lease_time_sz (compound_decode_hdr_maxsz + \
775 decode_sequence_maxsz + \
776 decode_putrootfh_maxsz + \
777 decode_fsinfo_maxsz)
18019753
RL
778#define NFS4_enc_reclaim_complete_sz (compound_encode_hdr_maxsz + \
779 encode_sequence_maxsz + \
780 encode_reclaim_complete_maxsz)
781#define NFS4_dec_reclaim_complete_sz (compound_decode_hdr_maxsz + \
782 decode_sequence_maxsz + \
783 decode_reclaim_complete_maxsz)
7f11d8d3
AA
784#define NFS4_enc_getdevicelist_sz (compound_encode_hdr_maxsz + \
785 encode_sequence_maxsz + \
786 encode_putfh_maxsz + \
787 encode_getdevicelist_maxsz)
788#define NFS4_dec_getdevicelist_sz (compound_decode_hdr_maxsz + \
789 decode_sequence_maxsz + \
790 decode_putfh_maxsz + \
791 decode_getdevicelist_maxsz)
b1f69b75
AA
792#define NFS4_enc_getdeviceinfo_sz (compound_encode_hdr_maxsz + \
793 encode_sequence_maxsz +\
794 encode_getdeviceinfo_maxsz)
795#define NFS4_dec_getdeviceinfo_sz (compound_decode_hdr_maxsz + \
796 decode_sequence_maxsz + \
797 decode_getdeviceinfo_maxsz)
798#define NFS4_enc_layoutget_sz (compound_encode_hdr_maxsz + \
799 encode_sequence_maxsz + \
800 encode_putfh_maxsz + \
801 encode_layoutget_maxsz)
802#define NFS4_dec_layoutget_sz (compound_decode_hdr_maxsz + \
803 decode_sequence_maxsz + \
804 decode_putfh_maxsz + \
805 decode_layoutget_maxsz)
863a3c6c
AA
806#define NFS4_enc_layoutcommit_sz (compound_encode_hdr_maxsz + \
807 encode_sequence_maxsz +\
808 encode_putfh_maxsz + \
809 encode_layoutcommit_maxsz + \
810 encode_getattr_maxsz)
811#define NFS4_dec_layoutcommit_sz (compound_decode_hdr_maxsz + \
812 decode_sequence_maxsz + \
813 decode_putfh_maxsz + \
814 decode_layoutcommit_maxsz + \
815 decode_getattr_maxsz)
cbe82603
BH
816#define NFS4_enc_layoutreturn_sz (compound_encode_hdr_maxsz + \
817 encode_sequence_maxsz + \
818 encode_putfh_maxsz + \
819 encode_layoutreturn_maxsz)
820#define NFS4_dec_layoutreturn_sz (compound_decode_hdr_maxsz + \
821 decode_sequence_maxsz + \
822 decode_putfh_maxsz + \
823 decode_layoutreturn_maxsz)
fca78d6d
BS
824#define NFS4_enc_secinfo_no_name_sz (compound_encode_hdr_maxsz + \
825 encode_sequence_maxsz + \
826 encode_putrootfh_maxsz +\
827 encode_secinfo_no_name_maxsz)
828#define NFS4_dec_secinfo_no_name_sz (compound_decode_hdr_maxsz + \
829 decode_sequence_maxsz + \
830 decode_putrootfh_maxsz + \
831 decode_secinfo_no_name_maxsz)
7d974794
BS
832#define NFS4_enc_test_stateid_sz (compound_encode_hdr_maxsz + \
833 encode_sequence_maxsz + \
834 encode_test_stateid_maxsz)
835#define NFS4_dec_test_stateid_sz (compound_decode_hdr_maxsz + \
836 decode_sequence_maxsz + \
837 decode_test_stateid_maxsz)
9aeda35f
BS
838#define NFS4_enc_free_stateid_sz (compound_encode_hdr_maxsz + \
839 encode_sequence_maxsz + \
840 encode_free_stateid_maxsz)
841#define NFS4_dec_free_stateid_sz (compound_decode_hdr_maxsz + \
842 decode_sequence_maxsz + \
843 decode_free_stateid_maxsz)
2449ea2e
AB
844
845const u32 nfs41_maxwrite_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
846 compound_encode_hdr_maxsz +
847 encode_sequence_maxsz +
848 encode_putfh_maxsz +
849 encode_getattr_maxsz) *
850 XDR_UNIT);
851
852const u32 nfs41_maxread_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
853 compound_decode_hdr_maxsz +
854 decode_sequence_maxsz +
855 decode_putfh_maxsz) *
856 XDR_UNIT);
99fe60d0 857#endif /* CONFIG_NFS_V4_1 */
1da177e4 858
bca79478
TM
859static const umode_t nfs_type2fmt[] = {
860 [NF4BAD] = 0,
861 [NF4REG] = S_IFREG,
862 [NF4DIR] = S_IFDIR,
863 [NF4BLK] = S_IFBLK,
864 [NF4CHR] = S_IFCHR,
865 [NF4LNK] = S_IFLNK,
866 [NF4SOCK] = S_IFSOCK,
867 [NF4FIFO] = S_IFIFO,
868 [NF4ATTRDIR] = 0,
869 [NF4NAMEDATTR] = 0,
1da177e4
LT
870};
871
872struct compound_hdr {
873 int32_t status;
874 uint32_t nops;
d017931c 875 __be32 * nops_p;
1da177e4
LT
876 uint32_t taglen;
877 char * tag;
0c4e8c18 878 uint32_t replen; /* expected reply words */
66cc0429 879 u32 minorversion;
1da177e4
LT
880};
881
13c65ce9
BH
882static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes)
883{
884 __be32 *p = xdr_reserve_space(xdr, nbytes);
885 BUG_ON(!p);
886 return p;
887}
1da177e4 888
cb17e556
TM
889static void encode_opaque_fixed(struct xdr_stream *xdr, const void *buf, size_t len)
890{
891 __be32 *p;
892
893 p = xdr_reserve_space(xdr, len);
894 xdr_encode_opaque_fixed(p, buf, len);
895}
896
1da177e4
LT
897static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str)
898{
8687b63a 899 __be32 *p;
1da177e4 900
6fdfb0bc 901 p = reserve_space(xdr, 4 + len);
1da177e4
LT
902 xdr_encode_opaque(p, str, len);
903}
904
4ade9821
TM
905static void encode_uint32(struct xdr_stream *xdr, u32 n)
906{
907 __be32 *p;
908
909 p = reserve_space(xdr, 4);
910 *p = cpu_to_be32(n);
911}
912
ff2eb681
TM
913static void encode_uint64(struct xdr_stream *xdr, u64 n)
914{
915 __be32 *p;
916
917 p = reserve_space(xdr, 8);
918 xdr_encode_hyper(p, n);
919}
920
4ade9821
TM
921static void encode_nfs4_seqid(struct xdr_stream *xdr,
922 const struct nfs_seqid *seqid)
923{
924 encode_uint32(xdr, seqid->sequence->counter);
925}
926
0c4e8c18
BH
927static void encode_compound_hdr(struct xdr_stream *xdr,
928 struct rpc_rqst *req,
929 struct compound_hdr *hdr)
1da177e4 930{
8687b63a 931 __be32 *p;
a17c2153 932 struct rpc_auth *auth = req->rq_cred->cr_auth;
0c4e8c18
BH
933
934 /* initialize running count of expected bytes in reply.
935 * NOTE: the replied tag SHOULD be the same is the one sent,
936 * but this is not required as a MUST for the server to do so. */
937 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen;
1da177e4 938
7fc38846 939 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN);
6fdfb0bc
TM
940 encode_string(xdr, hdr->taglen, hdr->tag);
941 p = reserve_space(xdr, 8);
e75bc1c8 942 *p++ = cpu_to_be32(hdr->minorversion);
d017931c 943 hdr->nops_p = p;
34558513 944 *p = cpu_to_be32(hdr->nops);
d017931c
AA
945}
946
ab19b481
TM
947static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op,
948 uint32_t replen,
949 struct compound_hdr *hdr)
950{
951 encode_uint32(xdr, op);
952 hdr->nops++;
953 hdr->replen += replen;
954}
955
d017931c
AA
956static void encode_nops(struct compound_hdr *hdr)
957{
7fc38846 958 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS);
d017931c 959 *hdr->nops_p = htonl(hdr->nops);
1da177e4
LT
960}
961
ea9d23f5
TM
962static void encode_nfs4_stateid(struct xdr_stream *xdr, const nfs4_stateid *stateid)
963{
2d2f24ad 964 encode_opaque_fixed(xdr, stateid, NFS4_STATEID_SIZE);
ea9d23f5
TM
965}
966
1da177e4
LT
967static void encode_nfs4_verifier(struct xdr_stream *xdr, const nfs4_verifier *verf)
968{
cb17e556 969 encode_opaque_fixed(xdr, verf->data, NFS4_VERIFIER_SIZE);
1da177e4
LT
970}
971
cf8cdbe5 972static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap, const struct nfs_server *server)
1da177e4
LT
973{
974 char owner_name[IDMAP_NAMESZ];
975 char owner_group[IDMAP_NAMESZ];
976 int owner_namelen = 0;
977 int owner_grouplen = 0;
8687b63a
AV
978 __be32 *p;
979 __be32 *q;
1da177e4
LT
980 int len;
981 uint32_t bmval0 = 0;
982 uint32_t bmval1 = 0;
1da177e4
LT
983
984 /*
985 * We reserve enough space to write the entire attribute buffer at once.
986 * In the worst-case, this would be
987 * 12(bitmap) + 4(attrlen) + 8(size) + 4(mode) + 4(atime) + 4(mtime)
988 * = 36 bytes, plus any contribution from variable-length fields
23ec6965 989 * such as owner/group.
1da177e4
LT
990 */
991 len = 16;
992
993 /* Sigh */
994 if (iap->ia_valid & ATTR_SIZE)
995 len += 8;
996 if (iap->ia_valid & ATTR_MODE)
997 len += 4;
998 if (iap->ia_valid & ATTR_UID) {
e4fd72a1 999 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ);
1da177e4 1000 if (owner_namelen < 0) {
fe82a183
CL
1001 dprintk("nfs: couldn't resolve uid %d to string\n",
1002 iap->ia_uid);
1da177e4
LT
1003 /* XXX */
1004 strcpy(owner_name, "nobody");
1005 owner_namelen = sizeof("nobody") - 1;
1006 /* goto out; */
1007 }
1008 len += 4 + (XDR_QUADLEN(owner_namelen) << 2);
1009 }
1010 if (iap->ia_valid & ATTR_GID) {
e4fd72a1 1011 owner_grouplen = nfs_map_gid_to_group(server, iap->ia_gid, owner_group, IDMAP_NAMESZ);
1da177e4 1012 if (owner_grouplen < 0) {
fe82a183
CL
1013 dprintk("nfs: couldn't resolve gid %d to string\n",
1014 iap->ia_gid);
1da177e4
LT
1015 strcpy(owner_group, "nobody");
1016 owner_grouplen = sizeof("nobody") - 1;
1017 /* goto out; */
1018 }
1019 len += 4 + (XDR_QUADLEN(owner_grouplen) << 2);
1020 }
1021 if (iap->ia_valid & ATTR_ATIME_SET)
1022 len += 16;
1023 else if (iap->ia_valid & ATTR_ATIME)
1024 len += 4;
1025 if (iap->ia_valid & ATTR_MTIME_SET)
1026 len += 16;
1027 else if (iap->ia_valid & ATTR_MTIME)
1028 len += 4;
13c65ce9 1029 p = reserve_space(xdr, len);
1da177e4
LT
1030
1031 /*
1032 * We write the bitmap length now, but leave the bitmap and the attribute
1033 * buffer length to be backfilled at the end of this routine.
1034 */
e75bc1c8 1035 *p++ = cpu_to_be32(2);
1da177e4
LT
1036 q = p;
1037 p += 3;
1038
1039 if (iap->ia_valid & ATTR_SIZE) {
1040 bmval0 |= FATTR4_WORD0_SIZE;
b95be5a9 1041 p = xdr_encode_hyper(p, iap->ia_size);
1da177e4
LT
1042 }
1043 if (iap->ia_valid & ATTR_MODE) {
1044 bmval1 |= FATTR4_WORD1_MODE;
e75bc1c8 1045 *p++ = cpu_to_be32(iap->ia_mode & S_IALLUGO);
1da177e4
LT
1046 }
1047 if (iap->ia_valid & ATTR_UID) {
1048 bmval1 |= FATTR4_WORD1_OWNER;
811652bd 1049 p = xdr_encode_opaque(p, owner_name, owner_namelen);
1da177e4
LT
1050 }
1051 if (iap->ia_valid & ATTR_GID) {
1052 bmval1 |= FATTR4_WORD1_OWNER_GROUP;
811652bd 1053 p = xdr_encode_opaque(p, owner_group, owner_grouplen);
1da177e4
LT
1054 }
1055 if (iap->ia_valid & ATTR_ATIME_SET) {
1056 bmval1 |= FATTR4_WORD1_TIME_ACCESS_SET;
e75bc1c8
BH
1057 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
1058 *p++ = cpu_to_be32(0);
d3f6baaa
TM
1059 *p++ = cpu_to_be32(iap->ia_atime.tv_sec);
1060 *p++ = cpu_to_be32(iap->ia_atime.tv_nsec);
1da177e4
LT
1061 }
1062 else if (iap->ia_valid & ATTR_ATIME) {
1063 bmval1 |= FATTR4_WORD1_TIME_ACCESS_SET;
e75bc1c8 1064 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
1da177e4
LT
1065 }
1066 if (iap->ia_valid & ATTR_MTIME_SET) {
1067 bmval1 |= FATTR4_WORD1_TIME_MODIFY_SET;
e75bc1c8
BH
1068 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
1069 *p++ = cpu_to_be32(0);
1070 *p++ = cpu_to_be32(iap->ia_mtime.tv_sec);
1071 *p++ = cpu_to_be32(iap->ia_mtime.tv_nsec);
1da177e4
LT
1072 }
1073 else if (iap->ia_valid & ATTR_MTIME) {
1074 bmval1 |= FATTR4_WORD1_TIME_MODIFY_SET;
e75bc1c8 1075 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
1da177e4 1076 }
6c0195a4 1077
1da177e4
LT
1078 /*
1079 * Now we backfill the bitmap and the attribute buffer length.
1080 */
1081 if (len != ((char *)p - (char *)q) + 4) {
f9fd2d9c 1082 printk(KERN_ERR "NFS: Attr length error, %u != %Zu\n",
1da177e4
LT
1083 len, ((char *)p - (char *)q) + 4);
1084 BUG();
1085 }
1086 len = (char *)p - (char *)q - 12;
1087 *q++ = htonl(bmval0);
1088 *q++ = htonl(bmval1);
34558513 1089 *q = htonl(len);
1da177e4 1090
1da177e4 1091/* out: */
1da177e4
LT
1092}
1093
cf8cdbe5 1094static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr)
1da177e4 1095{
475d4ba0
TM
1096 encode_op_hdr(xdr, OP_ACCESS, decode_access_maxsz, hdr);
1097 encode_uint32(xdr, access);
1da177e4
LT
1098}
1099
cf8cdbe5 1100static void encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
1da177e4 1101{
ab19b481 1102 encode_op_hdr(xdr, OP_CLOSE, decode_close_maxsz, hdr);
4ade9821 1103 encode_nfs4_seqid(xdr, arg->seqid);
ea9d23f5 1104 encode_nfs4_stateid(xdr, arg->stateid);
1da177e4
LT
1105}
1106
0b7c0153 1107static void encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compound_hdr *hdr)
1da177e4 1108{
8687b63a 1109 __be32 *p;
6c0195a4 1110
475d4ba0
TM
1111 encode_op_hdr(xdr, OP_COMMIT, decode_commit_maxsz, hdr);
1112 p = reserve_space(xdr, 12);
b95be5a9 1113 p = xdr_encode_hyper(p, args->offset);
34558513 1114 *p = cpu_to_be32(args->count);
1da177e4
LT
1115}
1116
cf8cdbe5 1117static void encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr)
1da177e4 1118{
8687b63a 1119 __be32 *p;
6c0195a4 1120
475d4ba0
TM
1121 encode_op_hdr(xdr, OP_CREATE, decode_create_maxsz, hdr);
1122 encode_uint32(xdr, create->ftype);
1da177e4
LT
1123
1124 switch (create->ftype) {
1125 case NF4LNK:
13c65ce9 1126 p = reserve_space(xdr, 4);
34558513 1127 *p = cpu_to_be32(create->u.symlink.len);
94a6d753 1128 xdr_write_pages(xdr, create->u.symlink.pages, 0, create->u.symlink.len);
1da177e4
LT
1129 break;
1130
1131 case NF4BLK: case NF4CHR:
13c65ce9 1132 p = reserve_space(xdr, 8);
e75bc1c8 1133 *p++ = cpu_to_be32(create->u.device.specdata1);
34558513 1134 *p = cpu_to_be32(create->u.device.specdata2);
1da177e4
LT
1135 break;
1136
1137 default:
1138 break;
1139 }
1140
811652bd 1141 encode_string(xdr, create->name->len, create->name->name);
cf8cdbe5 1142 encode_attrs(xdr, create->attrs, create->server);
1da177e4
LT
1143}
1144
cf8cdbe5 1145static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr)
1da177e4 1146{
05d564fe 1147 __be32 *p;
1da177e4 1148
475d4ba0
TM
1149 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
1150 p = reserve_space(xdr, 8);
e75bc1c8 1151 *p++ = cpu_to_be32(1);
34558513 1152 *p = cpu_to_be32(bitmap);
1da177e4
LT
1153}
1154
cf8cdbe5 1155static void encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1, struct compound_hdr *hdr)
1da177e4 1156{
05d564fe 1157 __be32 *p;
1da177e4 1158
475d4ba0
TM
1159 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
1160 p = reserve_space(xdr, 12);
e75bc1c8
BH
1161 *p++ = cpu_to_be32(2);
1162 *p++ = cpu_to_be32(bm0);
34558513 1163 *p = cpu_to_be32(bm1);
1da177e4
LT
1164}
1165
dae100c2
FI
1166static void
1167encode_getattr_three(struct xdr_stream *xdr,
1168 uint32_t bm0, uint32_t bm1, uint32_t bm2,
1169 struct compound_hdr *hdr)
1170{
1171 __be32 *p;
1172
ab19b481 1173 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
dae100c2
FI
1174 if (bm2) {
1175 p = reserve_space(xdr, 16);
1176 *p++ = cpu_to_be32(3);
1177 *p++ = cpu_to_be32(bm0);
1178 *p++ = cpu_to_be32(bm1);
1179 *p = cpu_to_be32(bm2);
1180 } else if (bm1) {
1181 p = reserve_space(xdr, 12);
1182 *p++ = cpu_to_be32(2);
1183 *p++ = cpu_to_be32(bm0);
1184 *p = cpu_to_be32(bm1);
1185 } else {
1186 p = reserve_space(xdr, 8);
1187 *p++ = cpu_to_be32(1);
1188 *p = cpu_to_be32(bm0);
1189 }
dae100c2
FI
1190}
1191
cf8cdbe5 1192static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
1da177e4 1193{
cf8cdbe5
AA
1194 encode_getattr_two(xdr, bitmask[0] & nfs4_fattr_bitmap[0],
1195 bitmask[1] & nfs4_fattr_bitmap[1], hdr);
1da177e4
LT
1196}
1197
88034c3d 1198static void encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask,
1549210f 1199 const u32 *open_bitmap,
88034c3d
AA
1200 struct compound_hdr *hdr)
1201{
1202 encode_getattr_three(xdr,
1549210f
TM
1203 bitmask[0] & open_bitmap[0],
1204 bitmask[1] & open_bitmap[1],
1205 bitmask[2] & open_bitmap[2],
88034c3d
AA
1206 hdr);
1207}
1208
cf8cdbe5 1209static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
1da177e4 1210{
dae100c2
FI
1211 encode_getattr_three(xdr,
1212 bitmask[0] & nfs4_fsinfo_bitmap[0],
1213 bitmask[1] & nfs4_fsinfo_bitmap[1],
1214 bitmask[2] & nfs4_fsinfo_bitmap[2],
1215 hdr);
1da177e4
LT
1216}
1217
cf8cdbe5 1218static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
830b8e33 1219{
cf8cdbe5
AA
1220 encode_getattr_two(xdr, bitmask[0] & nfs4_fs_locations_bitmap[0],
1221 bitmask[1] & nfs4_fs_locations_bitmap[1], hdr);
830b8e33
MN
1222}
1223
cf8cdbe5 1224static void encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
1da177e4 1225{
ab19b481 1226 encode_op_hdr(xdr, OP_GETFH, decode_getfh_maxsz, hdr);
1da177e4
LT
1227}
1228
cf8cdbe5 1229static void encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
1da177e4 1230{
ab19b481 1231 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr);
6fdfb0bc 1232 encode_string(xdr, name->len, name->name);
1da177e4
LT
1233}
1234
911d1aaf
TM
1235static inline int nfs4_lock_type(struct file_lock *fl, int block)
1236{
f44106e2 1237 if (fl->fl_type == F_RDLCK)
911d1aaf
TM
1238 return block ? NFS4_READW_LT : NFS4_READ_LT;
1239 return block ? NFS4_WRITEW_LT : NFS4_WRITE_LT;
1240}
1241
1242static inline uint64_t nfs4_lock_length(struct file_lock *fl)
1243{
1244 if (fl->fl_end == OFFSET_MAX)
1245 return ~(uint64_t)0;
1246 return fl->fl_end - fl->fl_start + 1;
1247}
1248
daccbded
TM
1249static void encode_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner)
1250{
1251 __be32 *p;
1252
d035c36c 1253 p = reserve_space(xdr, 32);
daccbded 1254 p = xdr_encode_hyper(p, lowner->clientid);
d035c36c 1255 *p++ = cpu_to_be32(20);
daccbded 1256 p = xdr_encode_opaque_fixed(p, "lock id:", 8);
d035c36c 1257 *p++ = cpu_to_be32(lowner->s_dev);
daccbded
TM
1258 xdr_encode_hyper(p, lowner->id);
1259}
1260
1da177e4
LT
1261/*
1262 * opcode,type,reclaim,offset,length,new_lock_owner = 32
1263 * open_seqid,open_stateid,lock_seqid,lock_owner.clientid, lock_owner.id = 40
1264 */
cf8cdbe5 1265static void encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_hdr *hdr)
1da177e4 1266{
8687b63a 1267 __be32 *p;
1da177e4 1268
475d4ba0
TM
1269 encode_op_hdr(xdr, OP_LOCK, decode_lock_maxsz, hdr);
1270 p = reserve_space(xdr, 28);
e75bc1c8
BH
1271 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, args->block));
1272 *p++ = cpu_to_be32(args->reclaim);
b95be5a9
BH
1273 p = xdr_encode_hyper(p, args->fl->fl_start);
1274 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
34558513 1275 *p = cpu_to_be32(args->new_lock_owner);
911d1aaf 1276 if (args->new_lock_owner){
4ade9821 1277 encode_nfs4_seqid(xdr, args->open_seqid);
ea9d23f5 1278 encode_nfs4_stateid(xdr, args->open_stateid);
4ade9821 1279 encode_nfs4_seqid(xdr, args->lock_seqid);
daccbded 1280 encode_lockowner(xdr, &args->lock_owner);
1da177e4
LT
1281 }
1282 else {
ea9d23f5 1283 encode_nfs4_stateid(xdr, args->lock_stateid);
4ade9821 1284 encode_nfs4_seqid(xdr, args->lock_seqid);
1da177e4 1285 }
1da177e4
LT
1286}
1287
cf8cdbe5 1288static void encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound_hdr *hdr)
1da177e4 1289{
8687b63a 1290 __be32 *p;
1da177e4 1291
475d4ba0
TM
1292 encode_op_hdr(xdr, OP_LOCKT, decode_lockt_maxsz, hdr);
1293 p = reserve_space(xdr, 20);
e75bc1c8 1294 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, 0));
b95be5a9
BH
1295 p = xdr_encode_hyper(p, args->fl->fl_start);
1296 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
daccbded 1297 encode_lockowner(xdr, &args->lock_owner);
1da177e4
LT
1298}
1299
cf8cdbe5 1300static void encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound_hdr *hdr)
1da177e4 1301{
8687b63a 1302 __be32 *p;
1da177e4 1303
475d4ba0
TM
1304 encode_op_hdr(xdr, OP_LOCKU, decode_locku_maxsz, hdr);
1305 encode_uint32(xdr, nfs4_lock_type(args->fl, 0));
4ade9821 1306 encode_nfs4_seqid(xdr, args->seqid);
ea9d23f5
TM
1307 encode_nfs4_stateid(xdr, args->stateid);
1308 p = reserve_space(xdr, 16);
b95be5a9 1309 p = xdr_encode_hyper(p, args->fl->fl_start);
34558513 1310 xdr_encode_hyper(p, nfs4_lock_length(args->fl));
1da177e4
LT
1311}
1312
d3c7b7cc
TM
1313static void encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struct compound_hdr *hdr)
1314{
ab19b481 1315 encode_op_hdr(xdr, OP_RELEASE_LOCKOWNER, decode_release_lockowner_maxsz, hdr);
d3c7b7cc 1316 encode_lockowner(xdr, lowner);
d3c7b7cc
TM
1317}
1318
cf8cdbe5 1319static void encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
1da177e4 1320{
ab19b481 1321 encode_op_hdr(xdr, OP_LOOKUP, decode_lookup_maxsz, hdr);
6fdfb0bc 1322 encode_string(xdr, name->len, name->name);
1da177e4
LT
1323}
1324
dc0b027d 1325static void encode_share_access(struct xdr_stream *xdr, fmode_t fmode)
1da177e4 1326{
8687b63a 1327 __be32 *p;
1da177e4 1328
13c65ce9 1329 p = reserve_space(xdr, 8);
dc0b027d 1330 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
05d564fe 1331 case FMODE_READ:
e75bc1c8 1332 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_READ);
05d564fe
AA
1333 break;
1334 case FMODE_WRITE:
e75bc1c8 1335 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_WRITE);
05d564fe
AA
1336 break;
1337 case FMODE_READ|FMODE_WRITE:
e75bc1c8 1338 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_BOTH);
05d564fe
AA
1339 break;
1340 default:
e75bc1c8 1341 *p++ = cpu_to_be32(0);
1da177e4 1342 }
34558513 1343 *p = cpu_to_be32(0); /* for linux, share_deny = 0 always */
1da177e4
LT
1344}
1345
1346static inline void encode_openhdr(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1347{
8687b63a 1348 __be32 *p;
1da177e4
LT
1349 /*
1350 * opcode 4, seqid 4, share_access 4, share_deny 4, clientid 8, ownerlen 4,
1351 * owner 4 = 32
1352 */
4ade9821 1353 encode_nfs4_seqid(xdr, arg->seqid);
dc0b027d 1354 encode_share_access(xdr, arg->fmode);
95b72eb0 1355 p = reserve_space(xdr, 36);
b95be5a9 1356 p = xdr_encode_hyper(p, arg->clientid);
95b72eb0 1357 *p++ = cpu_to_be32(24);
93f0cf25 1358 p = xdr_encode_opaque_fixed(p, "open id:", 8);
d035c36c 1359 *p++ = cpu_to_be32(arg->server->s_dev);
95b72eb0
TM
1360 *p++ = cpu_to_be32(arg->id.uniquifier);
1361 xdr_encode_hyper(p, arg->id.create_time);
1da177e4
LT
1362}
1363
1364static inline void encode_createmode(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1365{
8687b63a 1366 __be32 *p;
4882ef72 1367 struct nfs_client *clp;
1da177e4 1368
13c65ce9 1369 p = reserve_space(xdr, 4);
1da177e4 1370 switch(arg->open_flags & O_EXCL) {
05d564fe 1371 case 0:
34558513 1372 *p = cpu_to_be32(NFS4_CREATE_UNCHECKED);
05d564fe
AA
1373 encode_attrs(xdr, arg->u.attrs, arg->server);
1374 break;
1375 default:
4882ef72 1376 clp = arg->server->nfs_client;
a4432345 1377 if (clp->cl_mvops->minor_version > 0) {
4882ef72
AB
1378 if (nfs4_has_persistent_session(clp)) {
1379 *p = cpu_to_be32(NFS4_CREATE_GUARDED);
1380 encode_attrs(xdr, arg->u.attrs, arg->server);
1381 } else {
1382 struct iattr dummy;
1383
1384 *p = cpu_to_be32(NFS4_CREATE_EXCLUSIVE4_1);
1385 encode_nfs4_verifier(xdr, &arg->u.verifier);
1386 dummy.ia_valid = 0;
1387 encode_attrs(xdr, &dummy, arg->server);
1388 }
1389 } else {
1390 *p = cpu_to_be32(NFS4_CREATE_EXCLUSIVE);
1391 encode_nfs4_verifier(xdr, &arg->u.verifier);
1392 }
1da177e4
LT
1393 }
1394}
1395
1396static void encode_opentype(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1397{
8687b63a 1398 __be32 *p;
1da177e4 1399
13c65ce9 1400 p = reserve_space(xdr, 4);
1da177e4 1401 switch (arg->open_flags & O_CREAT) {
05d564fe 1402 case 0:
34558513 1403 *p = cpu_to_be32(NFS4_OPEN_NOCREATE);
05d564fe
AA
1404 break;
1405 default:
34558513 1406 *p = cpu_to_be32(NFS4_OPEN_CREATE);
05d564fe 1407 encode_createmode(xdr, arg);
1da177e4
LT
1408 }
1409}
1410
bd7bf9d5 1411static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type)
1da177e4 1412{
8687b63a 1413 __be32 *p;
1da177e4 1414
13c65ce9 1415 p = reserve_space(xdr, 4);
1da177e4 1416 switch (delegation_type) {
05d564fe 1417 case 0:
34558513 1418 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_NONE);
05d564fe
AA
1419 break;
1420 case FMODE_READ:
34558513 1421 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_READ);
05d564fe
AA
1422 break;
1423 case FMODE_WRITE|FMODE_READ:
34558513 1424 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_WRITE);
05d564fe
AA
1425 break;
1426 default:
1427 BUG();
1da177e4
LT
1428 }
1429}
1430
1431static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name)
1432{
8687b63a 1433 __be32 *p;
1da177e4 1434
13c65ce9 1435 p = reserve_space(xdr, 4);
34558513 1436 *p = cpu_to_be32(NFS4_OPEN_CLAIM_NULL);
1da177e4
LT
1437 encode_string(xdr, name->len, name->name);
1438}
1439
bd7bf9d5 1440static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type)
1da177e4 1441{
8687b63a 1442 __be32 *p;
1da177e4 1443
13c65ce9 1444 p = reserve_space(xdr, 4);
34558513 1445 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS);
1da177e4
LT
1446 encode_delegation_type(xdr, type);
1447}
1448
1449static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const nfs4_stateid *stateid)
1450{
8687b63a 1451 __be32 *p;
1da177e4 1452
ea9d23f5
TM
1453 p = reserve_space(xdr, 4);
1454 *p = cpu_to_be32(NFS4_OPEN_CLAIM_DELEGATE_CUR);
1455 encode_nfs4_stateid(xdr, stateid);
1da177e4
LT
1456 encode_string(xdr, name->len, name->name);
1457}
1458
cf8cdbe5 1459static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr *hdr)
1da177e4 1460{
ab19b481 1461 encode_op_hdr(xdr, OP_OPEN, decode_open_maxsz, hdr);
1da177e4
LT
1462 encode_openhdr(xdr, arg);
1463 encode_opentype(xdr, arg);
1464 switch (arg->claim) {
05d564fe
AA
1465 case NFS4_OPEN_CLAIM_NULL:
1466 encode_claim_null(xdr, arg->name);
1467 break;
1468 case NFS4_OPEN_CLAIM_PREVIOUS:
1469 encode_claim_previous(xdr, arg->u.delegation_type);
1470 break;
1471 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1472 encode_claim_delegate_cur(xdr, arg->name, &arg->u.delegation);
1473 break;
1474 default:
1475 BUG();
1da177e4 1476 }
1da177e4
LT
1477}
1478
cf8cdbe5 1479static void encode_open_confirm(struct xdr_stream *xdr, const struct nfs_open_confirmargs *arg, struct compound_hdr *hdr)
1da177e4 1480{
ab19b481 1481 encode_op_hdr(xdr, OP_OPEN_CONFIRM, decode_open_confirm_maxsz, hdr);
ea9d23f5 1482 encode_nfs4_stateid(xdr, arg->stateid);
4ade9821 1483 encode_nfs4_seqid(xdr, arg->seqid);
1da177e4
LT
1484}
1485
cf8cdbe5 1486static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
1da177e4 1487{
ab19b481 1488 encode_op_hdr(xdr, OP_OPEN_DOWNGRADE, decode_open_downgrade_maxsz, hdr);
ea9d23f5 1489 encode_nfs4_stateid(xdr, arg->stateid);
4ade9821 1490 encode_nfs4_seqid(xdr, arg->seqid);
dc0b027d 1491 encode_share_access(xdr, arg->fmode);
1da177e4
LT
1492}
1493
cf8cdbe5 1494static void
d017931c 1495encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr)
1da177e4 1496{
ab19b481 1497 encode_op_hdr(xdr, OP_PUTFH, decode_putfh_maxsz, hdr);
6fdfb0bc 1498 encode_string(xdr, fh->size, fh->data);
1da177e4
LT
1499}
1500
cf8cdbe5 1501static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
1da177e4 1502{
ab19b481 1503 encode_op_hdr(xdr, OP_PUTROOTFH, decode_putrootfh_maxsz, hdr);
1da177e4
LT
1504}
1505
4fc8796d
TM
1506static void encode_open_stateid(struct xdr_stream *xdr,
1507 const struct nfs_open_context *ctx,
1508 const struct nfs_lock_context *l_ctx,
1509 fmode_t fmode,
1510 int zero_seqid)
1da177e4 1511{
1da177e4 1512 nfs4_stateid stateid;
1da177e4 1513
1da177e4 1514 if (ctx->state != NULL) {
2a369153
TM
1515 const struct nfs_lockowner *lockowner = NULL;
1516
1517 if (l_ctx != NULL)
1518 lockowner = &l_ctx->lockowner;
4fc8796d 1519 nfs4_select_rw_stateid(&stateid, ctx->state,
2a369153 1520 fmode, lockowner);
89d1ea65 1521 if (zero_seqid)
2d2f24ad 1522 stateid.seqid = 0;
ea9d23f5 1523 encode_nfs4_stateid(xdr, &stateid);
1da177e4 1524 } else
ea9d23f5 1525 encode_nfs4_stateid(xdr, &zero_stateid);
1da177e4
LT
1526}
1527
cf8cdbe5 1528static void encode_read(struct xdr_stream *xdr, const struct nfs_readargs *args, struct compound_hdr *hdr)
1da177e4 1529{
8687b63a 1530 __be32 *p;
1da177e4 1531
ab19b481 1532 encode_op_hdr(xdr, OP_READ, decode_read_maxsz, hdr);
d0b496d2 1533 encode_open_stateid(xdr, args->context, args->lock_context,
4fc8796d 1534 FMODE_READ, hdr->minorversion);
1da177e4 1535
13c65ce9 1536 p = reserve_space(xdr, 12);
b95be5a9 1537 p = xdr_encode_hyper(p, args->offset);
34558513 1538 *p = cpu_to_be32(args->count);
1da177e4
LT
1539}
1540
cf8cdbe5 1541static void encode_readdir(struct xdr_stream *xdr, const struct nfs4_readdir_arg *readdir, struct rpc_rqst *req, struct compound_hdr *hdr)
1da177e4 1542{
28331a46
TM
1543 uint32_t attrs[2] = {
1544 FATTR4_WORD0_RDATTR_ERROR,
1545 FATTR4_WORD1_MOUNTED_ON_FILEID,
1546 };
6f7a35bd 1547 uint32_t dircount = readdir->count >> 1;
cd93710e 1548 __be32 *p, verf[2];
1da177e4 1549
82f2e547
BS
1550 if (readdir->plus) {
1551 attrs[0] |= FATTR4_WORD0_TYPE|FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE|
28331a46 1552 FATTR4_WORD0_FSID|FATTR4_WORD0_FILEHANDLE|FATTR4_WORD0_FILEID;
82f2e547
BS
1553 attrs[1] |= FATTR4_WORD1_MODE|FATTR4_WORD1_NUMLINKS|FATTR4_WORD1_OWNER|
1554 FATTR4_WORD1_OWNER_GROUP|FATTR4_WORD1_RAWDEV|
1555 FATTR4_WORD1_SPACE_USED|FATTR4_WORD1_TIME_ACCESS|
1556 FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
6f7a35bd 1557 dircount >>= 1;
82f2e547 1558 }
28331a46
TM
1559 /* Use mounted_on_fileid only if the server supports it */
1560 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID))
1561 attrs[0] |= FATTR4_WORD0_FILEID;
82f2e547 1562
475d4ba0 1563 encode_op_hdr(xdr, OP_READDIR, decode_readdir_maxsz, hdr);
ff2eb681 1564 encode_uint64(xdr, readdir->cookie);
cd93710e
CL
1565 encode_nfs4_verifier(xdr, &readdir->verifier);
1566 p = reserve_space(xdr, 20);
6f7a35bd 1567 *p++ = cpu_to_be32(dircount);
e75bc1c8
BH
1568 *p++ = cpu_to_be32(readdir->count);
1569 *p++ = cpu_to_be32(2);
82f2e547 1570
e75bc1c8 1571 *p++ = cpu_to_be32(attrs[0] & readdir->bitmask[0]);
34558513 1572 *p = cpu_to_be32(attrs[1] & readdir->bitmask[1]);
cd93710e 1573 memcpy(verf, readdir->verifier.data, sizeof(verf));
44109241
FI
1574 dprintk("%s: cookie = %Lu, verifier = %08x:%08x, bitmap = %08x:%08x\n",
1575 __func__,
eadf4598 1576 (unsigned long long)readdir->cookie,
cd93710e 1577 verf[0], verf[1],
eadf4598
TM
1578 attrs[0] & readdir->bitmask[0],
1579 attrs[1] & readdir->bitmask[1]);
1da177e4
LT
1580}
1581
cf8cdbe5 1582static void encode_readlink(struct xdr_stream *xdr, const struct nfs4_readlink *readlink, struct rpc_rqst *req, struct compound_hdr *hdr)
1da177e4 1583{
ab19b481 1584 encode_op_hdr(xdr, OP_READLINK, decode_readlink_maxsz, hdr);
1da177e4
LT
1585}
1586
cf8cdbe5 1587static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
1da177e4 1588{
ab19b481 1589 encode_op_hdr(xdr, OP_REMOVE, decode_remove_maxsz, hdr);
6fdfb0bc 1590 encode_string(xdr, name->len, name->name);
1da177e4
LT
1591}
1592
cf8cdbe5 1593static void encode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *newname, struct compound_hdr *hdr)
1da177e4 1594{
ab19b481 1595 encode_op_hdr(xdr, OP_RENAME, decode_rename_maxsz, hdr);
811652bd
BH
1596 encode_string(xdr, oldname->len, oldname->name);
1597 encode_string(xdr, newname->len, newname->name);
1da177e4
LT
1598}
1599
bb4dae5e
CL
1600static void encode_renew(struct xdr_stream *xdr, clientid4 clid,
1601 struct compound_hdr *hdr)
1da177e4 1602{
475d4ba0 1603 encode_op_hdr(xdr, OP_RENEW, decode_renew_maxsz, hdr);
ff2eb681 1604 encode_uint64(xdr, clid);
1da177e4
LT
1605}
1606
cf8cdbe5 1607static void
d017931c 1608encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
56ae19f3 1609{
ab19b481 1610 encode_op_hdr(xdr, OP_RESTOREFH, decode_restorefh_maxsz, hdr);
56ae19f3
TM
1611}
1612
9f06c719 1613static void
d017931c 1614encode_setacl(struct xdr_stream *xdr, struct nfs_setaclargs *arg, struct compound_hdr *hdr)
23ec6965 1615{
8687b63a 1616 __be32 *p;
23ec6965 1617
ab19b481 1618 encode_op_hdr(xdr, OP_SETATTR, decode_setacl_maxsz, hdr);
ea9d23f5 1619 encode_nfs4_stateid(xdr, &zero_stateid);
13c65ce9 1620 p = reserve_space(xdr, 2*4);
e75bc1c8 1621 *p++ = cpu_to_be32(1);
34558513 1622 *p = cpu_to_be32(FATTR4_WORD0_ACL);
13c65ce9 1623 p = reserve_space(xdr, 4);
34558513 1624 *p = cpu_to_be32(arg->acl_len);
23ec6965 1625 xdr_write_pages(xdr, arg->acl_pages, arg->acl_pgbase, arg->acl_len);
23ec6965
BF
1626}
1627
cf8cdbe5 1628static void
d017931c 1629encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
1da177e4 1630{
ab19b481 1631 encode_op_hdr(xdr, OP_SAVEFH, decode_savefh_maxsz, hdr);
1da177e4
LT
1632}
1633
cf8cdbe5 1634static void encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct nfs_server *server, struct compound_hdr *hdr)
1da177e4 1635{
ab19b481 1636 encode_op_hdr(xdr, OP_SETATTR, decode_setattr_maxsz, hdr);
ea9d23f5 1637 encode_nfs4_stateid(xdr, &arg->stateid);
cf8cdbe5 1638 encode_attrs(xdr, arg->iap, server);
1da177e4
LT
1639}
1640
cf8cdbe5 1641static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, struct compound_hdr *hdr)
1da177e4 1642{
8687b63a 1643 __be32 *p;
1da177e4 1644
70019514 1645 encode_op_hdr(xdr, OP_SETCLIENTID, decode_setclientid_maxsz, hdr);
cd93710e 1646 encode_nfs4_verifier(xdr, setclientid->sc_verifier);
1da177e4
LT
1647
1648 encode_string(xdr, setclientid->sc_name_len, setclientid->sc_name);
13c65ce9 1649 p = reserve_space(xdr, 4);
34558513 1650 *p = cpu_to_be32(setclientid->sc_prog);
1da177e4
LT
1651 encode_string(xdr, setclientid->sc_netid_len, setclientid->sc_netid);
1652 encode_string(xdr, setclientid->sc_uaddr_len, setclientid->sc_uaddr);
13c65ce9 1653 p = reserve_space(xdr, 4);
34558513 1654 *p = cpu_to_be32(setclientid->sc_cb_ident);
1da177e4
LT
1655}
1656
bb8b27e5 1657static void encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs4_setclientid_res *arg, struct compound_hdr *hdr)
1da177e4 1658{
475d4ba0
TM
1659 encode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM,
1660 decode_setclientid_confirm_maxsz, hdr);
ff2eb681 1661 encode_uint64(xdr, arg->clientid);
cd93710e 1662 encode_nfs4_verifier(xdr, &arg->confirm);
1da177e4
LT
1663}
1664
cf8cdbe5 1665static void encode_write(struct xdr_stream *xdr, const struct nfs_writeargs *args, struct compound_hdr *hdr)
1da177e4 1666{
8687b63a 1667 __be32 *p;
1da177e4 1668
ab19b481 1669 encode_op_hdr(xdr, OP_WRITE, decode_write_maxsz, hdr);
d0b496d2 1670 encode_open_stateid(xdr, args->context, args->lock_context,
4fc8796d 1671 FMODE_WRITE, hdr->minorversion);
1da177e4 1672
13c65ce9 1673 p = reserve_space(xdr, 16);
b95be5a9 1674 p = xdr_encode_hyper(p, args->offset);
e75bc1c8 1675 *p++ = cpu_to_be32(args->stable);
34558513 1676 *p = cpu_to_be32(args->count);
1da177e4
LT
1677
1678 xdr_write_pages(xdr, args->pages, args->pgbase, args->count);
1da177e4
LT
1679}
1680
cf8cdbe5 1681static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound_hdr *hdr)
1da177e4 1682{
ab19b481 1683 encode_op_hdr(xdr, OP_DELEGRETURN, decode_delegreturn_maxsz, hdr);
ea9d23f5 1684 encode_nfs4_stateid(xdr, stateid);
1da177e4 1685}
9b7b9fcc 1686
5a5ea0d4
BS
1687static void encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
1688{
ab19b481 1689 encode_op_hdr(xdr, OP_SECINFO, decode_secinfo_maxsz, hdr);
6fdfb0bc 1690 encode_string(xdr, name->len, name->name);
5a5ea0d4
BS
1691}
1692
99fe60d0 1693#if defined(CONFIG_NFS_V4_1)
9b7b9fcc 1694/* NFSv4.1 operations */
7c44f1ae
WAA
1695static void encode_bind_conn_to_session(struct xdr_stream *xdr,
1696 struct nfs4_session *session,
1697 struct compound_hdr *hdr)
1698{
1699 __be32 *p;
1700
1701 encode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION,
1702 decode_bind_conn_to_session_maxsz, hdr);
1703 encode_opaque_fixed(xdr, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
1704 p = xdr_reserve_space(xdr, 8);
1705 *p++ = cpu_to_be32(NFS4_CDFC4_BACK_OR_BOTH);
1706 *p = 0; /* use_conn_in_rdma_mode = False */
1707}
1708
99fe60d0
BH
1709static void encode_exchange_id(struct xdr_stream *xdr,
1710 struct nfs41_exchange_id_args *args,
1711 struct compound_hdr *hdr)
1712{
1713 __be32 *p;
db8ac8ba
WAA
1714 char impl_name[NFS4_OPAQUE_LIMIT];
1715 int len = 0;
99fe60d0 1716
70019514 1717 encode_op_hdr(xdr, OP_EXCHANGE_ID, decode_exchange_id_maxsz, hdr);
cd93710e 1718 encode_nfs4_verifier(xdr, args->verifier);
99fe60d0
BH
1719
1720 encode_string(xdr, args->id_len, args->id);
1721
13c65ce9 1722 p = reserve_space(xdr, 12);
e75bc1c8
BH
1723 *p++ = cpu_to_be32(args->flags);
1724 *p++ = cpu_to_be32(0); /* zero length state_protect4_a */
db8ac8ba
WAA
1725
1726 if (send_implementation_id &&
1727 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN) > 1 &&
1728 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN)
1729 <= NFS4_OPAQUE_LIMIT + 1)
1730 len = snprintf(impl_name, sizeof(impl_name), "%s %s %s %s",
1731 utsname()->sysname, utsname()->release,
1732 utsname()->version, utsname()->machine);
1733
1734 if (len > 0) {
1735 *p = cpu_to_be32(1); /* implementation id array length=1 */
1736
1737 encode_string(xdr,
1738 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN) - 1,
1739 CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN);
1740 encode_string(xdr, len, impl_name);
1741 /* just send zeros for nii_date - the date is in nii_name */
1742 p = reserve_space(xdr, 12);
1743 p = xdr_encode_hyper(p, 0);
1744 *p = cpu_to_be32(0);
1745 } else
1746 *p = cpu_to_be32(0); /* implementation id array length=0 */
99fe60d0 1747}
fc931582
AA
1748
1749static void encode_create_session(struct xdr_stream *xdr,
1750 struct nfs41_create_session_args *args,
1751 struct compound_hdr *hdr)
1752{
1753 __be32 *p;
1754 char machine_name[NFS4_MAX_MACHINE_NAME_LEN];
1755 uint32_t len;
1756 struct nfs_client *clp = args->client;
f092075d 1757 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
8e0d46e1
MS
1758 u32 max_resp_sz_cached;
1759
1760 /*
1761 * Assumes OPEN is the biggest non-idempotent compound.
1762 * 2 is the verifier.
1763 */
1764 max_resp_sz_cached = (NFS4_dec_open_sz + RPC_REPHDRSIZE +
1765 RPC_MAX_AUTH_SIZE + 2) * XDR_UNIT;
fc931582 1766
42edd698
BH
1767 len = scnprintf(machine_name, sizeof(machine_name), "%s",
1768 clp->cl_ipaddr);
fc931582 1769
475d4ba0
TM
1770 encode_op_hdr(xdr, OP_CREATE_SESSION, decode_create_session_maxsz, hdr);
1771 p = reserve_space(xdr, 16 + 2*28 + 20 + len + 12);
114f64b5 1772 p = xdr_encode_hyper(p, clp->cl_clientid);
e75bc1c8
BH
1773 *p++ = cpu_to_be32(clp->cl_seqid); /*Sequence id */
1774 *p++ = cpu_to_be32(args->flags); /*flags */
fc931582 1775
fc931582 1776 /* Fore Channel */
c9c30dd5 1777 *p++ = cpu_to_be32(0); /* header padding size */
e75bc1c8
BH
1778 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1779 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz); /* max resp size */
8e0d46e1 1780 *p++ = cpu_to_be32(max_resp_sz_cached); /* Max resp sz cached */
e75bc1c8
BH
1781 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */
1782 *p++ = cpu_to_be32(args->fc_attrs.max_reqs); /* max requests */
1783 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
fc931582
AA
1784
1785 /* Back Channel */
c9c30dd5 1786 *p++ = cpu_to_be32(0); /* header padding size */
e75bc1c8
BH
1787 *p++ = cpu_to_be32(args->bc_attrs.max_rqst_sz); /* max req size */
1788 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz); /* max resp size */
1789 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz_cached); /* Max resp sz cached */
1790 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */
1791 *p++ = cpu_to_be32(args->bc_attrs.max_reqs); /* max requests */
1792 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
fc931582 1793
e75bc1c8 1794 *p++ = cpu_to_be32(args->cb_program); /* cb_program */
e75bc1c8 1795 *p++ = cpu_to_be32(1);
e75bc1c8 1796 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */
fc931582
AA
1797
1798 /* authsys_parms rfc1831 */
f092075d 1799 *p++ = (__be32)nn->boot_time.tv_nsec; /* stamp */
811652bd 1800 p = xdr_encode_opaque(p, machine_name, len);
e75bc1c8
BH
1801 *p++ = cpu_to_be32(0); /* UID */
1802 *p++ = cpu_to_be32(0); /* GID */
34558513 1803 *p = cpu_to_be32(0); /* No more gids */
fc931582 1804}
0f3e66c6
AA
1805
1806static void encode_destroy_session(struct xdr_stream *xdr,
1807 struct nfs4_session *session,
1808 struct compound_hdr *hdr)
1809{
475d4ba0
TM
1810 encode_op_hdr(xdr, OP_DESTROY_SESSION, decode_destroy_session_maxsz, hdr);
1811 encode_opaque_fixed(xdr, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
0f3e66c6 1812}
18019753 1813
66245539
TM
1814static void encode_destroy_clientid(struct xdr_stream *xdr,
1815 uint64_t clientid,
1816 struct compound_hdr *hdr)
1817{
1818 encode_op_hdr(xdr, OP_DESTROY_CLIENTID, decode_destroy_clientid_maxsz, hdr);
1819 encode_uint64(xdr, clientid);
1820}
1821
18019753
RL
1822static void encode_reclaim_complete(struct xdr_stream *xdr,
1823 struct nfs41_reclaim_complete_args *args,
1824 struct compound_hdr *hdr)
1825{
475d4ba0
TM
1826 encode_op_hdr(xdr, OP_RECLAIM_COMPLETE, decode_reclaim_complete_maxsz, hdr);
1827 encode_uint32(xdr, args->one_fs);
18019753 1828}
99fe60d0
BH
1829#endif /* CONFIG_NFS_V4_1 */
1830
9b7b9fcc
AA
1831static void encode_sequence(struct xdr_stream *xdr,
1832 const struct nfs4_sequence_args *args,
1833 struct compound_hdr *hdr)
1834{
1835#if defined(CONFIG_NFS_V4_1)
1836 struct nfs4_session *session = args->sa_session;
fc01cea9
AA
1837 struct nfs4_slot_table *tp;
1838 struct nfs4_slot *slot;
1839 __be32 *p;
9b7b9fcc
AA
1840
1841 if (!session)
1842 return;
1843
fc01cea9
AA
1844 tp = &session->fc_slot_table;
1845
1846 WARN_ON(args->sa_slotid == NFS4_MAX_SLOT_TABLE);
1847 slot = tp->slots + args->sa_slotid;
1848
475d4ba0 1849 encode_op_hdr(xdr, OP_SEQUENCE, decode_sequence_maxsz, hdr);
fc01cea9
AA
1850
1851 /*
1852 * Sessionid + seqid + slotid + max slotid + cache_this
1853 */
1854 dprintk("%s: sessionid=%u:%u:%u:%u seqid=%d slotid=%d "
1855 "max_slotid=%d cache_this=%d\n",
1856 __func__,
1857 ((u32 *)session->sess_id.data)[0],
1858 ((u32 *)session->sess_id.data)[1],
1859 ((u32 *)session->sess_id.data)[2],
1860 ((u32 *)session->sess_id.data)[3],
1861 slot->seq_nr, args->sa_slotid,
1862 tp->highest_used_slotid, args->sa_cache_this);
475d4ba0 1863 p = reserve_space(xdr, NFS4_MAX_SESSIONID_LEN + 16);
93f0cf25 1864 p = xdr_encode_opaque_fixed(p, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
e75bc1c8
BH
1865 *p++ = cpu_to_be32(slot->seq_nr);
1866 *p++ = cpu_to_be32(args->sa_slotid);
1867 *p++ = cpu_to_be32(tp->highest_used_slotid);
34558513 1868 *p = cpu_to_be32(args->sa_cache_this);
9b7b9fcc
AA
1869#endif /* CONFIG_NFS_V4_1 */
1870}
1871
b1f69b75 1872#ifdef CONFIG_NFS_V4_1
7f11d8d3
AA
1873static void
1874encode_getdevicelist(struct xdr_stream *xdr,
1875 const struct nfs4_getdevicelist_args *args,
1876 struct compound_hdr *hdr)
1877{
1878 __be32 *p;
1879 nfs4_verifier dummy = {
1880 .data = "dummmmmy",
1881 };
1882
475d4ba0
TM
1883 encode_op_hdr(xdr, OP_GETDEVICELIST, decode_getdevicelist_maxsz, hdr);
1884 p = reserve_space(xdr, 16);
7f11d8d3
AA
1885 *p++ = cpu_to_be32(args->layoutclass);
1886 *p++ = cpu_to_be32(NFS4_PNFS_GETDEVLIST_MAXNUM);
1887 xdr_encode_hyper(p, 0ULL); /* cookie */
1888 encode_nfs4_verifier(xdr, &dummy);
7f11d8d3
AA
1889}
1890
b1f69b75
AA
1891static void
1892encode_getdeviceinfo(struct xdr_stream *xdr,
1893 const struct nfs4_getdeviceinfo_args *args,
1894 struct compound_hdr *hdr)
1895{
1896 __be32 *p;
1897
475d4ba0
TM
1898 encode_op_hdr(xdr, OP_GETDEVICEINFO, decode_getdeviceinfo_maxsz, hdr);
1899 p = reserve_space(xdr, 12 + NFS4_DEVICEID4_SIZE);
b1f69b75
AA
1900 p = xdr_encode_opaque_fixed(p, args->pdev->dev_id.data,
1901 NFS4_DEVICEID4_SIZE);
1902 *p++ = cpu_to_be32(args->pdev->layout_type);
1903 *p++ = cpu_to_be32(args->pdev->pglen); /* gdia_maxcount */
1904 *p++ = cpu_to_be32(0); /* bitmap length 0 */
b1f69b75
AA
1905}
1906
1907static void
1908encode_layoutget(struct xdr_stream *xdr,
1909 const struct nfs4_layoutget_args *args,
1910 struct compound_hdr *hdr)
1911{
b1f69b75
AA
1912 __be32 *p;
1913
475d4ba0
TM
1914 encode_op_hdr(xdr, OP_LAYOUTGET, decode_layoutget_maxsz, hdr);
1915 p = reserve_space(xdr, 36);
b1f69b75
AA
1916 *p++ = cpu_to_be32(0); /* Signal layout available */
1917 *p++ = cpu_to_be32(args->type);
1918 *p++ = cpu_to_be32(args->range.iomode);
1919 p = xdr_encode_hyper(p, args->range.offset);
1920 p = xdr_encode_hyper(p, args->range.length);
1921 p = xdr_encode_hyper(p, args->minlength);
ea9d23f5 1922 encode_nfs4_stateid(xdr, &args->stateid);
475d4ba0 1923 encode_uint32(xdr, args->maxcount);
b1f69b75
AA
1924
1925 dprintk("%s: 1st type:0x%x iomode:%d off:%lu len:%lu mc:%d\n",
1926 __func__,
1927 args->type,
1928 args->range.iomode,
1929 (unsigned long)args->range.offset,
1930 (unsigned long)args->range.length,
1931 args->maxcount);
b1f69b75 1932}
863a3c6c
AA
1933
1934static int
1935encode_layoutcommit(struct xdr_stream *xdr,
ac7db726 1936 struct inode *inode,
863a3c6c
AA
1937 const struct nfs4_layoutcommit_args *args,
1938 struct compound_hdr *hdr)
1939{
1940 __be32 *p;
1941
1942 dprintk("%s: lbw: %llu type: %d\n", __func__, args->lastbytewritten,
1943 NFS_SERVER(args->inode)->pnfs_curr_ld->id);
1944
475d4ba0
TM
1945 encode_op_hdr(xdr, OP_LAYOUTCOMMIT, decode_layoutcommit_maxsz, hdr);
1946 p = reserve_space(xdr, 20);
863a3c6c
AA
1947 /* Only whole file layouts */
1948 p = xdr_encode_hyper(p, 0); /* offset */
3557c6c3 1949 p = xdr_encode_hyper(p, args->lastbytewritten + 1); /* length */
ea9d23f5
TM
1950 *p = cpu_to_be32(0); /* reclaim */
1951 encode_nfs4_stateid(xdr, &args->stateid);
1952 p = reserve_space(xdr, 20);
863a3c6c
AA
1953 *p++ = cpu_to_be32(1); /* newoffset = TRUE */
1954 p = xdr_encode_hyper(p, args->lastbytewritten);
1955 *p++ = cpu_to_be32(0); /* Never send time_modify_changed */
1956 *p++ = cpu_to_be32(NFS_SERVER(args->inode)->pnfs_curr_ld->id);/* type */
ac7db726
BH
1957
1958 if (NFS_SERVER(inode)->pnfs_curr_ld->encode_layoutcommit)
1959 NFS_SERVER(inode)->pnfs_curr_ld->encode_layoutcommit(
1960 NFS_I(inode)->layout, xdr, args);
475d4ba0
TM
1961 else
1962 encode_uint32(xdr, 0); /* no layout-type payload */
863a3c6c 1963
863a3c6c
AA
1964 return 0;
1965}
cbe82603
BH
1966
1967static void
1968encode_layoutreturn(struct xdr_stream *xdr,
1969 const struct nfs4_layoutreturn_args *args,
1970 struct compound_hdr *hdr)
1971{
1972 __be32 *p;
1973
475d4ba0
TM
1974 encode_op_hdr(xdr, OP_LAYOUTRETURN, decode_layoutreturn_maxsz, hdr);
1975 p = reserve_space(xdr, 16);
cbe82603
BH
1976 *p++ = cpu_to_be32(0); /* reclaim. always 0 for now */
1977 *p++ = cpu_to_be32(args->layout_type);
1978 *p++ = cpu_to_be32(IOMODE_ANY);
1979 *p = cpu_to_be32(RETURN_FILE);
ea9d23f5 1980 p = reserve_space(xdr, 16);
cbe82603
BH
1981 p = xdr_encode_hyper(p, 0);
1982 p = xdr_encode_hyper(p, NFS4_MAX_UINT64);
1983 spin_lock(&args->inode->i_lock);
ea9d23f5 1984 encode_nfs4_stateid(xdr, &args->stateid);
cbe82603 1985 spin_unlock(&args->inode->i_lock);
04a55549
AA
1986 if (NFS_SERVER(args->inode)->pnfs_curr_ld->encode_layoutreturn) {
1987 NFS_SERVER(args->inode)->pnfs_curr_ld->encode_layoutreturn(
1988 NFS_I(args->inode)->layout, xdr, args);
475d4ba0
TM
1989 } else
1990 encode_uint32(xdr, 0);
cbe82603 1991}
fca78d6d
BS
1992
1993static int
1994encode_secinfo_no_name(struct xdr_stream *xdr,
1995 const struct nfs41_secinfo_no_name_args *args,
1996 struct compound_hdr *hdr)
1997{
475d4ba0
TM
1998 encode_op_hdr(xdr, OP_SECINFO_NO_NAME, decode_secinfo_no_name_maxsz, hdr);
1999 encode_uint32(xdr, args->style);
fca78d6d
BS
2000 return 0;
2001}
7d974794
BS
2002
2003static void encode_test_stateid(struct xdr_stream *xdr,
2004 struct nfs41_test_stateid_args *args,
2005 struct compound_hdr *hdr)
2006{
475d4ba0
TM
2007 encode_op_hdr(xdr, OP_TEST_STATEID, decode_test_stateid_maxsz, hdr);
2008 encode_uint32(xdr, 1);
ea9d23f5 2009 encode_nfs4_stateid(xdr, args->stateid);
7d974794 2010}
9aeda35f
BS
2011
2012static void encode_free_stateid(struct xdr_stream *xdr,
2013 struct nfs41_free_stateid_args *args,
2014 struct compound_hdr *hdr)
2015{
ab19b481 2016 encode_op_hdr(xdr, OP_FREE_STATEID, decode_free_stateid_maxsz, hdr);
ea9d23f5 2017 encode_nfs4_stateid(xdr, args->stateid);
9aeda35f 2018}
b1f69b75
AA
2019#endif /* CONFIG_NFS_V4_1 */
2020
1da177e4
LT
2021/*
2022 * END OF "GENERIC" ENCODE ROUTINES.
2023 */
2024
66cc0429
BH
2025static u32 nfs4_xdr_minorversion(const struct nfs4_sequence_args *args)
2026{
2027#if defined(CONFIG_NFS_V4_1)
2028 if (args->sa_session)
a4432345 2029 return args->sa_session->clp->cl_mvops->minor_version;
66cc0429
BH
2030#endif /* CONFIG_NFS_V4_1 */
2031 return 0;
2032}
2033
1da177e4
LT
2034/*
2035 * Encode an ACCESS request
2036 */
9f06c719
CL
2037static void nfs4_xdr_enc_access(struct rpc_rqst *req, struct xdr_stream *xdr,
2038 const struct nfs4_accessargs *args)
1da177e4 2039{
1da177e4 2040 struct compound_hdr hdr = {
66cc0429 2041 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2042 };
1da177e4 2043
9f06c719
CL
2044 encode_compound_hdr(xdr, req, &hdr);
2045 encode_sequence(xdr, &args->seq_args, &hdr);
2046 encode_putfh(xdr, args->fh, &hdr);
2047 encode_access(xdr, args->access, &hdr);
2048 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2049 encode_nops(&hdr);
1da177e4
LT
2050}
2051
2052/*
2053 * Encode LOOKUP request
2054 */
9f06c719
CL
2055static void nfs4_xdr_enc_lookup(struct rpc_rqst *req, struct xdr_stream *xdr,
2056 const struct nfs4_lookup_arg *args)
1da177e4 2057{
1da177e4 2058 struct compound_hdr hdr = {
66cc0429 2059 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2060 };
1da177e4 2061
9f06c719
CL
2062 encode_compound_hdr(xdr, req, &hdr);
2063 encode_sequence(xdr, &args->seq_args, &hdr);
2064 encode_putfh(xdr, args->dir_fh, &hdr);
2065 encode_lookup(xdr, args->name, &hdr);
2066 encode_getfh(xdr, &hdr);
2067 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2068 encode_nops(&hdr);
1da177e4
LT
2069}
2070
2071/*
2072 * Encode LOOKUP_ROOT request
2073 */
9f06c719
CL
2074static void nfs4_xdr_enc_lookup_root(struct rpc_rqst *req,
2075 struct xdr_stream *xdr,
2076 const struct nfs4_lookup_root_arg *args)
1da177e4 2077{
1da177e4 2078 struct compound_hdr hdr = {
66cc0429 2079 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2080 };
1da177e4 2081
9f06c719
CL
2082 encode_compound_hdr(xdr, req, &hdr);
2083 encode_sequence(xdr, &args->seq_args, &hdr);
2084 encode_putrootfh(xdr, &hdr);
2085 encode_getfh(xdr, &hdr);
2086 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2087 encode_nops(&hdr);
1da177e4
LT
2088}
2089
2090/*
2091 * Encode REMOVE request
2092 */
9f06c719
CL
2093static void nfs4_xdr_enc_remove(struct rpc_rqst *req, struct xdr_stream *xdr,
2094 const struct nfs_removeargs *args)
1da177e4 2095{
1da177e4 2096 struct compound_hdr hdr = {
66cc0429 2097 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2098 };
1da177e4 2099
9f06c719
CL
2100 encode_compound_hdr(xdr, req, &hdr);
2101 encode_sequence(xdr, &args->seq_args, &hdr);
2102 encode_putfh(xdr, args->fh, &hdr);
2103 encode_remove(xdr, &args->name, &hdr);
d017931c 2104 encode_nops(&hdr);
1da177e4
LT
2105}
2106
2107/*
2108 * Encode RENAME request
2109 */
9f06c719
CL
2110static void nfs4_xdr_enc_rename(struct rpc_rqst *req, struct xdr_stream *xdr,
2111 const struct nfs_renameargs *args)
1da177e4 2112{
1da177e4 2113 struct compound_hdr hdr = {
66cc0429 2114 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2115 };
1da177e4 2116
9f06c719
CL
2117 encode_compound_hdr(xdr, req, &hdr);
2118 encode_sequence(xdr, &args->seq_args, &hdr);
2119 encode_putfh(xdr, args->old_dir, &hdr);
2120 encode_savefh(xdr, &hdr);
2121 encode_putfh(xdr, args->new_dir, &hdr);
2122 encode_rename(xdr, args->old_name, args->new_name, &hdr);
d017931c 2123 encode_nops(&hdr);
1da177e4
LT
2124}
2125
2126/*
2127 * Encode LINK request
2128 */
9f06c719
CL
2129static void nfs4_xdr_enc_link(struct rpc_rqst *req, struct xdr_stream *xdr,
2130 const struct nfs4_link_arg *args)
1da177e4 2131{
1da177e4 2132 struct compound_hdr hdr = {
66cc0429 2133 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2134 };
1da177e4 2135
9f06c719
CL
2136 encode_compound_hdr(xdr, req, &hdr);
2137 encode_sequence(xdr, &args->seq_args, &hdr);
2138 encode_putfh(xdr, args->fh, &hdr);
2139 encode_savefh(xdr, &hdr);
2140 encode_putfh(xdr, args->dir_fh, &hdr);
2141 encode_link(xdr, args->name, &hdr);
9f06c719
CL
2142 encode_restorefh(xdr, &hdr);
2143 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2144 encode_nops(&hdr);
1da177e4
LT
2145}
2146
2147/*
2148 * Encode CREATE request
2149 */
9f06c719
CL
2150static void nfs4_xdr_enc_create(struct rpc_rqst *req, struct xdr_stream *xdr,
2151 const struct nfs4_create_arg *args)
1da177e4 2152{
1da177e4 2153 struct compound_hdr hdr = {
66cc0429 2154 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2155 };
1da177e4 2156
9f06c719
CL
2157 encode_compound_hdr(xdr, req, &hdr);
2158 encode_sequence(xdr, &args->seq_args, &hdr);
2159 encode_putfh(xdr, args->dir_fh, &hdr);
9f06c719
CL
2160 encode_create(xdr, args, &hdr);
2161 encode_getfh(xdr, &hdr);
2162 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2163 encode_nops(&hdr);
1da177e4
LT
2164}
2165
2166/*
2167 * Encode SYMLINK request
2168 */
9f06c719
CL
2169static void nfs4_xdr_enc_symlink(struct rpc_rqst *req, struct xdr_stream *xdr,
2170 const struct nfs4_create_arg *args)
1da177e4 2171{
9f06c719 2172 nfs4_xdr_enc_create(req, xdr, args);
1da177e4
LT
2173}
2174
2175/*
2176 * Encode GETATTR request
2177 */
9f06c719
CL
2178static void nfs4_xdr_enc_getattr(struct rpc_rqst *req, struct xdr_stream *xdr,
2179 const struct nfs4_getattr_arg *args)
1da177e4 2180{
1da177e4 2181 struct compound_hdr hdr = {
66cc0429 2182 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2183 };
1da177e4 2184
9f06c719
CL
2185 encode_compound_hdr(xdr, req, &hdr);
2186 encode_sequence(xdr, &args->seq_args, &hdr);
2187 encode_putfh(xdr, args->fh, &hdr);
2188 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2189 encode_nops(&hdr);
1da177e4
LT
2190}
2191
2192/*
2193 * Encode a CLOSE request
2194 */
9f06c719
CL
2195static void nfs4_xdr_enc_close(struct rpc_rqst *req, struct xdr_stream *xdr,
2196 struct nfs_closeargs *args)
1da177e4 2197{
05d564fe 2198 struct compound_hdr hdr = {
66cc0429 2199 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
05d564fe 2200 };
05d564fe 2201
9f06c719
CL
2202 encode_compound_hdr(xdr, req, &hdr);
2203 encode_sequence(xdr, &args->seq_args, &hdr);
2204 encode_putfh(xdr, args->fh, &hdr);
2205 encode_close(xdr, args, &hdr);
2206 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2207 encode_nops(&hdr);
1da177e4
LT
2208}
2209
2210/*
2211 * Encode an OPEN request
2212 */
9f06c719
CL
2213static void nfs4_xdr_enc_open(struct rpc_rqst *req, struct xdr_stream *xdr,
2214 struct nfs_openargs *args)
1da177e4 2215{
1da177e4 2216 struct compound_hdr hdr = {
66cc0429 2217 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2218 };
1da177e4 2219
9f06c719
CL
2220 encode_compound_hdr(xdr, req, &hdr);
2221 encode_sequence(xdr, &args->seq_args, &hdr);
2222 encode_putfh(xdr, args->fh, &hdr);
9f06c719
CL
2223 encode_open(xdr, args, &hdr);
2224 encode_getfh(xdr, &hdr);
ae2bb032
WAA
2225 if (args->access)
2226 encode_access(xdr, args->access, &hdr);
1549210f 2227 encode_getfattr_open(xdr, args->bitmask, args->open_bitmap, &hdr);
d017931c 2228 encode_nops(&hdr);
1da177e4
LT
2229}
2230
2231/*
2232 * Encode an OPEN_CONFIRM request
2233 */
9f06c719
CL
2234static void nfs4_xdr_enc_open_confirm(struct rpc_rqst *req,
2235 struct xdr_stream *xdr,
2236 struct nfs_open_confirmargs *args)
1da177e4 2237{
1da177e4 2238 struct compound_hdr hdr = {
d017931c 2239 .nops = 0,
1da177e4 2240 };
1da177e4 2241
9f06c719
CL
2242 encode_compound_hdr(xdr, req, &hdr);
2243 encode_putfh(xdr, args->fh, &hdr);
2244 encode_open_confirm(xdr, args, &hdr);
d017931c 2245 encode_nops(&hdr);
1da177e4
LT
2246}
2247
2248/*
2249 * Encode an OPEN request with no attributes.
2250 */
9f06c719
CL
2251static void nfs4_xdr_enc_open_noattr(struct rpc_rqst *req,
2252 struct xdr_stream *xdr,
2253 struct nfs_openargs *args)
1da177e4 2254{
1da177e4 2255 struct compound_hdr hdr = {
66cc0429 2256 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2257 };
1da177e4 2258
9f06c719
CL
2259 encode_compound_hdr(xdr, req, &hdr);
2260 encode_sequence(xdr, &args->seq_args, &hdr);
2261 encode_putfh(xdr, args->fh, &hdr);
2262 encode_open(xdr, args, &hdr);
ae2bb032
WAA
2263 if (args->access)
2264 encode_access(xdr, args->access, &hdr);
e23008ec 2265 encode_getfattr_open(xdr, args->bitmask, args->open_bitmap, &hdr);
d017931c 2266 encode_nops(&hdr);
1da177e4
LT
2267}
2268
2269/*
2270 * Encode an OPEN_DOWNGRADE request
2271 */
9f06c719
CL
2272static void nfs4_xdr_enc_open_downgrade(struct rpc_rqst *req,
2273 struct xdr_stream *xdr,
2274 struct nfs_closeargs *args)
1da177e4 2275{
1da177e4 2276 struct compound_hdr hdr = {
66cc0429 2277 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2278 };
1da177e4 2279
9f06c719
CL
2280 encode_compound_hdr(xdr, req, &hdr);
2281 encode_sequence(xdr, &args->seq_args, &hdr);
2282 encode_putfh(xdr, args->fh, &hdr);
2283 encode_open_downgrade(xdr, args, &hdr);
2284 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2285 encode_nops(&hdr);
1da177e4
LT
2286}
2287
2288/*
2289 * Encode a LOCK request
2290 */
9f06c719
CL
2291static void nfs4_xdr_enc_lock(struct rpc_rqst *req, struct xdr_stream *xdr,
2292 struct nfs_lock_args *args)
1da177e4 2293{
1da177e4 2294 struct compound_hdr hdr = {
66cc0429 2295 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2296 };
1da177e4 2297
9f06c719
CL
2298 encode_compound_hdr(xdr, req, &hdr);
2299 encode_sequence(xdr, &args->seq_args, &hdr);
2300 encode_putfh(xdr, args->fh, &hdr);
2301 encode_lock(xdr, args, &hdr);
d017931c 2302 encode_nops(&hdr);
1da177e4
LT
2303}
2304
2305/*
2306 * Encode a LOCKT request
2307 */
9f06c719
CL
2308static void nfs4_xdr_enc_lockt(struct rpc_rqst *req, struct xdr_stream *xdr,
2309 struct nfs_lockt_args *args)
1da177e4 2310{
1da177e4 2311 struct compound_hdr hdr = {
66cc0429 2312 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2313 };
1da177e4 2314
9f06c719
CL
2315 encode_compound_hdr(xdr, req, &hdr);
2316 encode_sequence(xdr, &args->seq_args, &hdr);
2317 encode_putfh(xdr, args->fh, &hdr);
2318 encode_lockt(xdr, args, &hdr);
d017931c 2319 encode_nops(&hdr);
1da177e4
LT
2320}
2321
2322/*
2323 * Encode a LOCKU request
2324 */
9f06c719
CL
2325static void nfs4_xdr_enc_locku(struct rpc_rqst *req, struct xdr_stream *xdr,
2326 struct nfs_locku_args *args)
1da177e4 2327{
1da177e4 2328 struct compound_hdr hdr = {
66cc0429 2329 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2330 };
1da177e4 2331
9f06c719
CL
2332 encode_compound_hdr(xdr, req, &hdr);
2333 encode_sequence(xdr, &args->seq_args, &hdr);
2334 encode_putfh(xdr, args->fh, &hdr);
2335 encode_locku(xdr, args, &hdr);
d017931c 2336 encode_nops(&hdr);
1da177e4
LT
2337}
2338
9f06c719
CL
2339static void nfs4_xdr_enc_release_lockowner(struct rpc_rqst *req,
2340 struct xdr_stream *xdr,
2341 struct nfs_release_lockowner_args *args)
d3c7b7cc 2342{
d3c7b7cc
TM
2343 struct compound_hdr hdr = {
2344 .minorversion = 0,
2345 };
2346
9f06c719
CL
2347 encode_compound_hdr(xdr, req, &hdr);
2348 encode_release_lockowner(xdr, &args->lock_owner, &hdr);
d3c7b7cc 2349 encode_nops(&hdr);
d3c7b7cc
TM
2350}
2351
1da177e4
LT
2352/*
2353 * Encode a READLINK request
2354 */
9f06c719
CL
2355static void nfs4_xdr_enc_readlink(struct rpc_rqst *req, struct xdr_stream *xdr,
2356 const struct nfs4_readlink *args)
1da177e4 2357{
1da177e4 2358 struct compound_hdr hdr = {
66cc0429 2359 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2360 };
1da177e4 2361
9f06c719
CL
2362 encode_compound_hdr(xdr, req, &hdr);
2363 encode_sequence(xdr, &args->seq_args, &hdr);
2364 encode_putfh(xdr, args->fh, &hdr);
2365 encode_readlink(xdr, args, req, &hdr);
e3a535e1 2366
28f56694 2367 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
e3a535e1 2368 args->pgbase, args->pglen);
d017931c 2369 encode_nops(&hdr);
1da177e4
LT
2370}
2371
2372/*
2373 * Encode a READDIR request
2374 */
9f06c719
CL
2375static void nfs4_xdr_enc_readdir(struct rpc_rqst *req, struct xdr_stream *xdr,
2376 const struct nfs4_readdir_arg *args)
1da177e4 2377{
1da177e4 2378 struct compound_hdr hdr = {
66cc0429 2379 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2380 };
1da177e4 2381
9f06c719
CL
2382 encode_compound_hdr(xdr, req, &hdr);
2383 encode_sequence(xdr, &args->seq_args, &hdr);
2384 encode_putfh(xdr, args->fh, &hdr);
2385 encode_readdir(xdr, args, req, &hdr);
d6ac02df 2386
28f56694 2387 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
d6ac02df
TM
2388 args->pgbase, args->count);
2389 dprintk("%s: inlined page args = (%u, %p, %u, %u)\n",
28f56694 2390 __func__, hdr.replen << 2, args->pages,
d6ac02df 2391 args->pgbase, args->count);
d017931c 2392 encode_nops(&hdr);
1da177e4
LT
2393}
2394
2395/*
2396 * Encode a READ request
2397 */
9f06c719
CL
2398static void nfs4_xdr_enc_read(struct rpc_rqst *req, struct xdr_stream *xdr,
2399 struct nfs_readargs *args)
1da177e4 2400{
1da177e4 2401 struct compound_hdr hdr = {
66cc0429 2402 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2403 };
1da177e4 2404
9f06c719
CL
2405 encode_compound_hdr(xdr, req, &hdr);
2406 encode_sequence(xdr, &args->seq_args, &hdr);
2407 encode_putfh(xdr, args->fh, &hdr);
2408 encode_read(xdr, args, &hdr);
1da177e4 2409
28f56694 2410 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2,
1da177e4 2411 args->pages, args->pgbase, args->count);
4f22ccc3 2412 req->rq_rcv_buf.flags |= XDRBUF_READ;
d017931c 2413 encode_nops(&hdr);
1da177e4
LT
2414}
2415
2416/*
2417 * Encode an SETATTR request
2418 */
9f06c719
CL
2419static void nfs4_xdr_enc_setattr(struct rpc_rqst *req, struct xdr_stream *xdr,
2420 struct nfs_setattrargs *args)
1da177e4 2421{
05d564fe 2422 struct compound_hdr hdr = {
66cc0429 2423 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
05d564fe 2424 };
05d564fe 2425
9f06c719
CL
2426 encode_compound_hdr(xdr, req, &hdr);
2427 encode_sequence(xdr, &args->seq_args, &hdr);
2428 encode_putfh(xdr, args->fh, &hdr);
2429 encode_setattr(xdr, args, args->server, &hdr);
2430 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2431 encode_nops(&hdr);
1da177e4
LT
2432}
2433
029d105e
BF
2434/*
2435 * Encode a GETACL request
2436 */
9f06c719
CL
2437static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr,
2438 struct nfs_getaclargs *args)
029d105e 2439{
029d105e 2440 struct compound_hdr hdr = {
66cc0429 2441 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
029d105e 2442 };
28f56694 2443 uint32_t replen;
029d105e 2444
9f06c719
CL
2445 encode_compound_hdr(xdr, req, &hdr);
2446 encode_sequence(xdr, &args->seq_args, &hdr);
2447 encode_putfh(xdr, args->fh, &hdr);
bf118a34 2448 replen = hdr.replen + op_decode_hdr_maxsz + 1;
9f06c719 2449 encode_getattr_two(xdr, FATTR4_WORD0_ACL, 0, &hdr);
cf8cdbe5 2450
28f56694 2451 xdr_inline_pages(&req->rq_rcv_buf, replen << 2,
029d105e 2452 args->acl_pages, args->acl_pgbase, args->acl_len);
bf118a34 2453
d017931c 2454 encode_nops(&hdr);
029d105e
BF
2455}
2456
1da177e4
LT
2457/*
2458 * Encode a WRITE request
2459 */
9f06c719
CL
2460static void nfs4_xdr_enc_write(struct rpc_rqst *req, struct xdr_stream *xdr,
2461 struct nfs_writeargs *args)
1da177e4 2462{
1da177e4 2463 struct compound_hdr hdr = {
66cc0429 2464 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2465 };
1da177e4 2466
9f06c719
CL
2467 encode_compound_hdr(xdr, req, &hdr);
2468 encode_sequence(xdr, &args->seq_args, &hdr);
2469 encode_putfh(xdr, args->fh, &hdr);
2470 encode_write(xdr, args, &hdr);
4f22ccc3 2471 req->rq_snd_buf.flags |= XDRBUF_WRITE;
7ffd1064
FI
2472 if (args->bitmask)
2473 encode_getfattr(xdr, args->bitmask, &hdr);
d017931c 2474 encode_nops(&hdr);
1da177e4
LT
2475}
2476
2477/*
2478 * a COMMIT request
2479 */
9f06c719 2480static void nfs4_xdr_enc_commit(struct rpc_rqst *req, struct xdr_stream *xdr,
0b7c0153 2481 struct nfs_commitargs *args)
1da177e4 2482{
1da177e4 2483 struct compound_hdr hdr = {
66cc0429 2484 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2485 };
1da177e4 2486
9f06c719
CL
2487 encode_compound_hdr(xdr, req, &hdr);
2488 encode_sequence(xdr, &args->seq_args, &hdr);
2489 encode_putfh(xdr, args->fh, &hdr);
2490 encode_commit(xdr, args, &hdr);
d017931c 2491 encode_nops(&hdr);
1da177e4
LT
2492}
2493
2494/*
2495 * FSINFO request
2496 */
9f06c719
CL
2497static void nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr,
2498 struct nfs4_fsinfo_arg *args)
1da177e4 2499{
1da177e4 2500 struct compound_hdr hdr = {
66cc0429 2501 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2502 };
1da177e4 2503
9f06c719
CL
2504 encode_compound_hdr(xdr, req, &hdr);
2505 encode_sequence(xdr, &args->seq_args, &hdr);
2506 encode_putfh(xdr, args->fh, &hdr);
2507 encode_fsinfo(xdr, args->bitmask, &hdr);
d017931c 2508 encode_nops(&hdr);
1da177e4
LT
2509}
2510
2511/*
2512 * a PATHCONF request
2513 */
9f06c719
CL
2514static void nfs4_xdr_enc_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr,
2515 const struct nfs4_pathconf_arg *args)
1da177e4 2516{
1da177e4 2517 struct compound_hdr hdr = {
66cc0429 2518 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2519 };
1da177e4 2520
9f06c719
CL
2521 encode_compound_hdr(xdr, req, &hdr);
2522 encode_sequence(xdr, &args->seq_args, &hdr);
2523 encode_putfh(xdr, args->fh, &hdr);
2524 encode_getattr_one(xdr, args->bitmask[0] & nfs4_pathconf_bitmap[0],
cf8cdbe5 2525 &hdr);
d017931c 2526 encode_nops(&hdr);
1da177e4
LT
2527}
2528
2529/*
2530 * a STATFS request
2531 */
9f06c719
CL
2532static void nfs4_xdr_enc_statfs(struct rpc_rqst *req, struct xdr_stream *xdr,
2533 const struct nfs4_statfs_arg *args)
1da177e4 2534{
1da177e4 2535 struct compound_hdr hdr = {
66cc0429 2536 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2537 };
1da177e4 2538
9f06c719
CL
2539 encode_compound_hdr(xdr, req, &hdr);
2540 encode_sequence(xdr, &args->seq_args, &hdr);
2541 encode_putfh(xdr, args->fh, &hdr);
2542 encode_getattr_two(xdr, args->bitmask[0] & nfs4_statfs_bitmap[0],
cf8cdbe5 2543 args->bitmask[1] & nfs4_statfs_bitmap[1], &hdr);
d017931c 2544 encode_nops(&hdr);
1da177e4
LT
2545}
2546
2547/*
2548 * GETATTR_BITMAP request
2549 */
9f06c719
CL
2550static void nfs4_xdr_enc_server_caps(struct rpc_rqst *req,
2551 struct xdr_stream *xdr,
2552 struct nfs4_server_caps_arg *args)
1da177e4 2553{
1da177e4 2554 struct compound_hdr hdr = {
66cc0429 2555 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2556 };
1da177e4 2557
9f06c719
CL
2558 encode_compound_hdr(xdr, req, &hdr);
2559 encode_sequence(xdr, &args->seq_args, &hdr);
2560 encode_putfh(xdr, args->fhandle, &hdr);
2561 encode_getattr_one(xdr, FATTR4_WORD0_SUPPORTED_ATTRS|
264e6351 2562 FATTR4_WORD0_FH_EXPIRE_TYPE|
cf8cdbe5
AA
2563 FATTR4_WORD0_LINK_SUPPORT|
2564 FATTR4_WORD0_SYMLINK_SUPPORT|
2565 FATTR4_WORD0_ACLSUPPORT, &hdr);
d017931c 2566 encode_nops(&hdr);
1da177e4
LT
2567}
2568
2569/*
2570 * a RENEW request
2571 */
9f06c719
CL
2572static void nfs4_xdr_enc_renew(struct rpc_rqst *req, struct xdr_stream *xdr,
2573 struct nfs_client *clp)
1da177e4 2574{
1da177e4 2575 struct compound_hdr hdr = {
d017931c 2576 .nops = 0,
1da177e4
LT
2577 };
2578
9f06c719 2579 encode_compound_hdr(xdr, req, &hdr);
bb4dae5e 2580 encode_renew(xdr, clp->cl_clientid, &hdr);
d017931c 2581 encode_nops(&hdr);
1da177e4
LT
2582}
2583
2584/*
2585 * a SETCLIENTID request
2586 */
9f06c719
CL
2587static void nfs4_xdr_enc_setclientid(struct rpc_rqst *req,
2588 struct xdr_stream *xdr,
2589 struct nfs4_setclientid *sc)
1da177e4 2590{
1da177e4 2591 struct compound_hdr hdr = {
d017931c 2592 .nops = 0,
1da177e4
LT
2593 };
2594
9f06c719
CL
2595 encode_compound_hdr(xdr, req, &hdr);
2596 encode_setclientid(xdr, sc, &hdr);
d017931c 2597 encode_nops(&hdr);
1da177e4
LT
2598}
2599
2600/*
2601 * a SETCLIENTID_CONFIRM request
2602 */
9f06c719
CL
2603static void nfs4_xdr_enc_setclientid_confirm(struct rpc_rqst *req,
2604 struct xdr_stream *xdr,
2605 struct nfs4_setclientid_res *arg)
1da177e4 2606{
1da177e4 2607 struct compound_hdr hdr = {
d017931c 2608 .nops = 0,
1da177e4 2609 };
dae100c2 2610 const u32 lease_bitmap[3] = { FATTR4_WORD0_LEASE_TIME };
1da177e4 2611
9f06c719
CL
2612 encode_compound_hdr(xdr, req, &hdr);
2613 encode_setclientid_confirm(xdr, arg, &hdr);
2614 encode_putrootfh(xdr, &hdr);
2615 encode_fsinfo(xdr, lease_bitmap, &hdr);
d017931c 2616 encode_nops(&hdr);
1da177e4
LT
2617}
2618
2619/*
2620 * DELEGRETURN request
2621 */
9f06c719
CL
2622static void nfs4_xdr_enc_delegreturn(struct rpc_rqst *req,
2623 struct xdr_stream *xdr,
2624 const struct nfs4_delegreturnargs *args)
1da177e4 2625{
1da177e4 2626 struct compound_hdr hdr = {
66cc0429 2627 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1da177e4 2628 };
1da177e4 2629
9f06c719
CL
2630 encode_compound_hdr(xdr, req, &hdr);
2631 encode_sequence(xdr, &args->seq_args, &hdr);
2632 encode_putfh(xdr, args->fhandle, &hdr);
9f06c719 2633 encode_getfattr(xdr, args->bitmask, &hdr);
e144cbcc 2634 encode_delegreturn(xdr, args->stateid, &hdr);
d017931c 2635 encode_nops(&hdr);
1da177e4
LT
2636}
2637
683b57b4
TM
2638/*
2639 * Encode FS_LOCATIONS request
2640 */
9f06c719
CL
2641static void nfs4_xdr_enc_fs_locations(struct rpc_rqst *req,
2642 struct xdr_stream *xdr,
2643 struct nfs4_fs_locations_arg *args)
683b57b4 2644{
683b57b4 2645 struct compound_hdr hdr = {
66cc0429 2646 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
683b57b4 2647 };
28f56694 2648 uint32_t replen;
683b57b4 2649
9f06c719
CL
2650 encode_compound_hdr(xdr, req, &hdr);
2651 encode_sequence(xdr, &args->seq_args, &hdr);
2652 encode_putfh(xdr, args->dir_fh, &hdr);
2653 encode_lookup(xdr, args->name, &hdr);
28f56694 2654 replen = hdr.replen; /* get the attribute into args->page */
9f06c719 2655 encode_fs_locations(xdr, args->bitmask, &hdr);
cf8cdbe5 2656
28f56694 2657 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, &args->page,
683b57b4 2658 0, PAGE_SIZE);
d017931c 2659 encode_nops(&hdr);
683b57b4
TM
2660}
2661
5a5ea0d4
BS
2662/*
2663 * Encode SECINFO request
2664 */
2665static void nfs4_xdr_enc_secinfo(struct rpc_rqst *req,
2666 struct xdr_stream *xdr,
2667 struct nfs4_secinfo_arg *args)
2668{
2669 struct compound_hdr hdr = {
2670 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2671 };
2672
2673 encode_compound_hdr(xdr, req, &hdr);
2674 encode_sequence(xdr, &args->seq_args, &hdr);
2675 encode_putfh(xdr, args->dir_fh, &hdr);
2676 encode_secinfo(xdr, args->name, &hdr);
2677 encode_nops(&hdr);
2678}
2679
99fe60d0 2680#if defined(CONFIG_NFS_V4_1)
7c44f1ae
WAA
2681/*
2682 * BIND_CONN_TO_SESSION request
2683 */
2684static void nfs4_xdr_enc_bind_conn_to_session(struct rpc_rqst *req,
2685 struct xdr_stream *xdr,
2686 struct nfs_client *clp)
2687{
2688 struct compound_hdr hdr = {
2689 .minorversion = clp->cl_mvops->minor_version,
2690 };
2691
2692 encode_compound_hdr(xdr, req, &hdr);
2693 encode_bind_conn_to_session(xdr, clp->cl_session, &hdr);
2694 encode_nops(&hdr);
2695}
2696
99fe60d0
BH
2697/*
2698 * EXCHANGE_ID request
2699 */
9f06c719
CL
2700static void nfs4_xdr_enc_exchange_id(struct rpc_rqst *req,
2701 struct xdr_stream *xdr,
2702 struct nfs41_exchange_id_args *args)
99fe60d0 2703{
99fe60d0 2704 struct compound_hdr hdr = {
a4432345 2705 .minorversion = args->client->cl_mvops->minor_version,
99fe60d0
BH
2706 };
2707
9f06c719
CL
2708 encode_compound_hdr(xdr, req, &hdr);
2709 encode_exchange_id(xdr, args, &hdr);
99fe60d0 2710 encode_nops(&hdr);
99fe60d0 2711}
2050f0cc 2712
fc931582
AA
2713/*
2714 * a CREATE_SESSION request
2715 */
9f06c719
CL
2716static void nfs4_xdr_enc_create_session(struct rpc_rqst *req,
2717 struct xdr_stream *xdr,
2718 struct nfs41_create_session_args *args)
fc931582 2719{
fc931582 2720 struct compound_hdr hdr = {
a4432345 2721 .minorversion = args->client->cl_mvops->minor_version,
fc931582
AA
2722 };
2723
9f06c719
CL
2724 encode_compound_hdr(xdr, req, &hdr);
2725 encode_create_session(xdr, args, &hdr);
fc931582 2726 encode_nops(&hdr);
fc931582
AA
2727}
2728
0f3e66c6
AA
2729/*
2730 * a DESTROY_SESSION request
2731 */
9f06c719
CL
2732static void nfs4_xdr_enc_destroy_session(struct rpc_rqst *req,
2733 struct xdr_stream *xdr,
2734 struct nfs4_session *session)
0f3e66c6 2735{
0f3e66c6 2736 struct compound_hdr hdr = {
a4432345 2737 .minorversion = session->clp->cl_mvops->minor_version,
0f3e66c6
AA
2738 };
2739
9f06c719
CL
2740 encode_compound_hdr(xdr, req, &hdr);
2741 encode_destroy_session(xdr, session, &hdr);
0f3e66c6 2742 encode_nops(&hdr);
0f3e66c6
AA
2743}
2744
66245539
TM
2745/*
2746 * a DESTROY_CLIENTID request
2747 */
2748static void nfs4_xdr_enc_destroy_clientid(struct rpc_rqst *req,
2749 struct xdr_stream *xdr,
2750 struct nfs_client *clp)
2751{
2752 struct compound_hdr hdr = {
2753 .minorversion = clp->cl_mvops->minor_version,
2754 };
2755
2756 encode_compound_hdr(xdr, req, &hdr);
2757 encode_destroy_clientid(xdr, clp->cl_clientid, &hdr);
2758 encode_nops(&hdr);
2759}
2760
fc01cea9
AA
2761/*
2762 * a SEQUENCE request
2763 */
9f06c719
CL
2764static void nfs4_xdr_enc_sequence(struct rpc_rqst *req, struct xdr_stream *xdr,
2765 struct nfs4_sequence_args *args)
fc01cea9 2766{
fc01cea9
AA
2767 struct compound_hdr hdr = {
2768 .minorversion = nfs4_xdr_minorversion(args),
2769 };
2770
9f06c719
CL
2771 encode_compound_hdr(xdr, req, &hdr);
2772 encode_sequence(xdr, args, &hdr);
fc01cea9 2773 encode_nops(&hdr);
fc01cea9
AA
2774}
2775
2050f0cc
AA
2776/*
2777 * a GET_LEASE_TIME request
2778 */
9f06c719
CL
2779static void nfs4_xdr_enc_get_lease_time(struct rpc_rqst *req,
2780 struct xdr_stream *xdr,
2781 struct nfs4_get_lease_time_args *args)
2050f0cc 2782{
2050f0cc
AA
2783 struct compound_hdr hdr = {
2784 .minorversion = nfs4_xdr_minorversion(&args->la_seq_args),
2785 };
dae100c2 2786 const u32 lease_bitmap[3] = { FATTR4_WORD0_LEASE_TIME };
2050f0cc 2787
9f06c719
CL
2788 encode_compound_hdr(xdr, req, &hdr);
2789 encode_sequence(xdr, &args->la_seq_args, &hdr);
2790 encode_putrootfh(xdr, &hdr);
2791 encode_fsinfo(xdr, lease_bitmap, &hdr);
2050f0cc 2792 encode_nops(&hdr);
2050f0cc 2793}
18019753
RL
2794
2795/*
2796 * a RECLAIM_COMPLETE request
2797 */
9f06c719
CL
2798static void nfs4_xdr_enc_reclaim_complete(struct rpc_rqst *req,
2799 struct xdr_stream *xdr,
2800 struct nfs41_reclaim_complete_args *args)
18019753 2801{
18019753
RL
2802 struct compound_hdr hdr = {
2803 .minorversion = nfs4_xdr_minorversion(&args->seq_args)
2804 };
2805
9f06c719
CL
2806 encode_compound_hdr(xdr, req, &hdr);
2807 encode_sequence(xdr, &args->seq_args, &hdr);
2808 encode_reclaim_complete(xdr, args, &hdr);
18019753 2809 encode_nops(&hdr);
18019753
RL
2810}
2811
7f11d8d3
AA
2812/*
2813 * Encode GETDEVICELIST request
2814 */
2815static void nfs4_xdr_enc_getdevicelist(struct rpc_rqst *req,
2816 struct xdr_stream *xdr,
2817 struct nfs4_getdevicelist_args *args)
2818{
2819 struct compound_hdr hdr = {
2820 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2821 };
2822
2823 encode_compound_hdr(xdr, req, &hdr);
2824 encode_sequence(xdr, &args->seq_args, &hdr);
2825 encode_putfh(xdr, args->fh, &hdr);
2826 encode_getdevicelist(xdr, args, &hdr);
2827 encode_nops(&hdr);
2828}
2829
b1f69b75
AA
2830/*
2831 * Encode GETDEVICEINFO request
2832 */
9f06c719
CL
2833static void nfs4_xdr_enc_getdeviceinfo(struct rpc_rqst *req,
2834 struct xdr_stream *xdr,
2835 struct nfs4_getdeviceinfo_args *args)
b1f69b75 2836{
b1f69b75
AA
2837 struct compound_hdr hdr = {
2838 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2839 };
2840
9f06c719
CL
2841 encode_compound_hdr(xdr, req, &hdr);
2842 encode_sequence(xdr, &args->seq_args, &hdr);
2843 encode_getdeviceinfo(xdr, args, &hdr);
b1f69b75
AA
2844
2845 /* set up reply kvec. Subtract notification bitmap max size (2)
2846 * so that notification bitmap is put in xdr_buf tail */
2847 xdr_inline_pages(&req->rq_rcv_buf, (hdr.replen - 2) << 2,
2848 args->pdev->pages, args->pdev->pgbase,
2849 args->pdev->pglen);
2850
2851 encode_nops(&hdr);
b1f69b75
AA
2852}
2853
2854/*
2855 * Encode LAYOUTGET request
2856 */
9f06c719
CL
2857static void nfs4_xdr_enc_layoutget(struct rpc_rqst *req,
2858 struct xdr_stream *xdr,
2859 struct nfs4_layoutget_args *args)
b1f69b75 2860{
b1f69b75
AA
2861 struct compound_hdr hdr = {
2862 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2863 };
2864
9f06c719
CL
2865 encode_compound_hdr(xdr, req, &hdr);
2866 encode_sequence(xdr, &args->seq_args, &hdr);
2867 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
2868 encode_layoutget(xdr, args, &hdr);
35124a09
WAA
2869
2870 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2,
2871 args->layout.pages, 0, args->layout.pglen);
2872
b1f69b75 2873 encode_nops(&hdr);
b1f69b75 2874}
863a3c6c
AA
2875
2876/*
2877 * Encode LAYOUTCOMMIT request
2878 */
cbe82603
BH
2879static void nfs4_xdr_enc_layoutcommit(struct rpc_rqst *req,
2880 struct xdr_stream *xdr,
2881 struct nfs4_layoutcommit_args *args)
863a3c6c 2882{
ac7db726
BH
2883 struct nfs4_layoutcommit_data *data =
2884 container_of(args, struct nfs4_layoutcommit_data, args);
863a3c6c
AA
2885 struct compound_hdr hdr = {
2886 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2887 };
2888
2889 encode_compound_hdr(xdr, req, &hdr);
2890 encode_sequence(xdr, &args->seq_args, &hdr);
2891 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
ac7db726 2892 encode_layoutcommit(xdr, data->args.inode, args, &hdr);
863a3c6c 2893 encode_getfattr(xdr, args->bitmask, &hdr);
b1f69b75 2894 encode_nops(&hdr);
cbe82603
BH
2895}
2896
2897/*
2898 * Encode LAYOUTRETURN request
2899 */
2900static void nfs4_xdr_enc_layoutreturn(struct rpc_rqst *req,
2901 struct xdr_stream *xdr,
2902 struct nfs4_layoutreturn_args *args)
2903{
2904 struct compound_hdr hdr = {
2905 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2906 };
2907
2908 encode_compound_hdr(xdr, req, &hdr);
2909 encode_sequence(xdr, &args->seq_args, &hdr);
2910 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
2911 encode_layoutreturn(xdr, args, &hdr);
2912 encode_nops(&hdr);
b1f69b75 2913}
fca78d6d
BS
2914
2915/*
2916 * Encode SECINFO_NO_NAME request
2917 */
2918static int nfs4_xdr_enc_secinfo_no_name(struct rpc_rqst *req,
2919 struct xdr_stream *xdr,
2920 struct nfs41_secinfo_no_name_args *args)
2921{
2922 struct compound_hdr hdr = {
2923 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2924 };
2925
2926 encode_compound_hdr(xdr, req, &hdr);
2927 encode_sequence(xdr, &args->seq_args, &hdr);
2928 encode_putrootfh(xdr, &hdr);
2929 encode_secinfo_no_name(xdr, args, &hdr);
2930 encode_nops(&hdr);
2931 return 0;
2932}
7d974794
BS
2933
2934/*
2935 * Encode TEST_STATEID request
2936 */
2937static void nfs4_xdr_enc_test_stateid(struct rpc_rqst *req,
2938 struct xdr_stream *xdr,
2939 struct nfs41_test_stateid_args *args)
2940{
2941 struct compound_hdr hdr = {
2942 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2943 };
2944
2945 encode_compound_hdr(xdr, req, &hdr);
2946 encode_sequence(xdr, &args->seq_args, &hdr);
2947 encode_test_stateid(xdr, args, &hdr);
2948 encode_nops(&hdr);
2949}
9aeda35f
BS
2950
2951/*
2952 * Encode FREE_STATEID request
2953 */
2954static void nfs4_xdr_enc_free_stateid(struct rpc_rqst *req,
2955 struct xdr_stream *xdr,
2956 struct nfs41_free_stateid_args *args)
2957{
2958 struct compound_hdr hdr = {
2959 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2960 };
2961
2962 encode_compound_hdr(xdr, req, &hdr);
2963 encode_sequence(xdr, &args->seq_args, &hdr);
2964 encode_free_stateid(xdr, args, &hdr);
2965 encode_nops(&hdr);
2966}
99fe60d0
BH
2967#endif /* CONFIG_NFS_V4_1 */
2968
686841b3
BH
2969static void print_overflow_msg(const char *func, const struct xdr_stream *xdr)
2970{
2971 dprintk("nfs: %s: prematurely hit end of receive buffer. "
2972 "Remaining buffer length is %tu words.\n",
2973 func, xdr->end - xdr->p);
2974}
1da177e4 2975
683b57b4 2976static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string)
1da177e4 2977{
8687b63a 2978 __be32 *p;
1da177e4 2979
c0eae66e
BH
2980 p = xdr_inline_decode(xdr, 4);
2981 if (unlikely(!p))
2982 goto out_overflow;
cccddf4f 2983 *len = be32_to_cpup(p);
c0eae66e
BH
2984 p = xdr_inline_decode(xdr, *len);
2985 if (unlikely(!p))
2986 goto out_overflow;
1da177e4
LT
2987 *string = (char *)p;
2988 return 0;
c0eae66e
BH
2989out_overflow:
2990 print_overflow_msg(__func__, xdr);
2991 return -EIO;
1da177e4
LT
2992}
2993
2994static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr)
2995{
8687b63a 2996 __be32 *p;
1da177e4 2997
c0eae66e
BH
2998 p = xdr_inline_decode(xdr, 8);
2999 if (unlikely(!p))
3000 goto out_overflow;
6f723f77 3001 hdr->status = be32_to_cpup(p++);
cccddf4f 3002 hdr->taglen = be32_to_cpup(p);
6c0195a4 3003
c0eae66e
BH
3004 p = xdr_inline_decode(xdr, hdr->taglen + 4);
3005 if (unlikely(!p))
3006 goto out_overflow;
1da177e4
LT
3007 hdr->tag = (char *)p;
3008 p += XDR_QUADLEN(hdr->taglen);
cccddf4f 3009 hdr->nops = be32_to_cpup(p);
aadf6152
BH
3010 if (unlikely(hdr->nops < 1))
3011 return nfs4_stat_to_errno(hdr->status);
1da177e4 3012 return 0;
c0eae66e
BH
3013out_overflow:
3014 print_overflow_msg(__func__, xdr);
3015 return -EIO;
1da177e4
LT
3016}
3017
3018static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)
3019{
8687b63a 3020 __be32 *p;
1da177e4
LT
3021 uint32_t opnum;
3022 int32_t nfserr;
3023
c0eae66e
BH
3024 p = xdr_inline_decode(xdr, 8);
3025 if (unlikely(!p))
3026 goto out_overflow;
6f723f77 3027 opnum = be32_to_cpup(p++);
1da177e4 3028 if (opnum != expected) {
fe82a183
CL
3029 dprintk("nfs: Server returned operation"
3030 " %d but we issued a request for %d\n",
1da177e4
LT
3031 opnum, expected);
3032 return -EIO;
3033 }
cccddf4f 3034 nfserr = be32_to_cpup(p);
1da177e4 3035 if (nfserr != NFS_OK)
856dff3d 3036 return nfs4_stat_to_errno(nfserr);
1da177e4 3037 return 0;
c0eae66e
BH
3038out_overflow:
3039 print_overflow_msg(__func__, xdr);
3040 return -EIO;
1da177e4
LT
3041}
3042
3043/* Dummy routine */
adfa6f98 3044static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp)
1da177e4 3045{
8687b63a 3046 __be32 *p;
683b57b4 3047 unsigned int strlen;
1da177e4
LT
3048 char *str;
3049
c0eae66e
BH
3050 p = xdr_inline_decode(xdr, 12);
3051 if (likely(p))
3052 return decode_opaque_inline(xdr, &strlen, &str);
3053 print_overflow_msg(__func__, xdr);
3054 return -EIO;
1da177e4
LT
3055}
3056
3057static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap)
3058{
8687b63a
AV
3059 uint32_t bmlen;
3060 __be32 *p;
1da177e4 3061
c0eae66e
BH
3062 p = xdr_inline_decode(xdr, 4);
3063 if (unlikely(!p))
3064 goto out_overflow;
cccddf4f 3065 bmlen = be32_to_cpup(p);
1da177e4 3066
dae100c2 3067 bitmap[0] = bitmap[1] = bitmap[2] = 0;
c0eae66e
BH
3068 p = xdr_inline_decode(xdr, (bmlen << 2));
3069 if (unlikely(!p))
3070 goto out_overflow;
1da177e4 3071 if (bmlen > 0) {
6f723f77 3072 bitmap[0] = be32_to_cpup(p++);
dae100c2
FI
3073 if (bmlen > 1) {
3074 bitmap[1] = be32_to_cpup(p++);
3075 if (bmlen > 2)
3076 bitmap[2] = be32_to_cpup(p);
3077 }
1da177e4
LT
3078 }
3079 return 0;
c0eae66e
BH
3080out_overflow:
3081 print_overflow_msg(__func__, xdr);
3082 return -EIO;
1da177e4
LT
3083}
3084
256e48bb 3085static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep)
1da177e4 3086{
8687b63a 3087 __be32 *p;
1da177e4 3088
c0eae66e
BH
3089 p = xdr_inline_decode(xdr, 4);
3090 if (unlikely(!p))
3091 goto out_overflow;
cccddf4f 3092 *attrlen = be32_to_cpup(p);
256e48bb 3093 *savep = xdr_stream_pos(xdr);
1da177e4 3094 return 0;
c0eae66e
BH
3095out_overflow:
3096 print_overflow_msg(__func__, xdr);
3097 return -EIO;
1da177e4
LT
3098}
3099
3100static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask)
3101{
3102 if (likely(bitmap[0] & FATTR4_WORD0_SUPPORTED_ATTRS)) {
3388bff5
RB
3103 int ret;
3104 ret = decode_attr_bitmap(xdr, bitmask);
3105 if (unlikely(ret < 0))
3106 return ret;
1da177e4
LT
3107 bitmap[0] &= ~FATTR4_WORD0_SUPPORTED_ATTRS;
3108 } else
dae100c2
FI
3109 bitmask[0] = bitmask[1] = bitmask[2] = 0;
3110 dprintk("%s: bitmask=%08x:%08x:%08x\n", __func__,
3111 bitmask[0], bitmask[1], bitmask[2]);
1da177e4
LT
3112 return 0;
3113}
3114
3115static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type)
3116{
8687b63a 3117 __be32 *p;
409924e4 3118 int ret = 0;
1da177e4
LT
3119
3120 *type = 0;
3121 if (unlikely(bitmap[0] & (FATTR4_WORD0_TYPE - 1U)))
3122 return -EIO;
3123 if (likely(bitmap[0] & FATTR4_WORD0_TYPE)) {
c0eae66e
BH
3124 p = xdr_inline_decode(xdr, 4);
3125 if (unlikely(!p))
3126 goto out_overflow;
cccddf4f 3127 *type = be32_to_cpup(p);
1da177e4 3128 if (*type < NF4REG || *type > NF4NAMEDATTR) {
3110ff80 3129 dprintk("%s: bad type %d\n", __func__, *type);
1da177e4
LT
3130 return -EIO;
3131 }
3132 bitmap[0] &= ~FATTR4_WORD0_TYPE;
409924e4 3133 ret = NFS_ATTR_FATTR_TYPE;
1da177e4 3134 }
bca79478 3135 dprintk("%s: type=0%o\n", __func__, nfs_type2fmt[*type]);
409924e4 3136 return ret;
c0eae66e
BH
3137out_overflow:
3138 print_overflow_msg(__func__, xdr);
3139 return -EIO;
1da177e4
LT
3140}
3141
264e6351
CL
3142static int decode_attr_fh_expire_type(struct xdr_stream *xdr,
3143 uint32_t *bitmap, uint32_t *type)
3144{
3145 __be32 *p;
3146
3147 *type = 0;
3148 if (unlikely(bitmap[0] & (FATTR4_WORD0_FH_EXPIRE_TYPE - 1U)))
3149 return -EIO;
3150 if (likely(bitmap[0] & FATTR4_WORD0_FH_EXPIRE_TYPE)) {
3151 p = xdr_inline_decode(xdr, 4);
3152 if (unlikely(!p))
3153 goto out_overflow;
3154 *type = be32_to_cpup(p);
3155 bitmap[0] &= ~FATTR4_WORD0_FH_EXPIRE_TYPE;
3156 }
3157 dprintk("%s: expire type=0x%x\n", __func__, *type);
3158 return 0;
3159out_overflow:
3160 print_overflow_msg(__func__, xdr);
3161 return -EIO;
3162}
3163
1da177e4
LT
3164static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change)
3165{
8687b63a 3166 __be32 *p;
409924e4 3167 int ret = 0;
1da177e4
LT
3168
3169 *change = 0;
3170 if (unlikely(bitmap[0] & (FATTR4_WORD0_CHANGE - 1U)))
3171 return -EIO;
3172 if (likely(bitmap[0] & FATTR4_WORD0_CHANGE)) {
c0eae66e
BH
3173 p = xdr_inline_decode(xdr, 8);
3174 if (unlikely(!p))
3175 goto out_overflow;
cccddf4f 3176 xdr_decode_hyper(p, change);
1da177e4 3177 bitmap[0] &= ~FATTR4_WORD0_CHANGE;
409924e4 3178 ret = NFS_ATTR_FATTR_CHANGE;
1da177e4 3179 }
3110ff80 3180 dprintk("%s: change attribute=%Lu\n", __func__,
1da177e4 3181 (unsigned long long)*change);
409924e4 3182 return ret;
c0eae66e
BH
3183out_overflow:
3184 print_overflow_msg(__func__, xdr);
3185 return -EIO;
1da177e4
LT
3186}
3187
3188static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size)
3189{
8687b63a 3190 __be32 *p;
409924e4 3191 int ret = 0;
1da177e4
LT
3192
3193 *size = 0;
3194 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U)))
3195 return -EIO;
3196 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) {
c0eae66e
BH
3197 p = xdr_inline_decode(xdr, 8);
3198 if (unlikely(!p))
3199 goto out_overflow;
cccddf4f 3200 xdr_decode_hyper(p, size);
1da177e4 3201 bitmap[0] &= ~FATTR4_WORD0_SIZE;
409924e4 3202 ret = NFS_ATTR_FATTR_SIZE;
1da177e4 3203 }
3110ff80 3204 dprintk("%s: file size=%Lu\n", __func__, (unsigned long long)*size);
409924e4 3205 return ret;
c0eae66e
BH
3206out_overflow:
3207 print_overflow_msg(__func__, xdr);
3208 return -EIO;
1da177e4
LT
3209}
3210
3211static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3212{
8687b63a 3213 __be32 *p;
1da177e4
LT
3214
3215 *res = 0;
3216 if (unlikely(bitmap[0] & (FATTR4_WORD0_LINK_SUPPORT - 1U)))
3217 return -EIO;
3218 if (likely(bitmap[0] & FATTR4_WORD0_LINK_SUPPORT)) {
c0eae66e
BH
3219 p = xdr_inline_decode(xdr, 4);
3220 if (unlikely(!p))
3221 goto out_overflow;
cccddf4f 3222 *res = be32_to_cpup(p);
1da177e4
LT
3223 bitmap[0] &= ~FATTR4_WORD0_LINK_SUPPORT;
3224 }
3110ff80 3225 dprintk("%s: link support=%s\n", __func__, *res == 0 ? "false" : "true");
1da177e4 3226 return 0;
c0eae66e
BH
3227out_overflow:
3228 print_overflow_msg(__func__, xdr);
3229 return -EIO;
1da177e4
LT
3230}
3231
3232static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3233{
8687b63a 3234 __be32 *p;
1da177e4
LT
3235
3236 *res = 0;
3237 if (unlikely(bitmap[0] & (FATTR4_WORD0_SYMLINK_SUPPORT - 1U)))
3238 return -EIO;
3239 if (likely(bitmap[0] & FATTR4_WORD0_SYMLINK_SUPPORT)) {
c0eae66e
BH
3240 p = xdr_inline_decode(xdr, 4);
3241 if (unlikely(!p))
3242 goto out_overflow;
cccddf4f 3243 *res = be32_to_cpup(p);
1da177e4
LT
3244 bitmap[0] &= ~FATTR4_WORD0_SYMLINK_SUPPORT;
3245 }
3110ff80 3246 dprintk("%s: symlink support=%s\n", __func__, *res == 0 ? "false" : "true");
1da177e4 3247 return 0;
c0eae66e
BH
3248out_overflow:
3249 print_overflow_msg(__func__, xdr);
3250 return -EIO;
1da177e4
LT
3251}
3252
8b4bdcf8 3253static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid)
1da177e4 3254{
8687b63a 3255 __be32 *p;
409924e4 3256 int ret = 0;
1da177e4
LT
3257
3258 fsid->major = 0;
3259 fsid->minor = 0;
3260 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U)))
3261 return -EIO;
3262 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) {
c0eae66e
BH
3263 p = xdr_inline_decode(xdr, 16);
3264 if (unlikely(!p))
3265 goto out_overflow;
3ceb4dbb 3266 p = xdr_decode_hyper(p, &fsid->major);
cccddf4f 3267 xdr_decode_hyper(p, &fsid->minor);
1da177e4 3268 bitmap[0] &= ~FATTR4_WORD0_FSID;
409924e4 3269 ret = NFS_ATTR_FATTR_FSID;
1da177e4 3270 }
3110ff80 3271 dprintk("%s: fsid=(0x%Lx/0x%Lx)\n", __func__,
1da177e4
LT
3272 (unsigned long long)fsid->major,
3273 (unsigned long long)fsid->minor);
409924e4 3274 return ret;
c0eae66e
BH
3275out_overflow:
3276 print_overflow_msg(__func__, xdr);
3277 return -EIO;
1da177e4
LT
3278}
3279
3280static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3281{
8687b63a 3282 __be32 *p;
1da177e4
LT
3283
3284 *res = 60;
3285 if (unlikely(bitmap[0] & (FATTR4_WORD0_LEASE_TIME - 1U)))
3286 return -EIO;
3287 if (likely(bitmap[0] & FATTR4_WORD0_LEASE_TIME)) {
c0eae66e
BH
3288 p = xdr_inline_decode(xdr, 4);
3289 if (unlikely(!p))
3290 goto out_overflow;
cccddf4f 3291 *res = be32_to_cpup(p);
1da177e4
LT
3292 bitmap[0] &= ~FATTR4_WORD0_LEASE_TIME;
3293 }
3110ff80 3294 dprintk("%s: file size=%u\n", __func__, (unsigned int)*res);
1da177e4 3295 return 0;
c0eae66e
BH
3296out_overflow:
3297 print_overflow_msg(__func__, xdr);
3298 return -EIO;
1da177e4
LT
3299}
3300
ee7b75fc 3301static int decode_attr_error(struct xdr_stream *xdr, uint32_t *bitmap, int32_t *res)
ae42c70a
BS
3302{
3303 __be32 *p;
3304
3305 if (unlikely(bitmap[0] & (FATTR4_WORD0_RDATTR_ERROR - 1U)))
3306 return -EIO;
3307 if (likely(bitmap[0] & FATTR4_WORD0_RDATTR_ERROR)) {
3308 p = xdr_inline_decode(xdr, 4);
3309 if (unlikely(!p))
3310 goto out_overflow;
3311 bitmap[0] &= ~FATTR4_WORD0_RDATTR_ERROR;
ee7b75fc 3312 *res = -be32_to_cpup(p);
ae42c70a
BS
3313 }
3314 return 0;
3315out_overflow:
3316 print_overflow_msg(__func__, xdr);
3317 return -EIO;
3318}
3319
3320static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh)
3321{
3322 __be32 *p;
3323 int len;
3324
7ad07353
TM
3325 if (fh != NULL)
3326 memset(fh, 0, sizeof(*fh));
ae42c70a
BS
3327
3328 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEHANDLE - 1U)))
3329 return -EIO;
3330 if (likely(bitmap[0] & FATTR4_WORD0_FILEHANDLE)) {
3331 p = xdr_inline_decode(xdr, 4);
3332 if (unlikely(!p))
3333 goto out_overflow;
3334 len = be32_to_cpup(p);
3335 if (len > NFS4_FHSIZE)
3336 return -EIO;
ae42c70a
BS
3337 p = xdr_inline_decode(xdr, len);
3338 if (unlikely(!p))
3339 goto out_overflow;
7ad07353
TM
3340 if (fh != NULL) {
3341 memcpy(fh->data, p, len);
3342 fh->size = len;
3343 }
ae42c70a
BS
3344 bitmap[0] &= ~FATTR4_WORD0_FILEHANDLE;
3345 }
3346 return 0;
3347out_overflow:
3348 print_overflow_msg(__func__, xdr);
3349 return -EIO;
3350}
3351
1da177e4
LT
3352static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3353{
8687b63a 3354 __be32 *p;
1da177e4
LT
3355
3356 *res = ACL4_SUPPORT_ALLOW_ACL|ACL4_SUPPORT_DENY_ACL;
3357 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U)))
3358 return -EIO;
3359 if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) {
c0eae66e
BH
3360 p = xdr_inline_decode(xdr, 4);
3361 if (unlikely(!p))
3362 goto out_overflow;
cccddf4f 3363 *res = be32_to_cpup(p);
1da177e4
LT
3364 bitmap[0] &= ~FATTR4_WORD0_ACLSUPPORT;
3365 }
3110ff80 3366 dprintk("%s: ACLs supported=%u\n", __func__, (unsigned int)*res);
1da177e4 3367 return 0;
c0eae66e
BH
3368out_overflow:
3369 print_overflow_msg(__func__, xdr);
3370 return -EIO;
1da177e4
LT
3371}
3372
3373static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
3374{
8687b63a 3375 __be32 *p;
409924e4 3376 int ret = 0;
1da177e4
LT
3377
3378 *fileid = 0;
3379 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEID - 1U)))
3380 return -EIO;
3381 if (likely(bitmap[0] & FATTR4_WORD0_FILEID)) {
c0eae66e
BH
3382 p = xdr_inline_decode(xdr, 8);
3383 if (unlikely(!p))
3384 goto out_overflow;
cccddf4f 3385 xdr_decode_hyper(p, fileid);
1da177e4 3386 bitmap[0] &= ~FATTR4_WORD0_FILEID;
409924e4 3387 ret = NFS_ATTR_FATTR_FILEID;
1da177e4 3388 }
3110ff80 3389 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
409924e4 3390 return ret;
c0eae66e
BH
3391out_overflow:
3392 print_overflow_msg(__func__, xdr);
3393 return -EIO;
1da177e4
LT
3394}
3395
99baf625
MN
3396static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
3397{
8687b63a 3398 __be32 *p;
409924e4 3399 int ret = 0;
99baf625
MN
3400
3401 *fileid = 0;
3402 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U)))
3403 return -EIO;
3404 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) {
c0eae66e
BH
3405 p = xdr_inline_decode(xdr, 8);
3406 if (unlikely(!p))
3407 goto out_overflow;
cccddf4f 3408 xdr_decode_hyper(p, fileid);
99baf625 3409 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;
28331a46 3410 ret = NFS_ATTR_FATTR_MOUNTED_ON_FILEID;
99baf625 3411 }
3110ff80 3412 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
409924e4 3413 return ret;
c0eae66e
BH
3414out_overflow:
3415 print_overflow_msg(__func__, xdr);
3416 return -EIO;
99baf625
MN
3417}
3418
1da177e4
LT
3419static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3420{
8687b63a 3421 __be32 *p;
1da177e4
LT
3422 int status = 0;
3423
3424 *res = 0;
3425 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_AVAIL - 1U)))
3426 return -EIO;
3427 if (likely(bitmap[0] & FATTR4_WORD0_FILES_AVAIL)) {
c0eae66e
BH
3428 p = xdr_inline_decode(xdr, 8);
3429 if (unlikely(!p))
3430 goto out_overflow;
cccddf4f 3431 xdr_decode_hyper(p, res);
1da177e4
LT
3432 bitmap[0] &= ~FATTR4_WORD0_FILES_AVAIL;
3433 }
3110ff80 3434 dprintk("%s: files avail=%Lu\n", __func__, (unsigned long long)*res);
1da177e4 3435 return status;
c0eae66e
BH
3436out_overflow:
3437 print_overflow_msg(__func__, xdr);
3438 return -EIO;
1da177e4
LT
3439}
3440
3441static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3442{
8687b63a 3443 __be32 *p;
1da177e4
LT
3444 int status = 0;
3445
3446 *res = 0;
3447 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_FREE - 1U)))
3448 return -EIO;
3449 if (likely(bitmap[0] & FATTR4_WORD0_FILES_FREE)) {
c0eae66e
BH
3450 p = xdr_inline_decode(xdr, 8);
3451 if (unlikely(!p))
3452 goto out_overflow;
cccddf4f 3453 xdr_decode_hyper(p, res);
1da177e4
LT
3454 bitmap[0] &= ~FATTR4_WORD0_FILES_FREE;
3455 }
3110ff80 3456 dprintk("%s: files free=%Lu\n", __func__, (unsigned long long)*res);
1da177e4 3457 return status;
c0eae66e
BH
3458out_overflow:
3459 print_overflow_msg(__func__, xdr);
3460 return -EIO;
1da177e4
LT
3461}
3462
3463static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3464{
8687b63a 3465 __be32 *p;
1da177e4
LT
3466 int status = 0;
3467
3468 *res = 0;
3469 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_TOTAL - 1U)))
3470 return -EIO;
3471 if (likely(bitmap[0] & FATTR4_WORD0_FILES_TOTAL)) {
c0eae66e
BH
3472 p = xdr_inline_decode(xdr, 8);
3473 if (unlikely(!p))
3474 goto out_overflow;
cccddf4f 3475 xdr_decode_hyper(p, res);
1da177e4
LT
3476 bitmap[0] &= ~FATTR4_WORD0_FILES_TOTAL;
3477 }
3110ff80 3478 dprintk("%s: files total=%Lu\n", __func__, (unsigned long long)*res);
1da177e4 3479 return status;
c0eae66e
BH
3480out_overflow:
3481 print_overflow_msg(__func__, xdr);
3482 return -EIO;
1da177e4
LT
3483}
3484
7aaa0b3b
MN
3485static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path)
3486{
464ad6b1 3487 u32 n;
8687b63a 3488 __be32 *p;
7aaa0b3b
MN
3489 int status = 0;
3490
c0eae66e
BH
3491 p = xdr_inline_decode(xdr, 4);
3492 if (unlikely(!p))
3493 goto out_overflow;
cccddf4f 3494 n = be32_to_cpup(p);
33a43f28
AA
3495 if (n == 0)
3496 goto root_path;
02a2976c 3497 dprintk("pathname4: ");
7aaa0b3b
MN
3498 path->ncomponents = 0;
3499 while (path->ncomponents < n) {
3500 struct nfs4_string *component = &path->components[path->ncomponents];
3501 status = decode_opaque_inline(xdr, &component->len, &component->data);
3502 if (unlikely(status != 0))
3503 goto out_eio;
95a13f7b 3504 ifdebug (XDR)
02a2976c
CL
3505 pr_cont("%s%.*s ",
3506 (path->ncomponents != n ? "/ " : ""),
3507 component->len, component->data);
7aaa0b3b
MN
3508 if (path->ncomponents < NFS4_PATHNAME_MAXCOMPONENTS)
3509 path->ncomponents++;
3510 else {
3511 dprintk("cannot parse %d components in path\n", n);
3512 goto out_eio;
3513 }
3514 }
3515out:
7aaa0b3b 3516 return status;
33a43f28
AA
3517root_path:
3518/* a root pathname is sent as a zero component4 */
3519 path->ncomponents = 1;
3520 path->components[0].len=0;
3521 path->components[0].data=NULL;
02a2976c 3522 dprintk("pathname4: /\n");
33a43f28 3523 goto out;
7aaa0b3b
MN
3524out_eio:
3525 dprintk(" status %d", status);
3526 status = -EIO;
3527 goto out;
c0eae66e
BH
3528out_overflow:
3529 print_overflow_msg(__func__, xdr);
3530 return -EIO;
7aaa0b3b
MN
3531}
3532
3533static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locations *res)
683b57b4
TM
3534{
3535 int n;
8687b63a 3536 __be32 *p;
683b57b4
TM
3537 int status = -EIO;
3538
3539 if (unlikely(bitmap[0] & (FATTR4_WORD0_FS_LOCATIONS -1U)))
3540 goto out;
3541 status = 0;
3542 if (unlikely(!(bitmap[0] & FATTR4_WORD0_FS_LOCATIONS)))
3543 goto out;
8b7e3f49
TM
3544 status = -EIO;
3545 /* Ignore borken servers that return unrequested attrs */
3546 if (unlikely(res == NULL))
3547 goto out;
02a2976c 3548 dprintk("%s: fsroot:\n", __func__);
7aaa0b3b 3549 status = decode_pathname(xdr, &res->fs_path);
683b57b4
TM
3550 if (unlikely(status != 0))
3551 goto out;
c0eae66e
BH
3552 p = xdr_inline_decode(xdr, 4);
3553 if (unlikely(!p))
3554 goto out_overflow;
cccddf4f 3555 n = be32_to_cpup(p);
683b57b4
TM
3556 if (n <= 0)
3557 goto out_eio;
3558 res->nlocations = 0;
3559 while (res->nlocations < n) {
464ad6b1 3560 u32 m;
7aaa0b3b 3561 struct nfs4_fs_location *loc = &res->locations[res->nlocations];
683b57b4 3562
c0eae66e
BH
3563 p = xdr_inline_decode(xdr, 4);
3564 if (unlikely(!p))
3565 goto out_overflow;
cccddf4f 3566 m = be32_to_cpup(p);
7aaa0b3b
MN
3567
3568 loc->nservers = 0;
02a2976c 3569 dprintk("%s: servers:\n", __func__);
7aaa0b3b
MN
3570 while (loc->nservers < m) {
3571 struct nfs4_string *server = &loc->servers[loc->nservers];
3572 status = decode_opaque_inline(xdr, &server->len, &server->data);
3573 if (unlikely(status != 0))
3574 goto out_eio;
3575 dprintk("%s ", server->data);
3576 if (loc->nservers < NFS4_FS_LOCATION_MAXSERVERS)
3577 loc->nservers++;
3578 else {
464ad6b1
CL
3579 unsigned int i;
3580 dprintk("%s: using first %u of %u servers "
3581 "returned for location %u\n",
3110ff80 3582 __func__,
464ad6b1
CL
3583 NFS4_FS_LOCATION_MAXSERVERS,
3584 m, res->nlocations);
7aaa0b3b 3585 for (i = loc->nservers; i < m; i++) {
2e42c3e2 3586 unsigned int len;
7aaa0b3b
MN
3587 char *data;
3588 status = decode_opaque_inline(xdr, &len, &data);
3589 if (unlikely(status != 0))
3590 goto out_eio;
3591 }
3592 }
3593 }
3594 status = decode_pathname(xdr, &loc->rootpath);
683b57b4
TM
3595 if (unlikely(status != 0))
3596 goto out_eio;
7aaa0b3b 3597 if (res->nlocations < NFS4_FS_LOCATIONS_MAXENTRIES)
683b57b4
TM
3598 res->nlocations++;
3599 }
409924e4 3600 if (res->nlocations != 0)
81934ddb 3601 status = NFS_ATTR_FATTR_V4_LOCATIONS;
683b57b4 3602out:
3110ff80 3603 dprintk("%s: fs_locations done, error = %d\n", __func__, status);
683b57b4 3604 return status;
c0eae66e
BH
3605out_overflow:
3606 print_overflow_msg(__func__, xdr);
683b57b4
TM
3607out_eio:
3608 status = -EIO;
3609 goto out;
3610}
3611
1da177e4
LT
3612static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3613{
8687b63a 3614 __be32 *p;
1da177e4
LT
3615 int status = 0;
3616
3617 *res = 0;
3618 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXFILESIZE - 1U)))
3619 return -EIO;
3620 if (likely(bitmap[0] & FATTR4_WORD0_MAXFILESIZE)) {
c0eae66e
BH
3621 p = xdr_inline_decode(xdr, 8);
3622 if (unlikely(!p))
3623 goto out_overflow;
cccddf4f 3624 xdr_decode_hyper(p, res);
1da177e4
LT
3625 bitmap[0] &= ~FATTR4_WORD0_MAXFILESIZE;
3626 }
3110ff80 3627 dprintk("%s: maxfilesize=%Lu\n", __func__, (unsigned long long)*res);
1da177e4 3628 return status;
c0eae66e
BH
3629out_overflow:
3630 print_overflow_msg(__func__, xdr);
3631 return -EIO;
1da177e4
LT
3632}
3633
3634static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink)
3635{
8687b63a 3636 __be32 *p;
1da177e4
LT
3637 int status = 0;
3638
3639 *maxlink = 1;
3640 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXLINK - 1U)))
3641 return -EIO;
3642 if (likely(bitmap[0] & FATTR4_WORD0_MAXLINK)) {
c0eae66e
BH
3643 p = xdr_inline_decode(xdr, 4);
3644 if (unlikely(!p))
3645 goto out_overflow;
cccddf4f 3646 *maxlink = be32_to_cpup(p);
1da177e4
LT
3647 bitmap[0] &= ~FATTR4_WORD0_MAXLINK;
3648 }
3110ff80 3649 dprintk("%s: maxlink=%u\n", __func__, *maxlink);
1da177e4 3650 return status;
c0eae66e
BH
3651out_overflow:
3652 print_overflow_msg(__func__, xdr);
3653 return -EIO;
1da177e4
LT
3654}
3655
3656static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname)
3657{
8687b63a 3658 __be32 *p;
1da177e4
LT
3659 int status = 0;
3660
3661 *maxname = 1024;
3662 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXNAME - 1U)))
3663 return -EIO;
3664 if (likely(bitmap[0] & FATTR4_WORD0_MAXNAME)) {
c0eae66e
BH
3665 p = xdr_inline_decode(xdr, 4);
3666 if (unlikely(!p))
3667 goto out_overflow;
cccddf4f 3668 *maxname = be32_to_cpup(p);
1da177e4
LT
3669 bitmap[0] &= ~FATTR4_WORD0_MAXNAME;
3670 }
3110ff80 3671 dprintk("%s: maxname=%u\n", __func__, *maxname);
1da177e4 3672 return status;
c0eae66e
BH
3673out_overflow:
3674 print_overflow_msg(__func__, xdr);
3675 return -EIO;
1da177e4
LT
3676}
3677
3678static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3679{
8687b63a 3680 __be32 *p;
1da177e4
LT
3681 int status = 0;
3682
3683 *res = 1024;
3684 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXREAD - 1U)))
3685 return -EIO;
3686 if (likely(bitmap[0] & FATTR4_WORD0_MAXREAD)) {
3687 uint64_t maxread;
c0eae66e
BH
3688 p = xdr_inline_decode(xdr, 8);
3689 if (unlikely(!p))
3690 goto out_overflow;
cccddf4f 3691 xdr_decode_hyper(p, &maxread);
1da177e4
LT
3692 if (maxread > 0x7FFFFFFF)
3693 maxread = 0x7FFFFFFF;
3694 *res = (uint32_t)maxread;
3695 bitmap[0] &= ~FATTR4_WORD0_MAXREAD;
3696 }
3110ff80 3697 dprintk("%s: maxread=%lu\n", __func__, (unsigned long)*res);
1da177e4 3698 return status;
c0eae66e
BH
3699out_overflow:
3700 print_overflow_msg(__func__, xdr);
3701 return -EIO;
1da177e4
LT
3702}
3703
3704static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3705{
8687b63a 3706 __be32 *p;
1da177e4
LT
3707 int status = 0;
3708
3709 *res = 1024;
3710 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXWRITE - 1U)))
3711 return -EIO;
3712 if (likely(bitmap[0] & FATTR4_WORD0_MAXWRITE)) {
3713 uint64_t maxwrite;
c0eae66e
BH
3714 p = xdr_inline_decode(xdr, 8);
3715 if (unlikely(!p))
3716 goto out_overflow;
cccddf4f 3717 xdr_decode_hyper(p, &maxwrite);
1da177e4
LT
3718 if (maxwrite > 0x7FFFFFFF)
3719 maxwrite = 0x7FFFFFFF;
3720 *res = (uint32_t)maxwrite;
3721 bitmap[0] &= ~FATTR4_WORD0_MAXWRITE;
3722 }
3110ff80 3723 dprintk("%s: maxwrite=%lu\n", __func__, (unsigned long)*res);
1da177e4 3724 return status;
c0eae66e
BH
3725out_overflow:
3726 print_overflow_msg(__func__, xdr);
3727 return -EIO;
1da177e4
LT
3728}
3729
bca79478 3730static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode)
1da177e4 3731{
bca79478 3732 uint32_t tmp;
8687b63a 3733 __be32 *p;
409924e4 3734 int ret = 0;
1da177e4
LT
3735
3736 *mode = 0;
3737 if (unlikely(bitmap[1] & (FATTR4_WORD1_MODE - 1U)))
3738 return -EIO;
3739 if (likely(bitmap[1] & FATTR4_WORD1_MODE)) {
c0eae66e
BH
3740 p = xdr_inline_decode(xdr, 4);
3741 if (unlikely(!p))
3742 goto out_overflow;
cccddf4f 3743 tmp = be32_to_cpup(p);
bca79478 3744 *mode = tmp & ~S_IFMT;
1da177e4 3745 bitmap[1] &= ~FATTR4_WORD1_MODE;
409924e4 3746 ret = NFS_ATTR_FATTR_MODE;
1da177e4 3747 }
3110ff80 3748 dprintk("%s: file mode=0%o\n", __func__, (unsigned int)*mode);
409924e4 3749 return ret;
c0eae66e
BH
3750out_overflow:
3751 print_overflow_msg(__func__, xdr);
3752 return -EIO;
1da177e4
LT
3753}
3754
3755static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink)
3756{
8687b63a 3757 __be32 *p;
409924e4 3758 int ret = 0;
1da177e4
LT
3759
3760 *nlink = 1;
3761 if (unlikely(bitmap[1] & (FATTR4_WORD1_NUMLINKS - 1U)))
3762 return -EIO;
3763 if (likely(bitmap[1] & FATTR4_WORD1_NUMLINKS)) {
c0eae66e
BH
3764 p = xdr_inline_decode(xdr, 4);
3765 if (unlikely(!p))
3766 goto out_overflow;
cccddf4f 3767 *nlink = be32_to_cpup(p);
1da177e4 3768 bitmap[1] &= ~FATTR4_WORD1_NUMLINKS;
409924e4 3769 ret = NFS_ATTR_FATTR_NLINK;
1da177e4 3770 }
3110ff80 3771 dprintk("%s: nlink=%u\n", __func__, (unsigned int)*nlink);
409924e4 3772 return ret;
c0eae66e
BH
3773out_overflow:
3774 print_overflow_msg(__func__, xdr);
3775 return -EIO;
1da177e4
LT
3776}
3777
80e52ace 3778static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap,
6926afd1
TM
3779 const struct nfs_server *server, uint32_t *uid,
3780 struct nfs4_string *owner_name)
1da177e4 3781{
8687b63a
AV
3782 uint32_t len;
3783 __be32 *p;
409924e4 3784 int ret = 0;
1da177e4
LT
3785
3786 *uid = -2;
3787 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER - 1U)))
3788 return -EIO;
3789 if (likely(bitmap[1] & FATTR4_WORD1_OWNER)) {
c0eae66e
BH
3790 p = xdr_inline_decode(xdr, 4);
3791 if (unlikely(!p))
3792 goto out_overflow;
cccddf4f 3793 len = be32_to_cpup(p);
c0eae66e
BH
3794 p = xdr_inline_decode(xdr, len);
3795 if (unlikely(!p))
3796 goto out_overflow;
6926afd1
TM
3797 if (owner_name != NULL) {
3798 owner_name->data = kmemdup(p, len, GFP_NOWAIT);
3799 if (owner_name->data != NULL) {
3800 owner_name->len = len;
3801 ret = NFS_ATTR_FATTR_OWNER_NAME;
3802 }
80e52ace 3803 } else if (len < XDR_MAX_NETOBJ) {
e4fd72a1 3804 if (nfs_map_name_to_uid(server, (char *)p, len, uid) == 0)
409924e4
TM
3805 ret = NFS_ATTR_FATTR_OWNER;
3806 else
1da177e4 3807 dprintk("%s: nfs_map_name_to_uid failed!\n",
3110ff80 3808 __func__);
1da177e4 3809 } else
fe82a183 3810 dprintk("%s: name too long (%u)!\n",
3110ff80 3811 __func__, len);
1da177e4
LT
3812 bitmap[1] &= ~FATTR4_WORD1_OWNER;
3813 }
3110ff80 3814 dprintk("%s: uid=%d\n", __func__, (int)*uid);
409924e4 3815 return ret;
c0eae66e
BH
3816out_overflow:
3817 print_overflow_msg(__func__, xdr);
3818 return -EIO;
1da177e4
LT
3819}
3820
80e52ace 3821static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap,
6926afd1
TM
3822 const struct nfs_server *server, uint32_t *gid,
3823 struct nfs4_string *group_name)
1da177e4 3824{
8687b63a
AV
3825 uint32_t len;
3826 __be32 *p;
409924e4 3827 int ret = 0;
1da177e4
LT
3828
3829 *gid = -2;
3830 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER_GROUP - 1U)))
3831 return -EIO;
3832 if (likely(bitmap[1] & FATTR4_WORD1_OWNER_GROUP)) {
c0eae66e
BH
3833 p = xdr_inline_decode(xdr, 4);
3834 if (unlikely(!p))
3835 goto out_overflow;
cccddf4f 3836 len = be32_to_cpup(p);
c0eae66e
BH
3837 p = xdr_inline_decode(xdr, len);
3838 if (unlikely(!p))
3839 goto out_overflow;
6926afd1
TM
3840 if (group_name != NULL) {
3841 group_name->data = kmemdup(p, len, GFP_NOWAIT);
3842 if (group_name->data != NULL) {
3843 group_name->len = len;
3844 ret = NFS_ATTR_FATTR_GROUP_NAME;
3845 }
80e52ace 3846 } else if (len < XDR_MAX_NETOBJ) {
e4fd72a1 3847 if (nfs_map_group_to_gid(server, (char *)p, len, gid) == 0)
409924e4
TM
3848 ret = NFS_ATTR_FATTR_GROUP;
3849 else
1da177e4 3850 dprintk("%s: nfs_map_group_to_gid failed!\n",
3110ff80 3851 __func__);
1da177e4 3852 } else
fe82a183 3853 dprintk("%s: name too long (%u)!\n",
3110ff80 3854 __func__, len);
1da177e4
LT
3855 bitmap[1] &= ~FATTR4_WORD1_OWNER_GROUP;
3856 }
3110ff80 3857 dprintk("%s: gid=%d\n", __func__, (int)*gid);
409924e4 3858 return ret;
c0eae66e
BH
3859out_overflow:
3860 print_overflow_msg(__func__, xdr);
3861 return -EIO;
1da177e4
LT
3862}
3863
3864static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev)
3865{
8687b63a
AV
3866 uint32_t major = 0, minor = 0;
3867 __be32 *p;
409924e4 3868 int ret = 0;
1da177e4
LT
3869
3870 *rdev = MKDEV(0,0);
3871 if (unlikely(bitmap[1] & (FATTR4_WORD1_RAWDEV - 1U)))
3872 return -EIO;
3873 if (likely(bitmap[1] & FATTR4_WORD1_RAWDEV)) {
3874 dev_t tmp;
3875
c0eae66e
BH
3876 p = xdr_inline_decode(xdr, 8);
3877 if (unlikely(!p))
3878 goto out_overflow;
6f723f77 3879 major = be32_to_cpup(p++);
cccddf4f 3880 minor = be32_to_cpup(p);
1da177e4
LT
3881 tmp = MKDEV(major, minor);
3882 if (MAJOR(tmp) == major && MINOR(tmp) == minor)
3883 *rdev = tmp;
3884 bitmap[1] &= ~ FATTR4_WORD1_RAWDEV;
409924e4 3885 ret = NFS_ATTR_FATTR_RDEV;
1da177e4 3886 }
3110ff80 3887 dprintk("%s: rdev=(0x%x:0x%x)\n", __func__, major, minor);
409924e4 3888 return ret;
c0eae66e
BH
3889out_overflow:
3890 print_overflow_msg(__func__, xdr);
3891 return -EIO;
1da177e4
LT
3892}
3893
3894static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3895{
8687b63a 3896 __be32 *p;
1da177e4
LT
3897 int status = 0;
3898
3899 *res = 0;
3900 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_AVAIL - 1U)))
3901 return -EIO;
3902 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_AVAIL)) {
c0eae66e
BH
3903 p = xdr_inline_decode(xdr, 8);
3904 if (unlikely(!p))
3905 goto out_overflow;
cccddf4f 3906 xdr_decode_hyper(p, res);
1da177e4
LT
3907 bitmap[1] &= ~FATTR4_WORD1_SPACE_AVAIL;
3908 }
3110ff80 3909 dprintk("%s: space avail=%Lu\n", __func__, (unsigned long long)*res);
1da177e4 3910 return status;
c0eae66e
BH
3911out_overflow:
3912 print_overflow_msg(__func__, xdr);
3913 return -EIO;
1da177e4
LT
3914}
3915
3916static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3917{
8687b63a 3918 __be32 *p;
1da177e4
LT
3919 int status = 0;
3920
3921 *res = 0;
3922 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_FREE - 1U)))
3923 return -EIO;
3924 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_FREE)) {
c0eae66e
BH
3925 p = xdr_inline_decode(xdr, 8);
3926 if (unlikely(!p))
3927 goto out_overflow;
cccddf4f 3928 xdr_decode_hyper(p, res);
1da177e4
LT
3929 bitmap[1] &= ~FATTR4_WORD1_SPACE_FREE;
3930 }
3110ff80 3931 dprintk("%s: space free=%Lu\n", __func__, (unsigned long long)*res);
1da177e4 3932 return status;
c0eae66e
BH
3933out_overflow:
3934 print_overflow_msg(__func__, xdr);
3935 return -EIO;
1da177e4
LT
3936}
3937
3938static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3939{
8687b63a 3940 __be32 *p;
1da177e4
LT
3941 int status = 0;
3942
3943 *res = 0;
3944 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_TOTAL - 1U)))
3945 return -EIO;
3946 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_TOTAL)) {
c0eae66e
BH
3947 p = xdr_inline_decode(xdr, 8);
3948 if (unlikely(!p))
3949 goto out_overflow;
cccddf4f 3950 xdr_decode_hyper(p, res);
1da177e4
LT
3951 bitmap[1] &= ~FATTR4_WORD1_SPACE_TOTAL;
3952 }
3110ff80 3953 dprintk("%s: space total=%Lu\n", __func__, (unsigned long long)*res);
1da177e4 3954 return status;
c0eae66e
BH
3955out_overflow:
3956 print_overflow_msg(__func__, xdr);
3957 return -EIO;
1da177e4
LT
3958}
3959
3960static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used)
3961{
8687b63a 3962 __be32 *p;
409924e4 3963 int ret = 0;
1da177e4
LT
3964
3965 *used = 0;
3966 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_USED - 1U)))
3967 return -EIO;
3968 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_USED)) {
c0eae66e
BH
3969 p = xdr_inline_decode(xdr, 8);
3970 if (unlikely(!p))
3971 goto out_overflow;
cccddf4f 3972 xdr_decode_hyper(p, used);
1da177e4 3973 bitmap[1] &= ~FATTR4_WORD1_SPACE_USED;
409924e4 3974 ret = NFS_ATTR_FATTR_SPACE_USED;
1da177e4 3975 }
3110ff80 3976 dprintk("%s: space used=%Lu\n", __func__,
1da177e4 3977 (unsigned long long)*used);
409924e4 3978 return ret;
c0eae66e
BH
3979out_overflow:
3980 print_overflow_msg(__func__, xdr);
3981 return -EIO;
1da177e4
LT
3982}
3983
3984static int decode_attr_time(struct xdr_stream *xdr, struct timespec *time)
3985{
8687b63a 3986 __be32 *p;
1da177e4
LT
3987 uint64_t sec;
3988 uint32_t nsec;
3989
c0eae66e
BH
3990 p = xdr_inline_decode(xdr, 12);
3991 if (unlikely(!p))
3992 goto out_overflow;
3ceb4dbb 3993 p = xdr_decode_hyper(p, &sec);
cccddf4f 3994 nsec = be32_to_cpup(p);
1da177e4
LT
3995 time->tv_sec = (time_t)sec;
3996 time->tv_nsec = (long)nsec;
3997 return 0;
c0eae66e
BH
3998out_overflow:
3999 print_overflow_msg(__func__, xdr);
4000 return -EIO;
1da177e4
LT
4001}
4002
4003static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4004{
4005 int status = 0;
4006
4007 time->tv_sec = 0;
4008 time->tv_nsec = 0;
4009 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_ACCESS - 1U)))
4010 return -EIO;
4011 if (likely(bitmap[1] & FATTR4_WORD1_TIME_ACCESS)) {
4012 status = decode_attr_time(xdr, time);
409924e4
TM
4013 if (status == 0)
4014 status = NFS_ATTR_FATTR_ATIME;
1da177e4
LT
4015 bitmap[1] &= ~FATTR4_WORD1_TIME_ACCESS;
4016 }
3110ff80 4017 dprintk("%s: atime=%ld\n", __func__, (long)time->tv_sec);
1da177e4
LT
4018 return status;
4019}
4020
4021static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4022{
4023 int status = 0;
4024
4025 time->tv_sec = 0;
4026 time->tv_nsec = 0;
4027 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_METADATA - 1U)))
4028 return -EIO;
4029 if (likely(bitmap[1] & FATTR4_WORD1_TIME_METADATA)) {
4030 status = decode_attr_time(xdr, time);
409924e4
TM
4031 if (status == 0)
4032 status = NFS_ATTR_FATTR_CTIME;
1da177e4
LT
4033 bitmap[1] &= ~FATTR4_WORD1_TIME_METADATA;
4034 }
3110ff80 4035 dprintk("%s: ctime=%ld\n", __func__, (long)time->tv_sec);
1da177e4
LT
4036 return status;
4037}
4038
55b6e774
RL
4039static int decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap,
4040 struct timespec *time)
4041{
4042 int status = 0;
4043
4044 time->tv_sec = 0;
4045 time->tv_nsec = 0;
4046 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_DELTA - 1U)))
4047 return -EIO;
4048 if (likely(bitmap[1] & FATTR4_WORD1_TIME_DELTA)) {
4049 status = decode_attr_time(xdr, time);
4050 bitmap[1] &= ~FATTR4_WORD1_TIME_DELTA;
4051 }
4052 dprintk("%s: time_delta=%ld %ld\n", __func__, (long)time->tv_sec,
4053 (long)time->tv_nsec);
4054 return status;
4055}
4056
1da177e4
LT
4057static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4058{
4059 int status = 0;
4060
4061 time->tv_sec = 0;
4062 time->tv_nsec = 0;
4063 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_MODIFY - 1U)))
4064 return -EIO;
4065 if (likely(bitmap[1] & FATTR4_WORD1_TIME_MODIFY)) {
4066 status = decode_attr_time(xdr, time);
409924e4
TM
4067 if (status == 0)
4068 status = NFS_ATTR_FATTR_MTIME;
1da177e4
LT
4069 bitmap[1] &= ~FATTR4_WORD1_TIME_MODIFY;
4070 }
3110ff80 4071 dprintk("%s: mtime=%ld\n", __func__, (long)time->tv_sec);
1da177e4
LT
4072 return status;
4073}
4074
256e48bb 4075static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen)
1da177e4
LT
4076{
4077 unsigned int attrwords = XDR_QUADLEN(attrlen);
256e48bb 4078 unsigned int nwords = (xdr_stream_pos(xdr) - savep) >> 2;
1da177e4
LT
4079
4080 if (unlikely(attrwords != nwords)) {
fe82a183
CL
4081 dprintk("%s: server returned incorrect attribute length: "
4082 "%u %c %u\n",
3110ff80 4083 __func__,
1da177e4
LT
4084 attrwords << 2,
4085 (attrwords < nwords) ? '<' : '>',
4086 nwords << 2);
4087 return -EIO;
4088 }
4089 return 0;
4090}
4091
4092static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4093{
8687b63a 4094 __be32 *p;
1da177e4 4095
c0eae66e
BH
4096 p = xdr_inline_decode(xdr, 20);
4097 if (unlikely(!p))
4098 goto out_overflow;
6f723f77 4099 cinfo->atomic = be32_to_cpup(p++);
3ceb4dbb 4100 p = xdr_decode_hyper(p, &cinfo->before);
cccddf4f 4101 xdr_decode_hyper(p, &cinfo->after);
1da177e4 4102 return 0;
c0eae66e
BH
4103out_overflow:
4104 print_overflow_msg(__func__, xdr);
4105 return -EIO;
1da177e4
LT
4106}
4107
6168f62c 4108static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access)
1da177e4 4109{
8687b63a 4110 __be32 *p;
1da177e4
LT
4111 uint32_t supp, acc;
4112 int status;
4113
4114 status = decode_op_hdr(xdr, OP_ACCESS);
4115 if (status)
4116 return status;
c0eae66e
BH
4117 p = xdr_inline_decode(xdr, 8);
4118 if (unlikely(!p))
4119 goto out_overflow;
6f723f77 4120 supp = be32_to_cpup(p++);
cccddf4f 4121 acc = be32_to_cpup(p);
6168f62c
WAA
4122 *supported = supp;
4123 *access = acc;
1da177e4 4124 return 0;
c0eae66e
BH
4125out_overflow:
4126 print_overflow_msg(__func__, xdr);
4127 return -EIO;
1da177e4
LT
4128}
4129
07d30434 4130static int decode_opaque_fixed(struct xdr_stream *xdr, void *buf, size_t len)
1da177e4 4131{
8687b63a 4132 __be32 *p;
07d30434
BH
4133
4134 p = xdr_inline_decode(xdr, len);
4135 if (likely(p)) {
4136 memcpy(buf, p, len);
4137 return 0;
4138 }
4139 print_overflow_msg(__func__, xdr);
4140 return -EIO;
4141}
4142
4143static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid)
4144{
2d2f24ad 4145 return decode_opaque_fixed(xdr, stateid, NFS4_STATEID_SIZE);
07d30434
BH
4146}
4147
4148static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res)
4149{
1da177e4
LT
4150 int status;
4151
4152 status = decode_op_hdr(xdr, OP_CLOSE);
c1d51931
TM
4153 if (status != -EIO)
4154 nfs_increment_open_seqid(status, res->seqid);
07d30434
BH
4155 if (!status)
4156 status = decode_stateid(xdr, &res->stateid);
4157 return status;
1da177e4
LT
4158}
4159
db942bbd
BH
4160static int decode_verifier(struct xdr_stream *xdr, void *verifier)
4161{
cd93710e 4162 return decode_opaque_fixed(xdr, verifier, NFS4_VERIFIER_SIZE);
1da177e4
LT
4163}
4164
2f2c63bc
TM
4165static int decode_write_verifier(struct xdr_stream *xdr, struct nfs_write_verifier *verifier)
4166{
4167 return decode_opaque_fixed(xdr, verifier->data, NFS4_VERIFIER_SIZE);
4168}
4169
0b7c0153 4170static int decode_commit(struct xdr_stream *xdr, struct nfs_commitres *res)
1da177e4 4171{
1da177e4
LT
4172 int status;
4173
4174 status = decode_op_hdr(xdr, OP_COMMIT);
db942bbd 4175 if (!status)
2f2c63bc 4176 status = decode_write_verifier(xdr, &res->verf->verifier);
db942bbd 4177 return status;
1da177e4
LT
4178}
4179
4180static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4181{
8687b63a 4182 __be32 *p;
1da177e4
LT
4183 uint32_t bmlen;
4184 int status;
4185
4186 status = decode_op_hdr(xdr, OP_CREATE);
4187 if (status)
4188 return status;
4189 if ((status = decode_change_info(xdr, cinfo)))
4190 return status;
c0eae66e
BH
4191 p = xdr_inline_decode(xdr, 4);
4192 if (unlikely(!p))
4193 goto out_overflow;
cccddf4f 4194 bmlen = be32_to_cpup(p);
c0eae66e
BH
4195 p = xdr_inline_decode(xdr, bmlen << 2);
4196 if (likely(p))
4197 return 0;
4198out_overflow:
4199 print_overflow_msg(__func__, xdr);
4200 return -EIO;
1da177e4
LT
4201}
4202
4203static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res)
4204{
256e48bb 4205 unsigned int savep;
dae100c2 4206 uint32_t attrlen, bitmap[3] = {0};
1da177e4
LT
4207 int status;
4208
4209 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4210 goto xdr_error;
4211 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4212 goto xdr_error;
4213 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4214 goto xdr_error;
4215 if ((status = decode_attr_supported(xdr, bitmap, res->attr_bitmask)) != 0)
4216 goto xdr_error;
264e6351
CL
4217 if ((status = decode_attr_fh_expire_type(xdr, bitmap,
4218 &res->fh_expire_type)) != 0)
4219 goto xdr_error;
1da177e4
LT
4220 if ((status = decode_attr_link_support(xdr, bitmap, &res->has_links)) != 0)
4221 goto xdr_error;
4222 if ((status = decode_attr_symlink_support(xdr, bitmap, &res->has_symlinks)) != 0)
4223 goto xdr_error;
4224 if ((status = decode_attr_aclsupport(xdr, bitmap, &res->acl_bitmask)) != 0)
4225 goto xdr_error;
4226 status = verify_attr_len(xdr, savep, attrlen);
4227xdr_error:
3110ff80 4228 dprintk("%s: xdr returned %d!\n", __func__, -status);
1da177e4
LT
4229 return status;
4230}
6c0195a4 4231
1da177e4
LT
4232static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat)
4233{
256e48bb 4234 unsigned int savep;
dae100c2 4235 uint32_t attrlen, bitmap[3] = {0};
1da177e4 4236 int status;
6c0195a4 4237
1da177e4
LT
4238 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4239 goto xdr_error;
4240 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4241 goto xdr_error;
4242 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4243 goto xdr_error;
4244
4245 if ((status = decode_attr_files_avail(xdr, bitmap, &fsstat->afiles)) != 0)
4246 goto xdr_error;
4247 if ((status = decode_attr_files_free(xdr, bitmap, &fsstat->ffiles)) != 0)
4248 goto xdr_error;
4249 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0)
4250 goto xdr_error;
4251 if ((status = decode_attr_space_avail(xdr, bitmap, &fsstat->abytes)) != 0)
4252 goto xdr_error;
4253 if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->fbytes)) != 0)
4254 goto xdr_error;
4255 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0)
4256 goto xdr_error;
4257
4258 status = verify_attr_len(xdr, savep, attrlen);
4259xdr_error:
3110ff80 4260 dprintk("%s: xdr returned %d!\n", __func__, -status);
1da177e4
LT
4261 return status;
4262}
4263
4264static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf)
4265{
256e48bb 4266 unsigned int savep;
dae100c2 4267 uint32_t attrlen, bitmap[3] = {0};
1da177e4 4268 int status;
6c0195a4 4269
1da177e4
LT
4270 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4271 goto xdr_error;
4272 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4273 goto xdr_error;
4274 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4275 goto xdr_error;
4276
4277 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0)
4278 goto xdr_error;
4279 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0)
4280 goto xdr_error;
4281
4282 status = verify_attr_len(xdr, savep, attrlen);
4283xdr_error:
3110ff80 4284 dprintk("%s: xdr returned %d!\n", __func__, -status);
1da177e4
LT
4285 return status;
4286}
4287
88034c3d
AA
4288static int decode_threshold_hint(struct xdr_stream *xdr,
4289 uint32_t *bitmap,
4290 uint64_t *res,
4291 uint32_t hint_bit)
4292{
4293 __be32 *p;
4294
4295 *res = 0;
4296 if (likely(bitmap[0] & hint_bit)) {
4297 p = xdr_inline_decode(xdr, 8);
4298 if (unlikely(!p))
4299 goto out_overflow;
4300 xdr_decode_hyper(p, res);
4301 }
4302 return 0;
4303out_overflow:
4304 print_overflow_msg(__func__, xdr);
4305 return -EIO;
4306}
4307
4308static int decode_first_threshold_item4(struct xdr_stream *xdr,
4309 struct nfs4_threshold *res)
4310{
256e48bb
TM
4311 __be32 *p;
4312 unsigned int savep;
88034c3d
AA
4313 uint32_t bitmap[3] = {0,}, attrlen;
4314 int status;
4315
4316 /* layout type */
4317 p = xdr_inline_decode(xdr, 4);
4318 if (unlikely(!p)) {
4319 print_overflow_msg(__func__, xdr);
4320 return -EIO;
4321 }
4322 res->l_type = be32_to_cpup(p);
4323
4324 /* thi_hintset bitmap */
4325 status = decode_attr_bitmap(xdr, bitmap);
4326 if (status < 0)
4327 goto xdr_error;
4328
4329 /* thi_hintlist length */
4330 status = decode_attr_length(xdr, &attrlen, &savep);
4331 if (status < 0)
4332 goto xdr_error;
4333 /* thi_hintlist */
4334 status = decode_threshold_hint(xdr, bitmap, &res->rd_sz, THRESHOLD_RD);
4335 if (status < 0)
4336 goto xdr_error;
4337 status = decode_threshold_hint(xdr, bitmap, &res->wr_sz, THRESHOLD_WR);
4338 if (status < 0)
4339 goto xdr_error;
4340 status = decode_threshold_hint(xdr, bitmap, &res->rd_io_sz,
4341 THRESHOLD_RD_IO);
4342 if (status < 0)
4343 goto xdr_error;
4344 status = decode_threshold_hint(xdr, bitmap, &res->wr_io_sz,
4345 THRESHOLD_WR_IO);
4346 if (status < 0)
4347 goto xdr_error;
4348
4349 status = verify_attr_len(xdr, savep, attrlen);
4350 res->bm = bitmap[0];
4351
4352 dprintk("%s bm=0x%x rd_sz=%llu wr_sz=%llu rd_io=%llu wr_io=%llu\n",
4353 __func__, res->bm, res->rd_sz, res->wr_sz, res->rd_io_sz,
4354 res->wr_io_sz);
4355xdr_error:
4356 dprintk("%s ret=%d!\n", __func__, status);
4357 return status;
4358}
4359
4360/*
4361 * Thresholds on pNFS direct I/O vrs MDS I/O
4362 */
4363static int decode_attr_mdsthreshold(struct xdr_stream *xdr,
4364 uint32_t *bitmap,
4365 struct nfs4_threshold *res)
4366{
4367 __be32 *p;
4368 int status = 0;
4369 uint32_t num;
4370
4371 if (unlikely(bitmap[2] & (FATTR4_WORD2_MDSTHRESHOLD - 1U)))
4372 return -EIO;
029c5347 4373 if (bitmap[2] & FATTR4_WORD2_MDSTHRESHOLD) {
1549210f
TM
4374 /* Did the server return an unrequested attribute? */
4375 if (unlikely(res == NULL))
4376 return -EREMOTEIO;
88034c3d
AA
4377 p = xdr_inline_decode(xdr, 4);
4378 if (unlikely(!p))
4379 goto out_overflow;
4380 num = be32_to_cpup(p);
4381 if (num == 0)
4382 return 0;
4383 if (num > 1)
4384 printk(KERN_INFO "%s: Warning: Multiple pNFS layout "
4385 "drivers per filesystem not supported\n",
4386 __func__);
4387
4388 status = decode_first_threshold_item4(xdr, res);
029c5347 4389 bitmap[2] &= ~FATTR4_WORD2_MDSTHRESHOLD;
88034c3d
AA
4390 }
4391 return status;
4392out_overflow:
4393 print_overflow_msg(__func__, xdr);
4394 return -EIO;
4395}
4396
ae42c70a
BS
4397static int decode_getfattr_attrs(struct xdr_stream *xdr, uint32_t *bitmap,
4398 struct nfs_fattr *fattr, struct nfs_fh *fh,
8b7e3f49 4399 struct nfs4_fs_locations *fs_loc,
6926afd1 4400 const struct nfs_server *server)
1da177e4 4401{
bca79478
TM
4402 int status;
4403 umode_t fmode = 0;
ae42c70a 4404 uint32_t type;
ee7b75fc 4405 int32_t err;
1da177e4 4406
f26c7a78
TM
4407 status = decode_attr_type(xdr, bitmap, &type);
4408 if (status < 0)
1da177e4 4409 goto xdr_error;
409924e4
TM
4410 fattr->mode = 0;
4411 if (status != 0) {
4412 fattr->mode |= nfs_type2fmt[type];
4413 fattr->valid |= status;
4414 }
1da177e4 4415
f26c7a78
TM
4416 status = decode_attr_change(xdr, bitmap, &fattr->change_attr);
4417 if (status < 0)
1da177e4 4418 goto xdr_error;
409924e4 4419 fattr->valid |= status;
f26c7a78
TM
4420
4421 status = decode_attr_size(xdr, bitmap, &fattr->size);
4422 if (status < 0)
1da177e4 4423 goto xdr_error;
409924e4 4424 fattr->valid |= status;
f26c7a78
TM
4425
4426 status = decode_attr_fsid(xdr, bitmap, &fattr->fsid);
4427 if (status < 0)
1da177e4 4428 goto xdr_error;
409924e4 4429 fattr->valid |= status;
f26c7a78 4430
ee7b75fc
TM
4431 err = 0;
4432 status = decode_attr_error(xdr, bitmap, &err);
ae42c70a
BS
4433 if (status < 0)
4434 goto xdr_error;
4435
4436 status = decode_attr_filehandle(xdr, bitmap, fh);
4437 if (status < 0)
4438 goto xdr_error;
4439
f26c7a78
TM
4440 status = decode_attr_fileid(xdr, bitmap, &fattr->fileid);
4441 if (status < 0)
1da177e4 4442 goto xdr_error;
409924e4 4443 fattr->valid |= status;
f26c7a78 4444
8b7e3f49 4445 status = decode_attr_fs_locations(xdr, bitmap, fs_loc);
f26c7a78 4446 if (status < 0)
683b57b4 4447 goto xdr_error;
409924e4 4448 fattr->valid |= status;
f26c7a78
TM
4449
4450 status = decode_attr_mode(xdr, bitmap, &fmode);
4451 if (status < 0)
1da177e4 4452 goto xdr_error;
409924e4
TM
4453 if (status != 0) {
4454 fattr->mode |= fmode;
4455 fattr->valid |= status;
4456 }
f26c7a78
TM
4457
4458 status = decode_attr_nlink(xdr, bitmap, &fattr->nlink);
4459 if (status < 0)
1da177e4 4460 goto xdr_error;
409924e4 4461 fattr->valid |= status;
f26c7a78 4462
6926afd1 4463 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name);
f26c7a78 4464 if (status < 0)
1da177e4 4465 goto xdr_error;
409924e4 4466 fattr->valid |= status;
f26c7a78 4467
6926afd1 4468 status = decode_attr_group(xdr, bitmap, server, &fattr->gid, fattr->group_name);
f26c7a78 4469 if (status < 0)
1da177e4 4470 goto xdr_error;
409924e4 4471 fattr->valid |= status;
f26c7a78
TM
4472
4473 status = decode_attr_rdev(xdr, bitmap, &fattr->rdev);
4474 if (status < 0)
1da177e4 4475 goto xdr_error;
409924e4 4476 fattr->valid |= status;
f26c7a78
TM
4477
4478 status = decode_attr_space_used(xdr, bitmap, &fattr->du.nfs3.used);
4479 if (status < 0)
1da177e4 4480 goto xdr_error;
409924e4 4481 fattr->valid |= status;
f26c7a78
TM
4482
4483 status = decode_attr_time_access(xdr, bitmap, &fattr->atime);
4484 if (status < 0)
1da177e4 4485 goto xdr_error;
409924e4 4486 fattr->valid |= status;
f26c7a78
TM
4487
4488 status = decode_attr_time_metadata(xdr, bitmap, &fattr->ctime);
4489 if (status < 0)
1da177e4 4490 goto xdr_error;
409924e4 4491 fattr->valid |= status;
f26c7a78
TM
4492
4493 status = decode_attr_time_modify(xdr, bitmap, &fattr->mtime);
4494 if (status < 0)
1da177e4 4495 goto xdr_error;
409924e4 4496 fattr->valid |= status;
f26c7a78 4497
28331a46 4498 status = decode_attr_mounted_on_fileid(xdr, bitmap, &fattr->mounted_on_fileid);
f26c7a78 4499 if (status < 0)
99baf625 4500 goto xdr_error;
28331a46 4501 fattr->valid |= status;
f26c7a78 4502
88034c3d
AA
4503 status = decode_attr_mdsthreshold(xdr, bitmap, fattr->mdsthreshold);
4504 if (status < 0)
4505 goto xdr_error;
4506
ae42c70a
BS
4507xdr_error:
4508 dprintk("%s: xdr returned %d\n", __func__, -status);
4509 return status;
4510}
4511
4512static int decode_getfattr_generic(struct xdr_stream *xdr, struct nfs_fattr *fattr,
8b7e3f49
TM
4513 struct nfs_fh *fh, struct nfs4_fs_locations *fs_loc,
4514 const struct nfs_server *server)
ae42c70a 4515{
256e48bb 4516 unsigned int savep;
ae42c70a 4517 uint32_t attrlen,
dae100c2 4518 bitmap[3] = {0};
ae42c70a
BS
4519 int status;
4520
4521 status = decode_op_hdr(xdr, OP_GETATTR);
4522 if (status < 0)
4523 goto xdr_error;
4524
4525 status = decode_attr_bitmap(xdr, bitmap);
4526 if (status < 0)
4527 goto xdr_error;
4528
4529 status = decode_attr_length(xdr, &attrlen, &savep);
4530 if (status < 0)
4531 goto xdr_error;
4532
8b7e3f49 4533 status = decode_getfattr_attrs(xdr, bitmap, fattr, fh, fs_loc, server);
ae42c70a
BS
4534 if (status < 0)
4535 goto xdr_error;
4536
f26c7a78 4537 status = verify_attr_len(xdr, savep, attrlen);
1da177e4 4538xdr_error:
3110ff80 4539 dprintk("%s: xdr returned %d\n", __func__, -status);
1da177e4
LT
4540 return status;
4541}
4542
ae42c70a 4543static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr,
6926afd1 4544 const struct nfs_server *server)
ae42c70a 4545{
8b7e3f49 4546 return decode_getfattr_generic(xdr, fattr, NULL, NULL, server);
ae42c70a 4547}
1da177e4 4548
504913fb
AA
4549/*
4550 * Decode potentially multiple layout types. Currently we only support
4551 * one layout driver per file system.
4552 */
4553static int decode_first_pnfs_layout_type(struct xdr_stream *xdr,
4554 uint32_t *layouttype)
4555{
4556 uint32_t *p;
4557 int num;
4558
4559 p = xdr_inline_decode(xdr, 4);
4560 if (unlikely(!p))
4561 goto out_overflow;
4562 num = be32_to_cpup(p);
4563
4564 /* pNFS is not supported by the underlying file system */
4565 if (num == 0) {
4566 *layouttype = 0;
4567 return 0;
4568 }
4569 if (num > 1)
a030889a
WAA
4570 printk(KERN_INFO "NFS: %s: Warning: Multiple pNFS layout "
4571 "drivers per filesystem not supported\n", __func__);
504913fb
AA
4572
4573 /* Decode and set first layout type, move xdr->p past unused types */
4574 p = xdr_inline_decode(xdr, num * 4);
4575 if (unlikely(!p))
4576 goto out_overflow;
4577 *layouttype = be32_to_cpup(p);
4578 return 0;
4579out_overflow:
4580 print_overflow_msg(__func__, xdr);
4581 return -EIO;
4582}
4583
4584/*
4585 * The type of file system exported.
4586 * Note we must ensure that layouttype is set in any non-error case.
4587 */
4588static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap,
4589 uint32_t *layouttype)
4590{
4591 int status = 0;
4592
4593 dprintk("%s: bitmap is %x\n", __func__, bitmap[1]);
4594 if (unlikely(bitmap[1] & (FATTR4_WORD1_FS_LAYOUT_TYPES - 1U)))
4595 return -EIO;
4596 if (bitmap[1] & FATTR4_WORD1_FS_LAYOUT_TYPES) {
4597 status = decode_first_pnfs_layout_type(xdr, layouttype);
4598 bitmap[1] &= ~FATTR4_WORD1_FS_LAYOUT_TYPES;
4599 } else
4600 *layouttype = 0;
4601 return status;
4602}
4603
dae100c2
FI
4604/*
4605 * The prefered block size for layout directed io
4606 */
4607static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap,
4608 uint32_t *res)
4609{
4610 __be32 *p;
4611
4612 dprintk("%s: bitmap is %x\n", __func__, bitmap[2]);
4613 *res = 0;
4614 if (bitmap[2] & FATTR4_WORD2_LAYOUT_BLKSIZE) {
4615 p = xdr_inline_decode(xdr, 4);
4616 if (unlikely(!p)) {
4617 print_overflow_msg(__func__, xdr);
4618 return -EIO;
4619 }
4620 *res = be32_to_cpup(p);
4621 bitmap[2] &= ~FATTR4_WORD2_LAYOUT_BLKSIZE;
4622 }
4623 return 0;
4624}
4625
1da177e4
LT
4626static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo)
4627{
256e48bb 4628 unsigned int savep;
dae100c2 4629 uint32_t attrlen, bitmap[3];
1da177e4
LT
4630 int status;
4631
4632 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4633 goto xdr_error;
4634 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4635 goto xdr_error;
4636 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4637 goto xdr_error;
4638
4639 fsinfo->rtmult = fsinfo->wtmult = 512; /* ??? */
4640
4641 if ((status = decode_attr_lease_time(xdr, bitmap, &fsinfo->lease_time)) != 0)
4642 goto xdr_error;
4643 if ((status = decode_attr_maxfilesize(xdr, bitmap, &fsinfo->maxfilesize)) != 0)
4644 goto xdr_error;
4645 if ((status = decode_attr_maxread(xdr, bitmap, &fsinfo->rtmax)) != 0)
4646 goto xdr_error;
4647 fsinfo->rtpref = fsinfo->dtpref = fsinfo->rtmax;
4648 if ((status = decode_attr_maxwrite(xdr, bitmap, &fsinfo->wtmax)) != 0)
4649 goto xdr_error;
4650 fsinfo->wtpref = fsinfo->wtmax;
55b6e774 4651 status = decode_attr_time_delta(xdr, bitmap, &fsinfo->time_delta);
504913fb
AA
4652 if (status != 0)
4653 goto xdr_error;
4654 status = decode_attr_pnfstype(xdr, bitmap, &fsinfo->layouttype);
55b6e774
RL
4655 if (status != 0)
4656 goto xdr_error;
dae100c2
FI
4657 status = decode_attr_layout_blksize(xdr, bitmap, &fsinfo->blksize);
4658 if (status)
4659 goto xdr_error;
1da177e4
LT
4660
4661 status = verify_attr_len(xdr, savep, attrlen);
4662xdr_error:
3110ff80 4663 dprintk("%s: xdr returned %d!\n", __func__, -status);
1da177e4
LT
4664 return status;
4665}
4666
4667static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh)
4668{
8687b63a 4669 __be32 *p;
1da177e4
LT
4670 uint32_t len;
4671 int status;
4672
9936781d
TM
4673 /* Zero handle first to allow comparisons */
4674 memset(fh, 0, sizeof(*fh));
4675
1da177e4
LT
4676 status = decode_op_hdr(xdr, OP_GETFH);
4677 if (status)
4678 return status;
1da177e4 4679
c0eae66e
BH
4680 p = xdr_inline_decode(xdr, 4);
4681 if (unlikely(!p))
4682 goto out_overflow;
cccddf4f 4683 len = be32_to_cpup(p);
1da177e4
LT
4684 if (len > NFS4_FHSIZE)
4685 return -EIO;
4686 fh->size = len;
c0eae66e
BH
4687 p = xdr_inline_decode(xdr, len);
4688 if (unlikely(!p))
4689 goto out_overflow;
99398d06 4690 memcpy(fh->data, p, len);
1da177e4 4691 return 0;
c0eae66e
BH
4692out_overflow:
4693 print_overflow_msg(__func__, xdr);
4694 return -EIO;
1da177e4
LT
4695}
4696
4697static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4698{
4699 int status;
6c0195a4 4700
1da177e4
LT
4701 status = decode_op_hdr(xdr, OP_LINK);
4702 if (status)
4703 return status;
4704 return decode_change_info(xdr, cinfo);
4705}
4706
4707/*
4708 * We create the owner, so we know a proper owner.id length is 4.
4709 */
911d1aaf 4710static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl)
1da177e4 4711{
911d1aaf 4712 uint64_t offset, length, clientid;
8687b63a 4713 __be32 *p;
911d1aaf 4714 uint32_t namelen, type;
1da177e4 4715
babddc72 4716 p = xdr_inline_decode(xdr, 32); /* read 32 bytes */
c0eae66e
BH
4717 if (unlikely(!p))
4718 goto out_overflow;
babddc72 4719 p = xdr_decode_hyper(p, &offset); /* read 2 8-byte long words */
3ceb4dbb 4720 p = xdr_decode_hyper(p, &length);
babddc72
BS
4721 type = be32_to_cpup(p++); /* 4 byte read */
4722 if (fl != NULL) { /* manipulate file lock */
911d1aaf
TM
4723 fl->fl_start = (loff_t)offset;
4724 fl->fl_end = fl->fl_start + (loff_t)length - 1;
4725 if (length == ~(uint64_t)0)
4726 fl->fl_end = OFFSET_MAX;
4727 fl->fl_type = F_WRLCK;
4728 if (type & 1)
4729 fl->fl_type = F_RDLCK;
4730 fl->fl_pid = 0;
4731 }
babddc72
BS
4732 p = xdr_decode_hyper(p, &clientid); /* read 8 bytes */
4733 namelen = be32_to_cpup(p); /* read 4 bytes */ /* have read all 32 bytes now */
4734 p = xdr_inline_decode(xdr, namelen); /* variable size field */
c0eae66e
BH
4735 if (likely(p))
4736 return -NFS4ERR_DENIED;
4737out_overflow:
4738 print_overflow_msg(__func__, xdr);
4739 return -EIO;
1da177e4
LT
4740}
4741
911d1aaf 4742static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res)
1da177e4 4743{
1da177e4
LT
4744 int status;
4745
4746 status = decode_op_hdr(xdr, OP_LOCK);
c1d51931
TM
4747 if (status == -EIO)
4748 goto out;
1da177e4 4749 if (status == 0) {
07d30434
BH
4750 status = decode_stateid(xdr, &res->stateid);
4751 if (unlikely(status))
4752 goto out;
1da177e4 4753 } else if (status == -NFS4ERR_DENIED)
c1d51931
TM
4754 status = decode_lock_denied(xdr, NULL);
4755 if (res->open_seqid != NULL)
4756 nfs_increment_open_seqid(status, res->open_seqid);
4757 nfs_increment_lock_seqid(status, res->lock_seqid);
4758out:
1da177e4
LT
4759 return status;
4760}
4761
911d1aaf 4762static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res)
1da177e4
LT
4763{
4764 int status;
4765 status = decode_op_hdr(xdr, OP_LOCKT);
4766 if (status == -NFS4ERR_DENIED)
911d1aaf 4767 return decode_lock_denied(xdr, res->denied);
1da177e4
LT
4768 return status;
4769}
4770
911d1aaf 4771static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res)
1da177e4 4772{
1da177e4
LT
4773 int status;
4774
4775 status = decode_op_hdr(xdr, OP_LOCKU);
c1d51931
TM
4776 if (status != -EIO)
4777 nfs_increment_lock_seqid(status, res->seqid);
07d30434
BH
4778 if (status == 0)
4779 status = decode_stateid(xdr, &res->stateid);
1da177e4
LT
4780 return status;
4781}
4782
d3c7b7cc
TM
4783static int decode_release_lockowner(struct xdr_stream *xdr)
4784{
4785 return decode_op_hdr(xdr, OP_RELEASE_LOCKOWNER);
4786}
4787
1da177e4
LT
4788static int decode_lookup(struct xdr_stream *xdr)
4789{
4790 return decode_op_hdr(xdr, OP_LOOKUP);
4791}
4792
4793/* This is too sick! */
4794static int decode_space_limit(struct xdr_stream *xdr, u64 *maxsize)
4795{
05d564fe 4796 __be32 *p;
1da177e4
LT
4797 uint32_t limit_type, nblocks, blocksize;
4798
c0eae66e
BH
4799 p = xdr_inline_decode(xdr, 12);
4800 if (unlikely(!p))
4801 goto out_overflow;
6f723f77 4802 limit_type = be32_to_cpup(p++);
1da177e4 4803 switch (limit_type) {
05d564fe 4804 case 1:
cccddf4f 4805 xdr_decode_hyper(p, maxsize);
05d564fe
AA
4806 break;
4807 case 2:
6f723f77 4808 nblocks = be32_to_cpup(p++);
cccddf4f 4809 blocksize = be32_to_cpup(p);
05d564fe 4810 *maxsize = (uint64_t)nblocks * (uint64_t)blocksize;
1da177e4
LT
4811 }
4812 return 0;
c0eae66e
BH
4813out_overflow:
4814 print_overflow_msg(__func__, xdr);
4815 return -EIO;
1da177e4
LT
4816}
4817
4818static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res)
4819{
05d564fe
AA
4820 __be32 *p;
4821 uint32_t delegation_type;
07d30434 4822 int status;
1da177e4 4823
c0eae66e
BH
4824 p = xdr_inline_decode(xdr, 4);
4825 if (unlikely(!p))
4826 goto out_overflow;
cccddf4f 4827 delegation_type = be32_to_cpup(p);
1da177e4
LT
4828 if (delegation_type == NFS4_OPEN_DELEGATE_NONE) {
4829 res->delegation_type = 0;
4830 return 0;
4831 }
07d30434
BH
4832 status = decode_stateid(xdr, &res->delegation);
4833 if (unlikely(status))
4834 return status;
c0eae66e
BH
4835 p = xdr_inline_decode(xdr, 4);
4836 if (unlikely(!p))
4837 goto out_overflow;
cccddf4f 4838 res->do_recall = be32_to_cpup(p);
05d564fe 4839
1da177e4 4840 switch (delegation_type) {
05d564fe
AA
4841 case NFS4_OPEN_DELEGATE_READ:
4842 res->delegation_type = FMODE_READ;
4843 break;
4844 case NFS4_OPEN_DELEGATE_WRITE:
4845 res->delegation_type = FMODE_WRITE|FMODE_READ;
4846 if (decode_space_limit(xdr, &res->maxsize) < 0)
1da177e4
LT
4847 return -EIO;
4848 }
7539bbab 4849 return decode_ace(xdr, NULL, res->server->nfs_client);
c0eae66e
BH
4850out_overflow:
4851 print_overflow_msg(__func__, xdr);
4852 return -EIO;
1da177e4
LT
4853}
4854
4855static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res)
4856{
05d564fe 4857 __be32 *p;
aa53ed54 4858 uint32_t savewords, bmlen, i;
05d564fe 4859 int status;
1da177e4 4860
05d564fe 4861 status = decode_op_hdr(xdr, OP_OPEN);
c1d51931
TM
4862 if (status != -EIO)
4863 nfs_increment_open_seqid(status, res->seqid);
07d30434
BH
4864 if (!status)
4865 status = decode_stateid(xdr, &res->stateid);
4866 if (unlikely(status))
05d564fe 4867 return status;
1da177e4 4868
05d564fe 4869 decode_change_info(xdr, &res->cinfo);
1da177e4 4870
c0eae66e
BH
4871 p = xdr_inline_decode(xdr, 8);
4872 if (unlikely(!p))
4873 goto out_overflow;
6f723f77 4874 res->rflags = be32_to_cpup(p++);
cccddf4f 4875 bmlen = be32_to_cpup(p);
05d564fe
AA
4876 if (bmlen > 10)
4877 goto xdr_error;
1da177e4 4878
c0eae66e
BH
4879 p = xdr_inline_decode(xdr, bmlen << 2);
4880 if (unlikely(!p))
4881 goto out_overflow;
aa53ed54
JL
4882 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE);
4883 for (i = 0; i < savewords; ++i)
6f723f77 4884 res->attrset[i] = be32_to_cpup(p++);
aa53ed54
JL
4885 for (; i < NFS4_BITMAP_SIZE; i++)
4886 res->attrset[i] = 0;
4887
1da177e4
LT
4888 return decode_delegation(xdr, res);
4889xdr_error:
3110ff80 4890 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen);
1da177e4 4891 return -EIO;
c0eae66e
BH
4892out_overflow:
4893 print_overflow_msg(__func__, xdr);
4894 return -EIO;
1da177e4
LT
4895}
4896
4897static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res)
4898{
1da177e4
LT
4899 int status;
4900
05d564fe 4901 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
c1d51931
TM
4902 if (status != -EIO)
4903 nfs_increment_open_seqid(status, res->seqid);
07d30434
BH
4904 if (!status)
4905 status = decode_stateid(xdr, &res->stateid);
4906 return status;
1da177e4
LT
4907}
4908
4909static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res)
4910{
1da177e4
LT
4911 int status;
4912
4913 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
c1d51931
TM
4914 if (status != -EIO)
4915 nfs_increment_open_seqid(status, res->seqid);
07d30434
BH
4916 if (!status)
4917 status = decode_stateid(xdr, &res->stateid);
4918 return status;
1da177e4
LT
4919}
4920
4921static int decode_putfh(struct xdr_stream *xdr)
4922{
4923 return decode_op_hdr(xdr, OP_PUTFH);
4924}
4925
4926static int decode_putrootfh(struct xdr_stream *xdr)
4927{
4928 return decode_op_hdr(xdr, OP_PUTROOTFH);
4929}
4930
4931static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs_readres *res)
4932{
8687b63a 4933 __be32 *p;
64bd577e 4934 uint32_t count, eof, recvd;
1da177e4
LT
4935 int status;
4936
4937 status = decode_op_hdr(xdr, OP_READ);
4938 if (status)
4939 return status;
c0eae66e
BH
4940 p = xdr_inline_decode(xdr, 8);
4941 if (unlikely(!p))
4942 goto out_overflow;
6f723f77 4943 eof = be32_to_cpup(p++);
cccddf4f 4944 count = be32_to_cpup(p);
64bd577e 4945 recvd = xdr_read_pages(xdr, count);
1da177e4 4946 if (count > recvd) {
fe82a183 4947 dprintk("NFS: server cheating in read reply: "
1da177e4
LT
4948 "count %u > recvd %u\n", count, recvd);
4949 count = recvd;
4950 eof = 0;
4951 }
1da177e4
LT
4952 res->eof = eof;
4953 res->count = count;
4954 return 0;
c0eae66e
BH
4955out_overflow:
4956 print_overflow_msg(__func__, xdr);
4957 return -EIO;
1da177e4
LT
4958}
4959
4960static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *readdir)
4961{
bcecff77 4962 int status;
cd93710e 4963 __be32 verf[2];
1da177e4
LT
4964
4965 status = decode_op_hdr(xdr, OP_READDIR);
db942bbd
BH
4966 if (!status)
4967 status = decode_verifier(xdr, readdir->verifier.data);
4968 if (unlikely(status))
1da177e4 4969 return status;
cd93710e 4970 memcpy(verf, readdir->verifier.data, sizeof(verf));
44109241 4971 dprintk("%s: verifier = %08x:%08x\n",
cd93710e 4972 __func__, verf[0], verf[1]);
64bd577e 4973 return xdr_read_pages(xdr, xdr->buf->page_len);
1da177e4
LT
4974}
4975
4976static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req)
4977{
4978 struct xdr_buf *rcvbuf = &req->rq_rcv_buf;
bcecff77 4979 u32 len, recvd;
8687b63a 4980 __be32 *p;
1da177e4
LT
4981 int status;
4982
4983 status = decode_op_hdr(xdr, OP_READLINK);
4984 if (status)
4985 return status;
4986
4987 /* Convert length of symlink */
c0eae66e
BH
4988 p = xdr_inline_decode(xdr, 4);
4989 if (unlikely(!p))
4990 goto out_overflow;
cccddf4f 4991 len = be32_to_cpup(p);
1da177e4 4992 if (len >= rcvbuf->page_len || len <= 0) {
fe82a183 4993 dprintk("nfs: server returned giant symlink!\n");
1da177e4
LT
4994 return -ENAMETOOLONG;
4995 }
64bd577e 4996 recvd = xdr_read_pages(xdr, len);
1da177e4 4997 if (recvd < len) {
fe82a183 4998 dprintk("NFS: server cheating in readlink reply: "
1da177e4
LT
4999 "count %u > recvd %u\n", len, recvd);
5000 return -EIO;
5001 }
1da177e4
LT
5002 /*
5003 * The XDR encode routine has set things up so that
5004 * the link text will be copied directly into the
5005 * buffer. We just have to do overflow-checking,
5006 * and and null-terminate the text (the VFS expects
5007 * null-termination).
5008 */
b4687da7 5009 xdr_terminate_string(rcvbuf, len);
1da177e4 5010 return 0;
c0eae66e
BH
5011out_overflow:
5012 print_overflow_msg(__func__, xdr);
5013 return -EIO;
1da177e4
LT
5014}
5015
5016static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
5017{
5018 int status;
5019
5020 status = decode_op_hdr(xdr, OP_REMOVE);
5021 if (status)
5022 goto out;
5023 status = decode_change_info(xdr, cinfo);
5024out:
5025 return status;
5026}
5027
5028static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo,
5029 struct nfs4_change_info *new_cinfo)
5030{
5031 int status;
5032
5033 status = decode_op_hdr(xdr, OP_RENAME);
5034 if (status)
5035 goto out;
5036 if ((status = decode_change_info(xdr, old_cinfo)))
5037 goto out;
5038 status = decode_change_info(xdr, new_cinfo);
5039out:
5040 return status;
5041}
5042
5043static int decode_renew(struct xdr_stream *xdr)
5044{
5045 return decode_op_hdr(xdr, OP_RENEW);
5046}
5047
56ae19f3
TM
5048static int
5049decode_restorefh(struct xdr_stream *xdr)
5050{
5051 return decode_op_hdr(xdr, OP_RESTOREFH);
5052}
5053
029d105e 5054static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req,
bf118a34 5055 struct nfs_getaclres *res)
029d105e 5056{
256e48bb 5057 unsigned int savep;
029d105e 5058 uint32_t attrlen,
dae100c2 5059 bitmap[3] = {0};
029d105e 5060 int status;
cff298c7 5061 unsigned int pg_offset;
029d105e 5062
bf118a34 5063 res->acl_len = 0;
029d105e
BF
5064 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
5065 goto out;
5a006899 5066
519d3959
TM
5067 xdr_enter_page(xdr, xdr->buf->page_len);
5068
cff298c7
TM
5069 /* Calculate the offset of the page data */
5070 pg_offset = xdr->buf->head[0].iov_len;
5a006899 5071
029d105e
BF
5072 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
5073 goto out;
5074 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
5075 goto out;
5076
5077 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U)))
5078 return -EIO;
5079 if (likely(bitmap[0] & FATTR4_WORD0_ACL)) {
029d105e 5080
bf118a34
AA
5081 /* The bitmap (xdr len + bitmaps) and the attr xdr len words
5082 * are stored with the acl data to handle the problem of
5083 * variable length bitmaps.*/
cff298c7 5084 res->acl_data_offset = xdr_stream_pos(xdr) - pg_offset;
519d3959 5085 res->acl_len = attrlen;
1f1ea6c2
TM
5086
5087 /* Check for receive buffer overflow */
5088 if (res->acl_len > (xdr->nwords << 2) ||
5089 res->acl_len + res->acl_data_offset > xdr->buf->page_len) {
5090 res->acl_flags |= NFS4_ACL_TRUNC;
519d3959 5091 dprintk("NFS: acl reply: attrlen %u > page_len %u\n",
cff298c7 5092 attrlen, xdr->nwords << 2);
029d105e 5093 }
8c233cf9
BF
5094 } else
5095 status = -EOPNOTSUPP;
029d105e
BF
5096
5097out:
5098 return status;
5099}
5100
1da177e4
LT
5101static int
5102decode_savefh(struct xdr_stream *xdr)
5103{
5104 return decode_op_hdr(xdr, OP_SAVEFH);
5105}
5106
9e9ecc03 5107static int decode_setattr(struct xdr_stream *xdr)
1da177e4 5108{
8687b63a 5109 __be32 *p;
1da177e4
LT
5110 uint32_t bmlen;
5111 int status;
5112
1da177e4
LT
5113 status = decode_op_hdr(xdr, OP_SETATTR);
5114 if (status)
5115 return status;
c0eae66e
BH
5116 p = xdr_inline_decode(xdr, 4);
5117 if (unlikely(!p))
5118 goto out_overflow;
cccddf4f 5119 bmlen = be32_to_cpup(p);
c0eae66e
BH
5120 p = xdr_inline_decode(xdr, bmlen << 2);
5121 if (likely(p))
5122 return 0;
5123out_overflow:
5124 print_overflow_msg(__func__, xdr);
5125 return -EIO;
1da177e4
LT
5126}
5127
bb8b27e5 5128static int decode_setclientid(struct xdr_stream *xdr, struct nfs4_setclientid_res *res)
1da177e4 5129{
8687b63a 5130 __be32 *p;
1da177e4
LT
5131 uint32_t opnum;
5132 int32_t nfserr;
5133
c0eae66e
BH
5134 p = xdr_inline_decode(xdr, 8);
5135 if (unlikely(!p))
5136 goto out_overflow;
6f723f77 5137 opnum = be32_to_cpup(p++);
1da177e4 5138 if (opnum != OP_SETCLIENTID) {
fe82a183 5139 dprintk("nfs: decode_setclientid: Server returned operation"
6c0195a4 5140 " %d\n", opnum);
1da177e4
LT
5141 return -EIO;
5142 }
cccddf4f 5143 nfserr = be32_to_cpup(p);
1da177e4 5144 if (nfserr == NFS_OK) {
c0eae66e
BH
5145 p = xdr_inline_decode(xdr, 8 + NFS4_VERIFIER_SIZE);
5146 if (unlikely(!p))
5147 goto out_overflow;
bb8b27e5
TM
5148 p = xdr_decode_hyper(p, &res->clientid);
5149 memcpy(res->confirm.data, p, NFS4_VERIFIER_SIZE);
1da177e4
LT
5150 } else if (nfserr == NFSERR_CLID_INUSE) {
5151 uint32_t len;
5152
5153 /* skip netid string */
c0eae66e
BH
5154 p = xdr_inline_decode(xdr, 4);
5155 if (unlikely(!p))
5156 goto out_overflow;
cccddf4f 5157 len = be32_to_cpup(p);
c0eae66e
BH
5158 p = xdr_inline_decode(xdr, len);
5159 if (unlikely(!p))
5160 goto out_overflow;
1da177e4
LT
5161
5162 /* skip uaddr string */
c0eae66e
BH
5163 p = xdr_inline_decode(xdr, 4);
5164 if (unlikely(!p))
5165 goto out_overflow;
cccddf4f 5166 len = be32_to_cpup(p);
c0eae66e
BH
5167 p = xdr_inline_decode(xdr, len);
5168 if (unlikely(!p))
5169 goto out_overflow;
1da177e4
LT
5170 return -NFSERR_CLID_INUSE;
5171 } else
856dff3d 5172 return nfs4_stat_to_errno(nfserr);
1da177e4
LT
5173
5174 return 0;
c0eae66e
BH
5175out_overflow:
5176 print_overflow_msg(__func__, xdr);
5177 return -EIO;
1da177e4
LT
5178}
5179
5180static int decode_setclientid_confirm(struct xdr_stream *xdr)
5181{
5182 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
5183}
5184
5185static int decode_write(struct xdr_stream *xdr, struct nfs_writeres *res)
5186{
8687b63a 5187 __be32 *p;
1da177e4
LT
5188 int status;
5189
5190 status = decode_op_hdr(xdr, OP_WRITE);
5191 if (status)
5192 return status;
5193
2f2c63bc 5194 p = xdr_inline_decode(xdr, 8);
c0eae66e
BH
5195 if (unlikely(!p))
5196 goto out_overflow;
6f723f77
BH
5197 res->count = be32_to_cpup(p++);
5198 res->verf->committed = be32_to_cpup(p++);
2f2c63bc 5199 return decode_write_verifier(xdr, &res->verf->verifier);
c0eae66e
BH
5200out_overflow:
5201 print_overflow_msg(__func__, xdr);
5202 return -EIO;
1da177e4
LT
5203}
5204
5205static int decode_delegreturn(struct xdr_stream *xdr)
5206{
5207 return decode_op_hdr(xdr, OP_DELEGRETURN);
5208}
5209
5a5ea0d4
BS
5210static int decode_secinfo_gss(struct xdr_stream *xdr, struct nfs4_secinfo_flavor *flavor)
5211{
5212 __be32 *p;
5213
5214 p = xdr_inline_decode(xdr, 4);
5215 if (unlikely(!p))
5216 goto out_overflow;
5217 flavor->gss.sec_oid4.len = be32_to_cpup(p);
5218 if (flavor->gss.sec_oid4.len > GSS_OID_MAX_LEN)
5219 goto out_err;
5220
5221 p = xdr_inline_decode(xdr, flavor->gss.sec_oid4.len);
5222 if (unlikely(!p))
5223 goto out_overflow;
5224 memcpy(flavor->gss.sec_oid4.data, p, flavor->gss.sec_oid4.len);
5225
5226 p = xdr_inline_decode(xdr, 8);
5227 if (unlikely(!p))
5228 goto out_overflow;
5229 flavor->gss.qop4 = be32_to_cpup(p++);
5230 flavor->gss.service = be32_to_cpup(p);
5231
5232 return 0;
5233
5234out_overflow:
5235 print_overflow_msg(__func__, xdr);
5236 return -EIO;
5237out_err:
5238 return -EINVAL;
5239}
5240
31e4dda4 5241static int decode_secinfo_common(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
5a5ea0d4
BS
5242{
5243 struct nfs4_secinfo_flavor *sec_flavor;
5244 int status;
5245 __be32 *p;
c3dfc280 5246 int i, num_flavors;
5a5ea0d4 5247
5a5ea0d4
BS
5248 p = xdr_inline_decode(xdr, 4);
5249 if (unlikely(!p))
5250 goto out_overflow;
5a5ea0d4 5251
c3dfc280
BS
5252 res->flavors->num_flavors = 0;
5253 num_flavors = be32_to_cpup(p);
5254
5255 for (i = 0; i < num_flavors; i++) {
5a5ea0d4 5256 sec_flavor = &res->flavors->flavors[i];
c3dfc280 5257 if ((char *)&sec_flavor[1] - (char *)res->flavors > PAGE_SIZE)
5a5ea0d4
BS
5258 break;
5259
5260 p = xdr_inline_decode(xdr, 4);
5261 if (unlikely(!p))
5262 goto out_overflow;
5263 sec_flavor->flavor = be32_to_cpup(p);
5264
5265 if (sec_flavor->flavor == RPC_AUTH_GSS) {
613e901e
BS
5266 status = decode_secinfo_gss(xdr, sec_flavor);
5267 if (status)
5268 goto out;
5a5ea0d4 5269 }
c3dfc280 5270 res->flavors->num_flavors++;
5a5ea0d4
BS
5271 }
5272
31e4dda4 5273 status = 0;
613e901e
BS
5274out:
5275 return status;
5a5ea0d4
BS
5276out_overflow:
5277 print_overflow_msg(__func__, xdr);
5278 return -EIO;
5279}
5280
31e4dda4
BS
5281static int decode_secinfo(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
5282{
5283 int status = decode_op_hdr(xdr, OP_SECINFO);
5284 if (status)
5285 return status;
5286 return decode_secinfo_common(xdr, res);
5287}
5288
99fe60d0 5289#if defined(CONFIG_NFS_V4_1)
31e4dda4
BS
5290static int decode_secinfo_no_name(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
5291{
5292 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME);
5293 if (status)
5294 return status;
5295 return decode_secinfo_common(xdr, res);
5296}
5297
99fe60d0
BH
5298static int decode_exchange_id(struct xdr_stream *xdr,
5299 struct nfs41_exchange_id_res *res)
5300{
5301 __be32 *p;
5302 uint32_t dummy;
2460ba57 5303 char *dummy_str;
99fe60d0 5304 int status;
7d2ed9ac 5305 uint32_t impl_id_count;
99fe60d0
BH
5306
5307 status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
5308 if (status)
5309 return status;
5310
c0eae66e
BH
5311 p = xdr_inline_decode(xdr, 8);
5312 if (unlikely(!p))
5313 goto out_overflow;
32b01310 5314 xdr_decode_hyper(p, &res->clientid);
c0eae66e
BH
5315 p = xdr_inline_decode(xdr, 12);
5316 if (unlikely(!p))
5317 goto out_overflow;
32b01310
TM
5318 res->seqid = be32_to_cpup(p++);
5319 res->flags = be32_to_cpup(p++);
99fe60d0
BH
5320
5321 /* We ask for SP4_NONE */
cccddf4f 5322 dummy = be32_to_cpup(p);
99fe60d0
BH
5323 if (dummy != SP4_NONE)
5324 return -EIO;
5325
acdeb69d 5326 /* server_owner4.so_minor_id */
c0eae66e
BH
5327 p = xdr_inline_decode(xdr, 8);
5328 if (unlikely(!p))
5329 goto out_overflow;
acdeb69d 5330 p = xdr_decode_hyper(p, &res->server_owner->minor_id);
99fe60d0 5331
acdeb69d 5332 /* server_owner4.so_major_id */
2460ba57
BH
5333 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5334 if (unlikely(status))
5335 return status;
acdeb69d
CL
5336 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5337 return -EIO;
5338 memcpy(res->server_owner->major_id, dummy_str, dummy);
5339 res->server_owner->major_id_sz = dummy;
99fe60d0 5340
acdeb69d 5341 /* server_scope4 */
2460ba57
BH
5342 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5343 if (unlikely(status))
5344 return status;
78fe0f41
WAA
5345 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5346 return -EIO;
78fe0f41
WAA
5347 memcpy(res->server_scope->server_scope, dummy_str, dummy);
5348 res->server_scope->server_scope_sz = dummy;
5349
7d2ed9ac
WAA
5350 /* Implementation Id */
5351 p = xdr_inline_decode(xdr, 4);
5352 if (unlikely(!p))
5353 goto out_overflow;
5354 impl_id_count = be32_to_cpup(p++);
99fe60d0 5355
7d2ed9ac
WAA
5356 if (impl_id_count) {
5357 /* nii_domain */
5358 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5359 if (unlikely(status))
5360 return status;
5361 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5362 return -EIO;
5363 memcpy(res->impl_id->domain, dummy_str, dummy);
5364
5365 /* nii_name */
5366 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5367 if (unlikely(status))
5368 return status;
5369 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5370 return -EIO;
5371 memcpy(res->impl_id->name, dummy_str, dummy);
5372
5373 /* nii_date */
5374 p = xdr_inline_decode(xdr, 12);
5375 if (unlikely(!p))
5376 goto out_overflow;
5377 p = xdr_decode_hyper(p, &res->impl_id->date.seconds);
5378 res->impl_id->date.nseconds = be32_to_cpup(p);
5379
5380 /* if there's more than one entry, ignore the rest */
5381 }
99fe60d0 5382 return 0;
c0eae66e
BH
5383out_overflow:
5384 print_overflow_msg(__func__, xdr);
5385 return -EIO;
99fe60d0 5386}
fc931582
AA
5387
5388static int decode_chan_attrs(struct xdr_stream *xdr,
5389 struct nfs4_channel_attrs *attrs)
5390{
5391 __be32 *p;
c9c30dd5 5392 u32 nr_attrs, val;
fc931582 5393
c0eae66e
BH
5394 p = xdr_inline_decode(xdr, 28);
5395 if (unlikely(!p))
5396 goto out_overflow;
c9c30dd5
BH
5397 val = be32_to_cpup(p++); /* headerpadsz */
5398 if (val)
5399 return -EINVAL; /* no support for header padding yet */
6f723f77
BH
5400 attrs->max_rqst_sz = be32_to_cpup(p++);
5401 attrs->max_resp_sz = be32_to_cpup(p++);
5402 attrs->max_resp_sz_cached = be32_to_cpup(p++);
5403 attrs->max_ops = be32_to_cpup(p++);
5404 attrs->max_reqs = be32_to_cpup(p++);
cccddf4f 5405 nr_attrs = be32_to_cpup(p);
fc931582 5406 if (unlikely(nr_attrs > 1)) {
a030889a
WAA
5407 printk(KERN_WARNING "NFS: %s: Invalid rdma channel attrs "
5408 "count %u\n", __func__, nr_attrs);
fc931582
AA
5409 return -EINVAL;
5410 }
c0eae66e
BH
5411 if (nr_attrs == 1) {
5412 p = xdr_inline_decode(xdr, 4); /* skip rdma_attrs */
5413 if (unlikely(!p))
5414 goto out_overflow;
5415 }
fc931582 5416 return 0;
c0eae66e
BH
5417out_overflow:
5418 print_overflow_msg(__func__, xdr);
5419 return -EIO;
fc931582
AA
5420}
5421
e78291e4
BH
5422static int decode_sessionid(struct xdr_stream *xdr, struct nfs4_sessionid *sid)
5423{
5424 return decode_opaque_fixed(xdr, sid->data, NFS4_MAX_SESSIONID_LEN);
fc931582
AA
5425}
5426
7c44f1ae
WAA
5427static int decode_bind_conn_to_session(struct xdr_stream *xdr,
5428 struct nfs41_bind_conn_to_session_res *res)
5429{
5430 __be32 *p;
5431 int status;
5432
5433 status = decode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION);
5434 if (!status)
5435 status = decode_sessionid(xdr, &res->session->sess_id);
5436 if (unlikely(status))
5437 return status;
5438
5439 /* dir flags, rdma mode bool */
5440 p = xdr_inline_decode(xdr, 8);
5441 if (unlikely(!p))
5442 goto out_overflow;
5443
5444 res->dir = be32_to_cpup(p++);
5445 if (res->dir == 0 || res->dir > NFS4_CDFS4_BOTH)
5446 return -EIO;
5447 if (be32_to_cpup(p) == 0)
5448 res->use_conn_in_rdma_mode = false;
5449 else
5450 res->use_conn_in_rdma_mode = true;
5451
5452 return 0;
5453out_overflow:
5454 print_overflow_msg(__func__, xdr);
5455 return -EIO;
5456}
5457
fc931582
AA
5458static int decode_create_session(struct xdr_stream *xdr,
5459 struct nfs41_create_session_res *res)
5460{
5461 __be32 *p;
5462 int status;
5463 struct nfs_client *clp = res->client;
5464 struct nfs4_session *session = clp->cl_session;
5465
5466 status = decode_op_hdr(xdr, OP_CREATE_SESSION);
e78291e4
BH
5467 if (!status)
5468 status = decode_sessionid(xdr, &session->sess_id);
5469 if (unlikely(status))
fc931582
AA
5470 return status;
5471
fc931582 5472 /* seqid, flags */
c0eae66e
BH
5473 p = xdr_inline_decode(xdr, 8);
5474 if (unlikely(!p))
5475 goto out_overflow;
6f723f77 5476 clp->cl_seqid = be32_to_cpup(p++);
cccddf4f 5477 session->flags = be32_to_cpup(p);
fc931582
AA
5478
5479 /* Channel attributes */
5480 status = decode_chan_attrs(xdr, &session->fc_attrs);
5481 if (!status)
5482 status = decode_chan_attrs(xdr, &session->bc_attrs);
5483 return status;
c0eae66e
BH
5484out_overflow:
5485 print_overflow_msg(__func__, xdr);
5486 return -EIO;
fc931582 5487}
0f3e66c6
AA
5488
5489static int decode_destroy_session(struct xdr_stream *xdr, void *dummy)
5490{
5491 return decode_op_hdr(xdr, OP_DESTROY_SESSION);
5492}
18019753 5493
66245539
TM
5494static int decode_destroy_clientid(struct xdr_stream *xdr, void *dummy)
5495{
5496 return decode_op_hdr(xdr, OP_DESTROY_CLIENTID);
5497}
5498
18019753
RL
5499static int decode_reclaim_complete(struct xdr_stream *xdr, void *dummy)
5500{
5501 return decode_op_hdr(xdr, OP_RECLAIM_COMPLETE);
5502}
99fe60d0
BH
5503#endif /* CONFIG_NFS_V4_1 */
5504
9b7b9fcc
AA
5505static int decode_sequence(struct xdr_stream *xdr,
5506 struct nfs4_sequence_res *res,
5507 struct rpc_rqst *rqstp)
5508{
5509#if defined(CONFIG_NFS_V4_1)
fc01cea9
AA
5510 struct nfs4_sessionid id;
5511 u32 dummy;
5512 int status;
5513 __be32 *p;
5514
9b7b9fcc
AA
5515 if (!res->sr_session)
5516 return 0;
5517
fc01cea9 5518 status = decode_op_hdr(xdr, OP_SEQUENCE);
e78291e4
BH
5519 if (!status)
5520 status = decode_sessionid(xdr, &id);
5521 if (unlikely(status))
fc01cea9 5522 goto out_err;
9b7b9fcc 5523
fc01cea9
AA
5524 /*
5525 * If the server returns different values for sessionID, slotID or
5526 * sequence number, the server is looney tunes.
5527 */
fdcb4577 5528 status = -EREMOTEIO;
fc01cea9 5529
fc01cea9
AA
5530 if (memcmp(id.data, res->sr_session->sess_id.data,
5531 NFS4_MAX_SESSIONID_LEN)) {
5532 dprintk("%s Invalid session id\n", __func__);
5533 goto out_err;
5534 }
e78291e4 5535
c0eae66e
BH
5536 p = xdr_inline_decode(xdr, 20);
5537 if (unlikely(!p))
5538 goto out_overflow;
e78291e4 5539
fc01cea9 5540 /* seqid */
6f723f77 5541 dummy = be32_to_cpup(p++);
dfb4f309 5542 if (dummy != res->sr_slot->seq_nr) {
fc01cea9
AA
5543 dprintk("%s Invalid sequence number\n", __func__);
5544 goto out_err;
5545 }
5546 /* slot id */
6f723f77 5547 dummy = be32_to_cpup(p++);
dfb4f309 5548 if (dummy != res->sr_slot - res->sr_session->fc_slot_table.slots) {
fc01cea9
AA
5549 dprintk("%s Invalid slot id\n", __func__);
5550 goto out_err;
5551 }
5552 /* highest slot id - currently not processed */
6f723f77 5553 dummy = be32_to_cpup(p++);
fc01cea9 5554 /* target highest slot id - currently not processed */
6f723f77 5555 dummy = be32_to_cpup(p++);
0629e370
AB
5556 /* result flags */
5557 res->sr_status_flags = be32_to_cpup(p);
fc01cea9
AA
5558 status = 0;
5559out_err:
5560 res->sr_status = status;
5561 return status;
c0eae66e
BH
5562out_overflow:
5563 print_overflow_msg(__func__, xdr);
5564 status = -EIO;
5565 goto out_err;
fc01cea9 5566#else /* CONFIG_NFS_V4_1 */
9b7b9fcc 5567 return 0;
fc01cea9 5568#endif /* CONFIG_NFS_V4_1 */
9b7b9fcc
AA
5569}
5570
b1f69b75 5571#if defined(CONFIG_NFS_V4_1)
7f11d8d3
AA
5572/*
5573 * TODO: Need to handle case when EOF != true;
5574 */
5575static int decode_getdevicelist(struct xdr_stream *xdr,
5576 struct pnfs_devicelist *res)
5577{
5578 __be32 *p;
5579 int status, i;
98d94524 5580 nfs4_verifier verftemp;
7f11d8d3
AA
5581
5582 status = decode_op_hdr(xdr, OP_GETDEVICELIST);
5583 if (status)
5584 return status;
5585
5586 p = xdr_inline_decode(xdr, 8 + 8 + 4);
5587 if (unlikely(!p))
5588 goto out_overflow;
5589
5590 /* TODO: Skip cookie for now */
5591 p += 2;
5592
5593 /* Read verifier */
98d94524 5594 p = xdr_decode_opaque_fixed(p, verftemp.data, NFS4_VERIFIER_SIZE);
7f11d8d3
AA
5595
5596 res->num_devs = be32_to_cpup(p);
5597
5598 dprintk("%s: num_dev %d\n", __func__, res->num_devs);
5599
5600 if (res->num_devs > NFS4_PNFS_GETDEVLIST_MAXNUM) {
a030889a 5601 printk(KERN_ERR "NFS: %s too many result dev_num %u\n",
7f11d8d3
AA
5602 __func__, res->num_devs);
5603 return -EIO;
5604 }
5605
5606 p = xdr_inline_decode(xdr,
5607 res->num_devs * NFS4_DEVICEID4_SIZE + 4);
5608 if (unlikely(!p))
5609 goto out_overflow;
5610 for (i = 0; i < res->num_devs; i++)
5611 p = xdr_decode_opaque_fixed(p, res->dev_id[i].data,
5612 NFS4_DEVICEID4_SIZE);
5613 res->eof = be32_to_cpup(p);
5614 return 0;
5615out_overflow:
5616 print_overflow_msg(__func__, xdr);
5617 return -EIO;
5618}
b1f69b75
AA
5619
5620static int decode_getdeviceinfo(struct xdr_stream *xdr,
5621 struct pnfs_device *pdev)
5622{
5623 __be32 *p;
5624 uint32_t len, type;
5625 int status;
5626
5627 status = decode_op_hdr(xdr, OP_GETDEVICEINFO);
5628 if (status) {
5629 if (status == -ETOOSMALL) {
5630 p = xdr_inline_decode(xdr, 4);
5631 if (unlikely(!p))
5632 goto out_overflow;
5633 pdev->mincount = be32_to_cpup(p);
5634 dprintk("%s: Min count too small. mincnt = %u\n",
5635 __func__, pdev->mincount);
5636 }
5637 return status;
5638 }
5639
5640 p = xdr_inline_decode(xdr, 8);
5641 if (unlikely(!p))
5642 goto out_overflow;
5643 type = be32_to_cpup(p++);
5644 if (type != pdev->layout_type) {
5645 dprintk("%s: layout mismatch req: %u pdev: %u\n",
5646 __func__, pdev->layout_type, type);
5647 return -EINVAL;
5648 }
5649 /*
5650 * Get the length of the opaque device_addr4. xdr_read_pages places
5651 * the opaque device_addr4 in the xdr_buf->pages (pnfs_device->pages)
5652 * and places the remaining xdr data in xdr_buf->tail
5653 */
5654 pdev->mincount = be32_to_cpup(p);
13fe4ba1
TM
5655 if (xdr_read_pages(xdr, pdev->mincount) != pdev->mincount)
5656 goto out_overflow;
b1f69b75
AA
5657
5658 /* Parse notification bitmap, verifying that it is zero. */
5659 p = xdr_inline_decode(xdr, 4);
5660 if (unlikely(!p))
5661 goto out_overflow;
5662 len = be32_to_cpup(p);
5663 if (len) {
ead00597 5664 uint32_t i;
b1f69b75
AA
5665
5666 p = xdr_inline_decode(xdr, 4 * len);
5667 if (unlikely(!p))
5668 goto out_overflow;
5669 for (i = 0; i < len; i++, p++) {
5670 if (be32_to_cpup(p)) {
5671 dprintk("%s: notifications not supported\n",
5672 __func__);
5673 return -EIO;
5674 }
5675 }
5676 }
5677 return 0;
5678out_overflow:
5679 print_overflow_msg(__func__, xdr);
5680 return -EIO;
5681}
5682
5683static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req,
5684 struct nfs4_layoutget_res *res)
5685{
5686 __be32 *p;
5687 int status;
5688 u32 layout_count;
64bd577e 5689 u32 recvd;
b1f69b75
AA
5690
5691 status = decode_op_hdr(xdr, OP_LAYOUTGET);
5692 if (status)
5693 return status;
ea9d23f5
TM
5694 p = xdr_inline_decode(xdr, 4);
5695 if (unlikely(!p))
5696 goto out_overflow;
5697 res->return_on_close = be32_to_cpup(p);
5698 decode_stateid(xdr, &res->stateid);
5699 p = xdr_inline_decode(xdr, 4);
b1f69b75
AA
5700 if (unlikely(!p))
5701 goto out_overflow;
b1f69b75
AA
5702 layout_count = be32_to_cpup(p);
5703 if (!layout_count) {
5704 dprintk("%s: server responded with empty layout array\n",
5705 __func__);
5706 return -EINVAL;
5707 }
5708
35124a09 5709 p = xdr_inline_decode(xdr, 28);
b1f69b75
AA
5710 if (unlikely(!p))
5711 goto out_overflow;
5712 p = xdr_decode_hyper(p, &res->range.offset);
5713 p = xdr_decode_hyper(p, &res->range.length);
5714 res->range.iomode = be32_to_cpup(p++);
5715 res->type = be32_to_cpup(p++);
35124a09 5716 res->layoutp->len = be32_to_cpup(p);
b1f69b75
AA
5717
5718 dprintk("%s roff:%lu rlen:%lu riomode:%d, lo_type:0x%x, lo.len:%d\n",
5719 __func__,
5720 (unsigned long)res->range.offset,
5721 (unsigned long)res->range.length,
5722 res->range.iomode,
5723 res->type,
35124a09
WAA
5724 res->layoutp->len);
5725
64bd577e 5726 recvd = xdr_read_pages(xdr, res->layoutp->len);
35124a09
WAA
5727 if (res->layoutp->len > recvd) {
5728 dprintk("NFS: server cheating in layoutget reply: "
5729 "layout len %u > recvd %u\n",
5730 res->layoutp->len, recvd);
5731 return -EINVAL;
5732 }
b1f69b75 5733
b1f69b75
AA
5734 if (layout_count > 1) {
5735 /* We only handle a length one array at the moment. Any
5736 * further entries are just ignored. Note that this means
5737 * the client may see a response that is less than the
5738 * minimum it requested.
5739 */
5740 dprintk("%s: server responded with %d layouts, dropping tail\n",
5741 __func__, layout_count);
5742 }
5743
5744 return 0;
5745out_overflow:
5746 print_overflow_msg(__func__, xdr);
5747 return -EIO;
5748}
863a3c6c 5749
cbe82603
BH
5750static int decode_layoutreturn(struct xdr_stream *xdr,
5751 struct nfs4_layoutreturn_res *res)
5752{
5753 __be32 *p;
5754 int status;
5755
5756 status = decode_op_hdr(xdr, OP_LAYOUTRETURN);
5757 if (status)
5758 return status;
5759 p = xdr_inline_decode(xdr, 4);
5760 if (unlikely(!p))
5761 goto out_overflow;
5762 res->lrs_present = be32_to_cpup(p);
5763 if (res->lrs_present)
5764 status = decode_stateid(xdr, &res->stateid);
5765 return status;
5766out_overflow:
5767 print_overflow_msg(__func__, xdr);
5768 return -EIO;
5769}
5770
863a3c6c
AA
5771static int decode_layoutcommit(struct xdr_stream *xdr,
5772 struct rpc_rqst *req,
5773 struct nfs4_layoutcommit_res *res)
5774{
5775 __be32 *p;
5776 __u32 sizechanged;
5777 int status;
5778
5779 status = decode_op_hdr(xdr, OP_LAYOUTCOMMIT);
db29c089 5780 res->status = status;
863a3c6c
AA
5781 if (status)
5782 return status;
5783
5784 p = xdr_inline_decode(xdr, 4);
5785 if (unlikely(!p))
5786 goto out_overflow;
5787 sizechanged = be32_to_cpup(p);
5788
5789 if (sizechanged) {
5790 /* throw away new size */
5791 p = xdr_inline_decode(xdr, 8);
5792 if (unlikely(!p))
5793 goto out_overflow;
5794 }
5795 return 0;
5796out_overflow:
5797 print_overflow_msg(__func__, xdr);
5798 return -EIO;
5799}
7d974794
BS
5800
5801static int decode_test_stateid(struct xdr_stream *xdr,
5802 struct nfs41_test_stateid_res *res)
5803{
5804 __be32 *p;
5805 int status;
5806 int num_res;
5807
5808 status = decode_op_hdr(xdr, OP_TEST_STATEID);
5809 if (status)
5810 return status;
5811
5812 p = xdr_inline_decode(xdr, 4);
5813 if (unlikely(!p))
5814 goto out_overflow;
5815 num_res = be32_to_cpup(p++);
5816 if (num_res != 1)
5817 goto out;
5818
5819 p = xdr_inline_decode(xdr, 4);
5820 if (unlikely(!p))
5821 goto out_overflow;
5822 res->status = be32_to_cpup(p++);
1cab0652
BS
5823
5824 return status;
7d974794
BS
5825out_overflow:
5826 print_overflow_msg(__func__, xdr);
5827out:
5828 return -EIO;
5829}
9aeda35f
BS
5830
5831static int decode_free_stateid(struct xdr_stream *xdr,
5832 struct nfs41_free_stateid_res *res)
5833{
5834 __be32 *p;
5835 int status;
5836
5837 status = decode_op_hdr(xdr, OP_FREE_STATEID);
5838 if (status)
5839 return status;
5840
5841 p = xdr_inline_decode(xdr, 4);
5842 if (unlikely(!p))
5843 goto out_overflow;
5844 res->status = be32_to_cpup(p++);
5845 return res->status;
5846out_overflow:
5847 print_overflow_msg(__func__, xdr);
5848 return -EIO;
5849}
b1f69b75
AA
5850#endif /* CONFIG_NFS_V4_1 */
5851
49c2559e
BH
5852/*
5853 * END OF "GENERIC" DECODE ROUTINES.
5854 */
5855
1da177e4
LT
5856/*
5857 * Decode OPEN_DOWNGRADE response
5858 */
bf269551
CL
5859static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp,
5860 struct xdr_stream *xdr,
5861 struct nfs_closeres *res)
1da177e4 5862{
05d564fe
AA
5863 struct compound_hdr hdr;
5864 int status;
5865
bf269551 5866 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
5867 if (status)
5868 goto out;
bf269551 5869 status = decode_sequence(xdr, &res->seq_res, rqstp);
05d564fe
AA
5870 if (status)
5871 goto out;
bf269551 5872 status = decode_putfh(xdr);
05d564fe
AA
5873 if (status)
5874 goto out;
bf269551 5875 status = decode_open_downgrade(xdr, res);
516a6af6
TM
5876 if (status != 0)
5877 goto out;
6926afd1 5878 decode_getfattr(xdr, res->fattr, res->server);
1da177e4 5879out:
05d564fe 5880 return status;
1da177e4
LT
5881}
5882
1da177e4
LT
5883/*
5884 * Decode ACCESS response
5885 */
bf269551
CL
5886static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
5887 struct nfs4_accessres *res)
1da177e4 5888{
1da177e4
LT
5889 struct compound_hdr hdr;
5890 int status;
6c0195a4 5891
bf269551 5892 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
5893 if (status)
5894 goto out;
bf269551 5895 status = decode_sequence(xdr, &res->seq_res, rqstp);
9b7b9fcc 5896 if (status)
1da177e4 5897 goto out;
bf269551 5898 status = decode_putfh(xdr);
76b32999
TM
5899 if (status != 0)
5900 goto out;
6168f62c 5901 status = decode_access(xdr, &res->supported, &res->access);
76b32999
TM
5902 if (status != 0)
5903 goto out;
6926afd1 5904 decode_getfattr(xdr, res->fattr, res->server);
1da177e4
LT
5905out:
5906 return status;
5907}
5908
5909/*
5910 * Decode LOOKUP response
5911 */
bf269551
CL
5912static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
5913 struct nfs4_lookup_res *res)
1da177e4 5914{
1da177e4
LT
5915 struct compound_hdr hdr;
5916 int status;
6c0195a4 5917
bf269551 5918 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
5919 if (status)
5920 goto out;
bf269551 5921 status = decode_sequence(xdr, &res->seq_res, rqstp);
9b7b9fcc 5922 if (status)
1da177e4 5923 goto out;
bf269551
CL
5924 status = decode_putfh(xdr);
5925 if (status)
1da177e4 5926 goto out;
bf269551
CL
5927 status = decode_lookup(xdr);
5928 if (status)
1da177e4 5929 goto out;
bf269551
CL
5930 status = decode_getfh(xdr, res->fh);
5931 if (status)
1da177e4 5932 goto out;
6926afd1 5933 status = decode_getfattr(xdr, res->fattr, res->server);
1da177e4
LT
5934out:
5935 return status;
5936}
5937
5938/*
5939 * Decode LOOKUP_ROOT response
5940 */
bf269551
CL
5941static int nfs4_xdr_dec_lookup_root(struct rpc_rqst *rqstp,
5942 struct xdr_stream *xdr,
5943 struct nfs4_lookup_res *res)
1da177e4 5944{
1da177e4
LT
5945 struct compound_hdr hdr;
5946 int status;
6c0195a4 5947
bf269551 5948 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
5949 if (status)
5950 goto out;
bf269551 5951 status = decode_sequence(xdr, &res->seq_res, rqstp);
9b7b9fcc 5952 if (status)
1da177e4 5953 goto out;
bf269551
CL
5954 status = decode_putrootfh(xdr);
5955 if (status)
1da177e4 5956 goto out;
bf269551
CL
5957 status = decode_getfh(xdr, res->fh);
5958 if (status == 0)
6926afd1 5959 status = decode_getfattr(xdr, res->fattr, res->server);
1da177e4
LT
5960out:
5961 return status;
5962}
5963
5964/*
5965 * Decode REMOVE response
5966 */
bf269551
CL
5967static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
5968 struct nfs_removeres *res)
1da177e4 5969{
1da177e4
LT
5970 struct compound_hdr hdr;
5971 int status;
6c0195a4 5972
bf269551 5973 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
5974 if (status)
5975 goto out;
bf269551 5976 status = decode_sequence(xdr, &res->seq_res, rqstp);
9b7b9fcc 5977 if (status)
1da177e4 5978 goto out;
bf269551
CL
5979 status = decode_putfh(xdr);
5980 if (status)
16e42959 5981 goto out;
bf269551 5982 status = decode_remove(xdr, &res->cinfo);
1da177e4
LT
5983out:
5984 return status;
5985}
5986
5987/*
5988 * Decode RENAME response
5989 */
bf269551
CL
5990static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
5991 struct nfs_renameres *res)
1da177e4 5992{
1da177e4
LT
5993 struct compound_hdr hdr;
5994 int status;
6c0195a4 5995
bf269551 5996 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
5997 if (status)
5998 goto out;
bf269551 5999 status = decode_sequence(xdr, &res->seq_res, rqstp);
9b7b9fcc 6000 if (status)
1da177e4 6001 goto out;
bf269551
CL
6002 status = decode_putfh(xdr);
6003 if (status)
1da177e4 6004 goto out;
bf269551
CL
6005 status = decode_savefh(xdr);
6006 if (status)
1da177e4 6007 goto out;
bf269551
CL
6008 status = decode_putfh(xdr);
6009 if (status)
1da177e4 6010 goto out;
bf269551 6011 status = decode_rename(xdr, &res->old_cinfo, &res->new_cinfo);
1da177e4
LT
6012out:
6013 return status;
6014}
6015
6016/*
6017 * Decode LINK response
6018 */
bf269551
CL
6019static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6020 struct nfs4_link_res *res)
1da177e4 6021{
1da177e4
LT
6022 struct compound_hdr hdr;
6023 int status;
6c0195a4 6024
bf269551 6025 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6026 if (status)
6027 goto out;
bf269551 6028 status = decode_sequence(xdr, &res->seq_res, rqstp);
9b7b9fcc 6029 if (status)
1da177e4 6030 goto out;
bf269551
CL
6031 status = decode_putfh(xdr);
6032 if (status)
1da177e4 6033 goto out;
bf269551
CL
6034 status = decode_savefh(xdr);
6035 if (status)
1da177e4 6036 goto out;
bf269551
CL
6037 status = decode_putfh(xdr);
6038 if (status)
1da177e4 6039 goto out;
bf269551
CL
6040 status = decode_link(xdr, &res->cinfo);
6041 if (status)
91ba2eee
TM
6042 goto out;
6043 /*
6044 * Note order: OP_LINK leaves the directory as the current
6045 * filehandle.
6046 */
bf269551
CL
6047 status = decode_restorefh(xdr);
6048 if (status)
91ba2eee 6049 goto out;
6926afd1 6050 decode_getfattr(xdr, res->fattr, res->server);
1da177e4
LT
6051out:
6052 return status;
6053}
6054
6055/*
6056 * Decode CREATE response
6057 */
bf269551
CL
6058static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6059 struct nfs4_create_res *res)
1da177e4 6060{
1da177e4
LT
6061 struct compound_hdr hdr;
6062 int status;
6c0195a4 6063
bf269551 6064 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6065 if (status)
6066 goto out;
bf269551 6067 status = decode_sequence(xdr, &res->seq_res, rqstp);
9b7b9fcc 6068 if (status)
1da177e4 6069 goto out;
bf269551 6070 status = decode_putfh(xdr);
bf269551 6071 if (status)
56ae19f3 6072 goto out;
bf269551
CL
6073 status = decode_create(xdr, &res->dir_cinfo);
6074 if (status)
1da177e4 6075 goto out;
bf269551
CL
6076 status = decode_getfh(xdr, res->fh);
6077 if (status)
1da177e4 6078 goto out;
7c317fcf 6079 decode_getfattr(xdr, res->fattr, res->server);
1da177e4
LT
6080out:
6081 return status;
6082}
6083
6084/*
6085 * Decode SYMLINK response
6086 */
bf269551
CL
6087static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6088 struct nfs4_create_res *res)
1da177e4 6089{
bf269551 6090 return nfs4_xdr_dec_create(rqstp, xdr, res);
1da177e4
LT
6091}
6092
6093/*
6094 * Decode GETATTR response
6095 */
bf269551
CL
6096static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6097 struct nfs4_getattr_res *res)
1da177e4 6098{
1da177e4
LT
6099 struct compound_hdr hdr;
6100 int status;
6c0195a4 6101
bf269551 6102 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6103 if (status)
6104 goto out;
bf269551 6105 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6106 if (status)
6107 goto out;
bf269551 6108 status = decode_putfh(xdr);
1da177e4
LT
6109 if (status)
6110 goto out;
6926afd1 6111 status = decode_getfattr(xdr, res->fattr, res->server);
1da177e4
LT
6112out:
6113 return status;
1da177e4
LT
6114}
6115
23ec6965
BF
6116/*
6117 * Encode an SETACL request
6118 */
9f06c719
CL
6119static void nfs4_xdr_enc_setacl(struct rpc_rqst *req, struct xdr_stream *xdr,
6120 struct nfs_setaclargs *args)
23ec6965 6121{
05d564fe 6122 struct compound_hdr hdr = {
66cc0429 6123 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
05d564fe 6124 };
05d564fe 6125
9f06c719
CL
6126 encode_compound_hdr(xdr, req, &hdr);
6127 encode_sequence(xdr, &args->seq_args, &hdr);
6128 encode_putfh(xdr, args->fh, &hdr);
6129 encode_setacl(xdr, args, &hdr);
d017931c 6130 encode_nops(&hdr);
23ec6965 6131}
05d564fe 6132
23ec6965
BF
6133/*
6134 * Decode SETACL response
6135 */
6136static int
bf269551 6137nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
73c403a9 6138 struct nfs_setaclres *res)
23ec6965 6139{
23ec6965
BF
6140 struct compound_hdr hdr;
6141 int status;
6142
bf269551 6143 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6144 if (status)
6145 goto out;
bf269551 6146 status = decode_sequence(xdr, &res->seq_res, rqstp);
23ec6965
BF
6147 if (status)
6148 goto out;
bf269551 6149 status = decode_putfh(xdr);
23ec6965
BF
6150 if (status)
6151 goto out;
bf269551 6152 status = decode_setattr(xdr);
23ec6965
BF
6153out:
6154 return status;
6155}
1da177e4 6156
029d105e
BF
6157/*
6158 * Decode GETACL response
6159 */
6160static int
bf269551 6161nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
663c79b3 6162 struct nfs_getaclres *res)
029d105e 6163{
029d105e
BF
6164 struct compound_hdr hdr;
6165 int status;
6166
331818f1
TM
6167 if (res->acl_scratch != NULL) {
6168 void *p = page_address(res->acl_scratch);
6169 xdr_set_scratch_buffer(xdr, p, PAGE_SIZE);
6170 }
bf269551 6171 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6172 if (status)
6173 goto out;
bf269551 6174 status = decode_sequence(xdr, &res->seq_res, rqstp);
029d105e
BF
6175 if (status)
6176 goto out;
bf269551 6177 status = decode_putfh(xdr);
029d105e
BF
6178 if (status)
6179 goto out;
bf118a34 6180 status = decode_getacl(xdr, rqstp, res);
029d105e
BF
6181
6182out:
6183 return status;
6184}
6185
1da177e4
LT
6186/*
6187 * Decode CLOSE response
6188 */
bf269551
CL
6189static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6190 struct nfs_closeres *res)
1da177e4 6191{
05d564fe
AA
6192 struct compound_hdr hdr;
6193 int status;
6194
bf269551 6195 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6196 if (status)
6197 goto out;
bf269551 6198 status = decode_sequence(xdr, &res->seq_res, rqstp);
05d564fe
AA
6199 if (status)
6200 goto out;
bf269551 6201 status = decode_putfh(xdr);
05d564fe
AA
6202 if (status)
6203 goto out;
bf269551 6204 status = decode_close(xdr, res);
516a6af6
TM
6205 if (status != 0)
6206 goto out;
6207 /*
6208 * Note: Server may do delete on close for this file
6209 * in which case the getattr call will fail with
6210 * an ESTALE error. Shouldn't be a problem,
6211 * though, since fattr->valid will remain unset.
6212 */
6926afd1 6213 decode_getfattr(xdr, res->fattr, res->server);
1da177e4 6214out:
05d564fe 6215 return status;
1da177e4
LT
6216}
6217
6218/*
6219 * Decode OPEN response
6220 */
bf269551
CL
6221static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6222 struct nfs_openres *res)
1da177e4 6223{
05d564fe
AA
6224 struct compound_hdr hdr;
6225 int status;
6226
bf269551 6227 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6228 if (status)
6229 goto out;
bf269551 6230 status = decode_sequence(xdr, &res->seq_res, rqstp);
05d564fe
AA
6231 if (status)
6232 goto out;
bf269551 6233 status = decode_putfh(xdr);
05d564fe
AA
6234 if (status)
6235 goto out;
bf269551 6236 status = decode_open(xdr, res);
56ae19f3
TM
6237 if (status)
6238 goto out;
01913b49
WAA
6239 status = decode_getfh(xdr, &res->fh);
6240 if (status)
1da177e4 6241 goto out;
ae2bb032
WAA
6242 if (res->access_request)
6243 decode_access(xdr, &res->access_supported, &res->access_result);
90ff0c54 6244 decode_getfattr(xdr, res->f_attr, res->server);
1da177e4 6245out:
05d564fe 6246 return status;
1da177e4
LT
6247}
6248
6249/*
6250 * Decode OPEN_CONFIRM response
6251 */
bf269551
CL
6252static int nfs4_xdr_dec_open_confirm(struct rpc_rqst *rqstp,
6253 struct xdr_stream *xdr,
6254 struct nfs_open_confirmres *res)
1da177e4 6255{
05d564fe
AA
6256 struct compound_hdr hdr;
6257 int status;
6258
bf269551 6259 status = decode_compound_hdr(xdr, &hdr);
05d564fe
AA
6260 if (status)
6261 goto out;
bf269551 6262 status = decode_putfh(xdr);
05d564fe
AA
6263 if (status)
6264 goto out;
bf269551 6265 status = decode_open_confirm(xdr, res);
1da177e4 6266out:
05d564fe 6267 return status;
1da177e4
LT
6268}
6269
6270/*
6271 * Decode OPEN response
6272 */
bf269551
CL
6273static int nfs4_xdr_dec_open_noattr(struct rpc_rqst *rqstp,
6274 struct xdr_stream *xdr,
6275 struct nfs_openres *res)
1da177e4 6276{
05d564fe
AA
6277 struct compound_hdr hdr;
6278 int status;
6279
bf269551 6280 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6281 if (status)
6282 goto out;
bf269551 6283 status = decode_sequence(xdr, &res->seq_res, rqstp);
05d564fe
AA
6284 if (status)
6285 goto out;
bf269551 6286 status = decode_putfh(xdr);
05d564fe
AA
6287 if (status)
6288 goto out;
bf269551 6289 status = decode_open(xdr, res);
05d564fe
AA
6290 if (status)
6291 goto out;
ae2bb032
WAA
6292 if (res->access_request)
6293 decode_access(xdr, &res->access_supported, &res->access_result);
6926afd1 6294 decode_getfattr(xdr, res->f_attr, res->server);
1da177e4 6295out:
05d564fe 6296 return status;
1da177e4
LT
6297}
6298
6299/*
6300 * Decode SETATTR response
6301 */
bf269551
CL
6302static int nfs4_xdr_dec_setattr(struct rpc_rqst *rqstp,
6303 struct xdr_stream *xdr,
6304 struct nfs_setattrres *res)
1da177e4 6305{
05d564fe
AA
6306 struct compound_hdr hdr;
6307 int status;
6308
bf269551 6309 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6310 if (status)
6311 goto out;
bf269551 6312 status = decode_sequence(xdr, &res->seq_res, rqstp);
05d564fe
AA
6313 if (status)
6314 goto out;
bf269551 6315 status = decode_putfh(xdr);
05d564fe
AA
6316 if (status)
6317 goto out;
bf269551 6318 status = decode_setattr(xdr);
05d564fe
AA
6319 if (status)
6320 goto out;
6926afd1 6321 decode_getfattr(xdr, res->fattr, res->server);
1da177e4 6322out:
05d564fe 6323 return status;
1da177e4
LT
6324}
6325
6326/*
6327 * Decode LOCK response
6328 */
bf269551
CL
6329static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6330 struct nfs_lock_res *res)
1da177e4 6331{
1da177e4
LT
6332 struct compound_hdr hdr;
6333 int status;
6334
bf269551 6335 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6336 if (status)
6337 goto out;
bf269551 6338 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6339 if (status)
6340 goto out;
bf269551 6341 status = decode_putfh(xdr);
1da177e4
LT
6342 if (status)
6343 goto out;
bf269551 6344 status = decode_lock(xdr, res);
1da177e4
LT
6345out:
6346 return status;
6347}
6348
6349/*
6350 * Decode LOCKT response
6351 */
bf269551
CL
6352static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6353 struct nfs_lockt_res *res)
1da177e4 6354{
1da177e4
LT
6355 struct compound_hdr hdr;
6356 int status;
6357
bf269551 6358 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6359 if (status)
6360 goto out;
bf269551 6361 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6362 if (status)
6363 goto out;
bf269551 6364 status = decode_putfh(xdr);
1da177e4
LT
6365 if (status)
6366 goto out;
bf269551 6367 status = decode_lockt(xdr, res);
1da177e4
LT
6368out:
6369 return status;
6370}
6371
6372/*
6373 * Decode LOCKU response
6374 */
bf269551
CL
6375static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6376 struct nfs_locku_res *res)
1da177e4 6377{
1da177e4
LT
6378 struct compound_hdr hdr;
6379 int status;
6380
bf269551 6381 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6382 if (status)
6383 goto out;
bf269551 6384 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6385 if (status)
6386 goto out;
bf269551 6387 status = decode_putfh(xdr);
1da177e4
LT
6388 if (status)
6389 goto out;
bf269551 6390 status = decode_locku(xdr, res);
1da177e4
LT
6391out:
6392 return status;
6393}
6394
bf269551
CL
6395static int nfs4_xdr_dec_release_lockowner(struct rpc_rqst *rqstp,
6396 struct xdr_stream *xdr, void *dummy)
d3c7b7cc 6397{
d3c7b7cc
TM
6398 struct compound_hdr hdr;
6399 int status;
6400
bf269551 6401 status = decode_compound_hdr(xdr, &hdr);
d3c7b7cc 6402 if (!status)
bf269551 6403 status = decode_release_lockowner(xdr);
d3c7b7cc
TM
6404 return status;
6405}
6406
1da177e4
LT
6407/*
6408 * Decode READLINK response
6409 */
bf269551
CL
6410static int nfs4_xdr_dec_readlink(struct rpc_rqst *rqstp,
6411 struct xdr_stream *xdr,
f50c7000 6412 struct nfs4_readlink_res *res)
1da177e4 6413{
1da177e4
LT
6414 struct compound_hdr hdr;
6415 int status;
6416
bf269551 6417 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6418 if (status)
6419 goto out;
bf269551 6420 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6421 if (status)
6422 goto out;
bf269551 6423 status = decode_putfh(xdr);
1da177e4
LT
6424 if (status)
6425 goto out;
bf269551 6426 status = decode_readlink(xdr, rqstp);
1da177e4
LT
6427out:
6428 return status;
6429}
6430
6431/*
6432 * Decode READDIR response
6433 */
bf269551
CL
6434static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6435 struct nfs4_readdir_res *res)
1da177e4 6436{
1da177e4
LT
6437 struct compound_hdr hdr;
6438 int status;
6439
bf269551 6440 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6441 if (status)
6442 goto out;
bf269551 6443 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6444 if (status)
6445 goto out;
bf269551 6446 status = decode_putfh(xdr);
1da177e4
LT
6447 if (status)
6448 goto out;
bf269551 6449 status = decode_readdir(xdr, rqstp, res);
1da177e4
LT
6450out:
6451 return status;
6452}
6453
6454/*
6455 * Decode Read response
6456 */
bf269551
CL
6457static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6458 struct nfs_readres *res)
1da177e4 6459{
1da177e4
LT
6460 struct compound_hdr hdr;
6461 int status;
6462
bf269551 6463 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6464 if (status)
6465 goto out;
bf269551 6466 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6467 if (status)
6468 goto out;
bf269551 6469 status = decode_putfh(xdr);
1da177e4
LT
6470 if (status)
6471 goto out;
bf269551 6472 status = decode_read(xdr, rqstp, res);
1da177e4
LT
6473 if (!status)
6474 status = res->count;
6475out:
6476 return status;
6477}
6478
6479/*
6480 * Decode WRITE response
6481 */
bf269551
CL
6482static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6483 struct nfs_writeres *res)
1da177e4 6484{
1da177e4
LT
6485 struct compound_hdr hdr;
6486 int status;
6487
bf269551 6488 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6489 if (status)
6490 goto out;
bf269551 6491 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6492 if (status)
6493 goto out;
bf269551 6494 status = decode_putfh(xdr);
1da177e4
LT
6495 if (status)
6496 goto out;
bf269551 6497 status = decode_write(xdr, res);
4f9838c7
TM
6498 if (status)
6499 goto out;
7ffd1064 6500 if (res->fattr)
6926afd1 6501 decode_getfattr(xdr, res->fattr, res->server);
1da177e4
LT
6502 if (!status)
6503 status = res->count;
6504out:
6505 return status;
6506}
6507
6508/*
6509 * Decode COMMIT response
6510 */
bf269551 6511static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
0b7c0153 6512 struct nfs_commitres *res)
1da177e4 6513{
1da177e4
LT
6514 struct compound_hdr hdr;
6515 int status;
6516
bf269551 6517 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6518 if (status)
6519 goto out;
bf269551 6520 status = decode_sequence(xdr, &res->seq_res, rqstp);
1da177e4
LT
6521 if (status)
6522 goto out;
bf269551 6523 status = decode_putfh(xdr);
1da177e4
LT
6524 if (status)
6525 goto out;
bf269551 6526 status = decode_commit(xdr, res);
1da177e4
LT
6527out:
6528 return status;
6529}
6530
6531/*
8b173218 6532 * Decode FSINFO response
1da177e4 6533 */
bf269551 6534static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr,
3dda5e43 6535 struct nfs4_fsinfo_res *res)
1da177e4 6536{
1da177e4
LT
6537 struct compound_hdr hdr;
6538 int status;
6539
bf269551 6540 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc 6541 if (!status)
bf269551 6542 status = decode_sequence(xdr, &res->seq_res, req);
1da177e4 6543 if (!status)
bf269551 6544 status = decode_putfh(xdr);
1da177e4 6545 if (!status)
bf269551 6546 status = decode_fsinfo(xdr, res->fsinfo);
1da177e4
LT
6547 return status;
6548}
6549
6550/*
8b173218 6551 * Decode PATHCONF response
1da177e4 6552 */
bf269551 6553static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr,
d45b2989 6554 struct nfs4_pathconf_res *res)
1da177e4 6555{
1da177e4
LT
6556 struct compound_hdr hdr;
6557 int status;
6558
bf269551 6559 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc 6560 if (!status)
bf269551 6561 status = decode_sequence(xdr, &res->seq_res, req);
1da177e4 6562 if (!status)
bf269551 6563 status = decode_putfh(xdr);
1da177e4 6564 if (!status)
bf269551 6565 status = decode_pathconf(xdr, res->pathconf);
1da177e4
LT
6566 return status;
6567}
6568
6569/*
8b173218 6570 * Decode STATFS response
1da177e4 6571 */
bf269551 6572static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, struct xdr_stream *xdr,
24ad148a 6573 struct nfs4_statfs_res *res)
1da177e4 6574{
1da177e4
LT
6575 struct compound_hdr hdr;
6576 int status;
6577
bf269551 6578 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc 6579 if (!status)
bf269551 6580 status = decode_sequence(xdr, &res->seq_res, req);
1da177e4 6581 if (!status)
bf269551 6582 status = decode_putfh(xdr);
1da177e4 6583 if (!status)
bf269551 6584 status = decode_statfs(xdr, res->fsstat);
1da177e4
LT
6585 return status;
6586}
6587
6588/*
8b173218 6589 * Decode GETATTR_BITMAP response
1da177e4 6590 */
bf269551
CL
6591static int nfs4_xdr_dec_server_caps(struct rpc_rqst *req,
6592 struct xdr_stream *xdr,
6593 struct nfs4_server_caps_res *res)
1da177e4 6594{
1da177e4
LT
6595 struct compound_hdr hdr;
6596 int status;
6597
bf269551 6598 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6599 if (status)
6600 goto out;
bf269551 6601 status = decode_sequence(xdr, &res->seq_res, req);
9b7b9fcc 6602 if (status)
1da177e4 6603 goto out;
bf269551
CL
6604 status = decode_putfh(xdr);
6605 if (status)
1da177e4 6606 goto out;
bf269551 6607 status = decode_server_caps(xdr, res);
1da177e4
LT
6608out:
6609 return status;
6610}
6611
6612/*
6613 * Decode RENEW response
6614 */
bf269551
CL
6615static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6616 void *__unused)
1da177e4 6617{
1da177e4
LT
6618 struct compound_hdr hdr;
6619 int status;
6620
bf269551 6621 status = decode_compound_hdr(xdr, &hdr);
1da177e4 6622 if (!status)
bf269551 6623 status = decode_renew(xdr);
1da177e4
LT
6624 return status;
6625}
6626
6627/*
8b173218 6628 * Decode SETCLIENTID response
1da177e4 6629 */
bf269551
CL
6630static int nfs4_xdr_dec_setclientid(struct rpc_rqst *req,
6631 struct xdr_stream *xdr,
6632 struct nfs4_setclientid_res *res)
1da177e4 6633{
1da177e4
LT
6634 struct compound_hdr hdr;
6635 int status;
6636
bf269551 6637 status = decode_compound_hdr(xdr, &hdr);
1da177e4 6638 if (!status)
bf269551 6639 status = decode_setclientid(xdr, res);
1da177e4
LT
6640 return status;
6641}
6642
6643/*
8b173218 6644 * Decode SETCLIENTID_CONFIRM response
1da177e4 6645 */
bf269551
CL
6646static int nfs4_xdr_dec_setclientid_confirm(struct rpc_rqst *req,
6647 struct xdr_stream *xdr,
6648 struct nfs_fsinfo *fsinfo)
1da177e4 6649{
1da177e4
LT
6650 struct compound_hdr hdr;
6651 int status;
6652
bf269551 6653 status = decode_compound_hdr(xdr, &hdr);
1da177e4 6654 if (!status)
bf269551 6655 status = decode_setclientid_confirm(xdr);
1da177e4 6656 if (!status)
bf269551 6657 status = decode_putrootfh(xdr);
1da177e4 6658 if (!status)
bf269551 6659 status = decode_fsinfo(xdr, fsinfo);
1da177e4
LT
6660 return status;
6661}
6662
6663/*
8b173218 6664 * Decode DELEGRETURN response
1da177e4 6665 */
bf269551
CL
6666static int nfs4_xdr_dec_delegreturn(struct rpc_rqst *rqstp,
6667 struct xdr_stream *xdr,
6668 struct nfs4_delegreturnres *res)
1da177e4 6669{
1da177e4
LT
6670 struct compound_hdr hdr;
6671 int status;
6672
bf269551 6673 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6674 if (status)
6675 goto out;
bf269551 6676 status = decode_sequence(xdr, &res->seq_res, rqstp);
9b7b9fcc 6677 if (status)
fa178f29 6678 goto out;
bf269551 6679 status = decode_putfh(xdr);
fa178f29
TM
6680 if (status != 0)
6681 goto out;
e144cbcc 6682 status = decode_getfattr(xdr, res->fattr, res->server);
556ae3bb
JL
6683 if (status != 0)
6684 goto out;
e144cbcc 6685 status = decode_delegreturn(xdr);
fa178f29 6686out:
1da177e4
LT
6687 return status;
6688}
6689
683b57b4 6690/*
8b173218 6691 * Decode FS_LOCATIONS response
683b57b4 6692 */
bf269551
CL
6693static int nfs4_xdr_dec_fs_locations(struct rpc_rqst *req,
6694 struct xdr_stream *xdr,
22958463 6695 struct nfs4_fs_locations_res *res)
683b57b4 6696{
683b57b4
TM
6697 struct compound_hdr hdr;
6698 int status;
6699
bf269551 6700 status = decode_compound_hdr(xdr, &hdr);
9b7b9fcc
AA
6701 if (status)
6702 goto out;
bf269551 6703 status = decode_sequence(xdr, &res->seq_res, req);
9b7b9fcc 6704 if (status)
683b57b4 6705 goto out;
bf269551
CL
6706 status = decode_putfh(xdr);
6707 if (status)
683b57b4 6708 goto out;
bf269551
CL
6709 status = decode_lookup(xdr);
6710 if (status)
683b57b4 6711 goto out;
bf269551 6712 xdr_enter_page(xdr, PAGE_SIZE);
8b7e3f49
TM
6713 status = decode_getfattr_generic(xdr, &res->fs_locations->fattr,
6714 NULL, res->fs_locations,
6715 res->fs_locations->server);
683b57b4
TM
6716out:
6717 return status;
6718}
6719
5a5ea0d4
BS
6720/*
6721 * Decode SECINFO response
6722 */
6723static int nfs4_xdr_dec_secinfo(struct rpc_rqst *rqstp,
6724 struct xdr_stream *xdr,
6725 struct nfs4_secinfo_res *res)
6726{
6727 struct compound_hdr hdr;
6728 int status;
6729
6730 status = decode_compound_hdr(xdr, &hdr);
6731 if (status)
6732 goto out;
6733 status = decode_sequence(xdr, &res->seq_res, rqstp);
6734 if (status)
6735 goto out;
6736 status = decode_putfh(xdr);
6737 if (status)
6738 goto out;
6739 status = decode_secinfo(xdr, res);
5a5ea0d4
BS
6740out:
6741 return status;
6742}
6743
99fe60d0 6744#if defined(CONFIG_NFS_V4_1)
7c44f1ae
WAA
6745/*
6746 * Decode BIND_CONN_TO_SESSION response
6747 */
6748static int nfs4_xdr_dec_bind_conn_to_session(struct rpc_rqst *rqstp,
6749 struct xdr_stream *xdr,
6750 void *res)
6751{
6752 struct compound_hdr hdr;
6753 int status;
6754
6755 status = decode_compound_hdr(xdr, &hdr);
6756 if (!status)
6757 status = decode_bind_conn_to_session(xdr, res);
6758 return status;
6759}
6760
99fe60d0 6761/*
8b173218 6762 * Decode EXCHANGE_ID response
99fe60d0 6763 */
bf269551
CL
6764static int nfs4_xdr_dec_exchange_id(struct rpc_rqst *rqstp,
6765 struct xdr_stream *xdr,
99fe60d0
BH
6766 void *res)
6767{
99fe60d0
BH
6768 struct compound_hdr hdr;
6769 int status;
6770
bf269551 6771 status = decode_compound_hdr(xdr, &hdr);
99fe60d0 6772 if (!status)
bf269551 6773 status = decode_exchange_id(xdr, res);
99fe60d0
BH
6774 return status;
6775}
2050f0cc 6776
fc931582 6777/*
8b173218 6778 * Decode CREATE_SESSION response
fc931582 6779 */
bf269551
CL
6780static int nfs4_xdr_dec_create_session(struct rpc_rqst *rqstp,
6781 struct xdr_stream *xdr,
fc931582
AA
6782 struct nfs41_create_session_res *res)
6783{
fc931582
AA
6784 struct compound_hdr hdr;
6785 int status;
6786
bf269551 6787 status = decode_compound_hdr(xdr, &hdr);
fc931582 6788 if (!status)
bf269551 6789 status = decode_create_session(xdr, res);
fc931582
AA
6790 return status;
6791}
6792
0f3e66c6 6793/*
8b173218 6794 * Decode DESTROY_SESSION response
0f3e66c6 6795 */
bf269551
CL
6796static int nfs4_xdr_dec_destroy_session(struct rpc_rqst *rqstp,
6797 struct xdr_stream *xdr,
6798 void *res)
0f3e66c6 6799{
0f3e66c6
AA
6800 struct compound_hdr hdr;
6801 int status;
6802
bf269551 6803 status = decode_compound_hdr(xdr, &hdr);
0f3e66c6 6804 if (!status)
bf269551 6805 status = decode_destroy_session(xdr, res);
0f3e66c6
AA
6806 return status;
6807}
6808
66245539
TM
6809/*
6810 * Decode DESTROY_CLIENTID response
6811 */
6812static int nfs4_xdr_dec_destroy_clientid(struct rpc_rqst *rqstp,
6813 struct xdr_stream *xdr,
6814 void *res)
6815{
6816 struct compound_hdr hdr;
6817 int status;
6818
6819 status = decode_compound_hdr(xdr, &hdr);
6820 if (!status)
6821 status = decode_destroy_clientid(xdr, res);
6822 return status;
6823}
6824
fc01cea9 6825/*
8b173218 6826 * Decode SEQUENCE response
fc01cea9 6827 */
bf269551
CL
6828static int nfs4_xdr_dec_sequence(struct rpc_rqst *rqstp,
6829 struct xdr_stream *xdr,
fc01cea9
AA
6830 struct nfs4_sequence_res *res)
6831{
fc01cea9
AA
6832 struct compound_hdr hdr;
6833 int status;
6834
bf269551 6835 status = decode_compound_hdr(xdr, &hdr);
fc01cea9 6836 if (!status)
bf269551 6837 status = decode_sequence(xdr, res, rqstp);
fc01cea9
AA
6838 return status;
6839}
6840
2050f0cc 6841/*
8b173218 6842 * Decode GET_LEASE_TIME response
2050f0cc 6843 */
bf269551
CL
6844static int nfs4_xdr_dec_get_lease_time(struct rpc_rqst *rqstp,
6845 struct xdr_stream *xdr,
2050f0cc
AA
6846 struct nfs4_get_lease_time_res *res)
6847{
2050f0cc
AA
6848 struct compound_hdr hdr;
6849 int status;
6850
bf269551 6851 status = decode_compound_hdr(xdr, &hdr);
2050f0cc 6852 if (!status)
bf269551 6853 status = decode_sequence(xdr, &res->lr_seq_res, rqstp);
2050f0cc 6854 if (!status)
bf269551 6855 status = decode_putrootfh(xdr);
2050f0cc 6856 if (!status)
bf269551 6857 status = decode_fsinfo(xdr, res->lr_fsinfo);
2050f0cc
AA
6858 return status;
6859}
18019753
RL
6860
6861/*
6862 * Decode RECLAIM_COMPLETE response
6863 */
bf269551
CL
6864static int nfs4_xdr_dec_reclaim_complete(struct rpc_rqst *rqstp,
6865 struct xdr_stream *xdr,
18019753
RL
6866 struct nfs41_reclaim_complete_res *res)
6867{
18019753
RL
6868 struct compound_hdr hdr;
6869 int status;
6870
bf269551 6871 status = decode_compound_hdr(xdr, &hdr);
18019753 6872 if (!status)
bf269551 6873 status = decode_sequence(xdr, &res->seq_res, rqstp);
18019753 6874 if (!status)
bf269551 6875 status = decode_reclaim_complete(xdr, (void *)NULL);
18019753
RL
6876 return status;
6877}
b1f69b75 6878
7f11d8d3
AA
6879/*
6880 * Decode GETDEVICELIST response
6881 */
6882static int nfs4_xdr_dec_getdevicelist(struct rpc_rqst *rqstp,
6883 struct xdr_stream *xdr,
6884 struct nfs4_getdevicelist_res *res)
6885{
6886 struct compound_hdr hdr;
6887 int status;
6888
6889 dprintk("encoding getdevicelist!\n");
6890
6891 status = decode_compound_hdr(xdr, &hdr);
6892 if (status != 0)
6893 goto out;
6894 status = decode_sequence(xdr, &res->seq_res, rqstp);
6895 if (status != 0)
6896 goto out;
6897 status = decode_putfh(xdr);
6898 if (status != 0)
6899 goto out;
6900 status = decode_getdevicelist(xdr, res->devlist);
6901out:
6902 return status;
6903}
6904
b1f69b75
AA
6905/*
6906 * Decode GETDEVINFO response
6907 */
bf269551
CL
6908static int nfs4_xdr_dec_getdeviceinfo(struct rpc_rqst *rqstp,
6909 struct xdr_stream *xdr,
b1f69b75
AA
6910 struct nfs4_getdeviceinfo_res *res)
6911{
b1f69b75
AA
6912 struct compound_hdr hdr;
6913 int status;
6914
bf269551 6915 status = decode_compound_hdr(xdr, &hdr);
b1f69b75
AA
6916 if (status != 0)
6917 goto out;
bf269551 6918 status = decode_sequence(xdr, &res->seq_res, rqstp);
b1f69b75
AA
6919 if (status != 0)
6920 goto out;
bf269551 6921 status = decode_getdeviceinfo(xdr, res->pdev);
b1f69b75
AA
6922out:
6923 return status;
6924}
6925
6926/*
6927 * Decode LAYOUTGET response
6928 */
bf269551
CL
6929static int nfs4_xdr_dec_layoutget(struct rpc_rqst *rqstp,
6930 struct xdr_stream *xdr,
b1f69b75
AA
6931 struct nfs4_layoutget_res *res)
6932{
b1f69b75
AA
6933 struct compound_hdr hdr;
6934 int status;
6935
bf269551 6936 status = decode_compound_hdr(xdr, &hdr);
b1f69b75
AA
6937 if (status)
6938 goto out;
bf269551 6939 status = decode_sequence(xdr, &res->seq_res, rqstp);
b1f69b75
AA
6940 if (status)
6941 goto out;
bf269551 6942 status = decode_putfh(xdr);
b1f69b75
AA
6943 if (status)
6944 goto out;
bf269551 6945 status = decode_layoutget(xdr, rqstp, res);
b1f69b75
AA
6946out:
6947 return status;
6948}
863a3c6c 6949
cbe82603
BH
6950/*
6951 * Decode LAYOUTRETURN response
6952 */
6953static int nfs4_xdr_dec_layoutreturn(struct rpc_rqst *rqstp,
6954 struct xdr_stream *xdr,
6955 struct nfs4_layoutreturn_res *res)
6956{
6957 struct compound_hdr hdr;
6958 int status;
6959
6960 status = decode_compound_hdr(xdr, &hdr);
6961 if (status)
6962 goto out;
6963 status = decode_sequence(xdr, &res->seq_res, rqstp);
6964 if (status)
6965 goto out;
6966 status = decode_putfh(xdr);
6967 if (status)
6968 goto out;
6969 status = decode_layoutreturn(xdr, res);
6970out:
6971 return status;
6972}
6973
863a3c6c
AA
6974/*
6975 * Decode LAYOUTCOMMIT response
6976 */
6977static int nfs4_xdr_dec_layoutcommit(struct rpc_rqst *rqstp,
6978 struct xdr_stream *xdr,
6979 struct nfs4_layoutcommit_res *res)
6980{
6981 struct compound_hdr hdr;
6982 int status;
6983
6984 status = decode_compound_hdr(xdr, &hdr);
6985 if (status)
6986 goto out;
6987 status = decode_sequence(xdr, &res->seq_res, rqstp);
6988 if (status)
6989 goto out;
6990 status = decode_putfh(xdr);
6991 if (status)
6992 goto out;
6993 status = decode_layoutcommit(xdr, rqstp, res);
6994 if (status)
6995 goto out;
6926afd1 6996 decode_getfattr(xdr, res->fattr, res->server);
863a3c6c
AA
6997out:
6998 return status;
6999}
fca78d6d
BS
7000
7001/*
7002 * Decode SECINFO_NO_NAME response
7003 */
7004static int nfs4_xdr_dec_secinfo_no_name(struct rpc_rqst *rqstp,
7005 struct xdr_stream *xdr,
7006 struct nfs4_secinfo_res *res)
7007{
7008 struct compound_hdr hdr;
7009 int status;
7010
7011 status = decode_compound_hdr(xdr, &hdr);
7012 if (status)
7013 goto out;
7014 status = decode_sequence(xdr, &res->seq_res, rqstp);
7015 if (status)
7016 goto out;
7017 status = decode_putrootfh(xdr);
7018 if (status)
7019 goto out;
31e4dda4 7020 status = decode_secinfo_no_name(xdr, res);
fca78d6d
BS
7021out:
7022 return status;
7023}
7d974794
BS
7024
7025/*
7026 * Decode TEST_STATEID response
7027 */
7028static int nfs4_xdr_dec_test_stateid(struct rpc_rqst *rqstp,
7029 struct xdr_stream *xdr,
7030 struct nfs41_test_stateid_res *res)
7031{
7032 struct compound_hdr hdr;
7033 int status;
7034
7035 status = decode_compound_hdr(xdr, &hdr);
7036 if (status)
7037 goto out;
7038 status = decode_sequence(xdr, &res->seq_res, rqstp);
7039 if (status)
7040 goto out;
7041 status = decode_test_stateid(xdr, res);
7042out:
7043 return status;
7044}
9aeda35f
BS
7045
7046/*
7047 * Decode FREE_STATEID response
7048 */
7049static int nfs4_xdr_dec_free_stateid(struct rpc_rqst *rqstp,
7050 struct xdr_stream *xdr,
7051 struct nfs41_free_stateid_res *res)
7052{
7053 struct compound_hdr hdr;
7054 int status;
7055
7056 status = decode_compound_hdr(xdr, &hdr);
7057 if (status)
7058 goto out;
7059 status = decode_sequence(xdr, &res->seq_res, rqstp);
7060 if (status)
7061 goto out;
7062 status = decode_free_stateid(xdr, res);
7063out:
7064 return status;
7065}
99fe60d0
BH
7066#endif /* CONFIG_NFS_V4_1 */
7067
573c4e1e
CL
7068/**
7069 * nfs4_decode_dirent - Decode a single NFSv4 directory entry stored in
7070 * the local page cache.
7071 * @xdr: XDR stream where entry resides
7072 * @entry: buffer to fill in with entry data
7073 * @plus: boolean indicating whether this should be a readdirplus entry
7074 *
7075 * Returns zero if successful, otherwise a negative errno value is
7076 * returned.
7077 *
7078 * This function is not invoked during READDIR reply decoding, but
7079 * rather whenever an application invokes the getdents(2) system call
7080 * on a directory already in our cache.
7081 */
7082int nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry,
7083 int plus)
1da177e4 7084{
256e48bb 7085 unsigned int savep;
dae100c2 7086 uint32_t bitmap[3] = {0};
1da177e4 7087 uint32_t len;
babddc72
BS
7088 __be32 *p = xdr_inline_decode(xdr, 4);
7089 if (unlikely(!p))
7090 goto out_overflow;
c08e76d0 7091 if (*p == xdr_zero) {
babddc72
BS
7092 p = xdr_inline_decode(xdr, 4);
7093 if (unlikely(!p))
7094 goto out_overflow;
c08e76d0 7095 if (*p == xdr_zero)
573c4e1e 7096 return -EAGAIN;
1da177e4 7097 entry->eof = 1;
573c4e1e 7098 return -EBADCOOKIE;
1da177e4
LT
7099 }
7100
babddc72
BS
7101 p = xdr_inline_decode(xdr, 12);
7102 if (unlikely(!p))
7103 goto out_overflow;
1da177e4
LT
7104 entry->prev_cookie = entry->cookie;
7105 p = xdr_decode_hyper(p, &entry->cookie);
c08e76d0 7106 entry->len = be32_to_cpup(p);
babddc72 7107
9af8c222 7108 p = xdr_inline_decode(xdr, entry->len);
babddc72
BS
7109 if (unlikely(!p))
7110 goto out_overflow;
1da177e4 7111 entry->name = (const char *) p;
1da177e4
LT
7112
7113 /*
7114 * In case the server doesn't return an inode number,
7115 * we fake one here. (We don't use inode number 0,
7116 * since glibc seems to choke on it...)
7117 */
7118 entry->ino = 1;
4f082222 7119 entry->fattr->valid = 0;
1da177e4 7120
9af8c222
TM
7121 if (decode_attr_bitmap(xdr, bitmap) < 0)
7122 goto out_overflow;
7123
256e48bb 7124 if (decode_attr_length(xdr, &len, &savep) < 0)
9af8c222
TM
7125 goto out_overflow;
7126
573c4e1e 7127 if (decode_getfattr_attrs(xdr, bitmap, entry->fattr, entry->fh,
8b7e3f49 7128 NULL, entry->server) < 0)
9af8c222 7129 goto out_overflow;
28331a46
TM
7130 if (entry->fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID)
7131 entry->ino = entry->fattr->mounted_on_fileid;
7132 else if (entry->fattr->valid & NFS_ATTR_FATTR_FILEID)
9af8c222
TM
7133 entry->ino = entry->fattr->fileid;
7134
0b26a0bf
TM
7135 entry->d_type = DT_UNKNOWN;
7136 if (entry->fattr->valid & NFS_ATTR_FATTR_TYPE)
7137 entry->d_type = nfs_umode_to_dtype(entry->fattr->mode);
7138
573c4e1e 7139 return 0;
babddc72
BS
7140
7141out_overflow:
7142 print_overflow_msg(__func__, xdr);
573c4e1e 7143 return -EAGAIN;
1da177e4
LT
7144}
7145
7146/*
7147 * We need to translate between nfs status return values and
7148 * the local errno values which may not be the same.
7149 */
7150static struct {
7151 int stat;
7152 int errno;
7153} nfs_errtbl[] = {
7154 { NFS4_OK, 0 },
856dff3d
BH
7155 { NFS4ERR_PERM, -EPERM },
7156 { NFS4ERR_NOENT, -ENOENT },
7157 { NFS4ERR_IO, -errno_NFSERR_IO},
7158 { NFS4ERR_NXIO, -ENXIO },
7159 { NFS4ERR_ACCESS, -EACCES },
7160 { NFS4ERR_EXIST, -EEXIST },
7161 { NFS4ERR_XDEV, -EXDEV },
7162 { NFS4ERR_NOTDIR, -ENOTDIR },
7163 { NFS4ERR_ISDIR, -EISDIR },
7164 { NFS4ERR_INVAL, -EINVAL },
7165 { NFS4ERR_FBIG, -EFBIG },
7166 { NFS4ERR_NOSPC, -ENOSPC },
7167 { NFS4ERR_ROFS, -EROFS },
7168 { NFS4ERR_MLINK, -EMLINK },
7169 { NFS4ERR_NAMETOOLONG, -ENAMETOOLONG },
7170 { NFS4ERR_NOTEMPTY, -ENOTEMPTY },
7171 { NFS4ERR_DQUOT, -EDQUOT },
7172 { NFS4ERR_STALE, -ESTALE },
7173 { NFS4ERR_BADHANDLE, -EBADHANDLE },
856dff3d
BH
7174 { NFS4ERR_BAD_COOKIE, -EBADCOOKIE },
7175 { NFS4ERR_NOTSUPP, -ENOTSUPP },
7176 { NFS4ERR_TOOSMALL, -ETOOSMALL },
fdcb4577 7177 { NFS4ERR_SERVERFAULT, -EREMOTEIO },
856dff3d
BH
7178 { NFS4ERR_BADTYPE, -EBADTYPE },
7179 { NFS4ERR_LOCKED, -EAGAIN },
856dff3d
BH
7180 { NFS4ERR_SYMLINK, -ELOOP },
7181 { NFS4ERR_OP_ILLEGAL, -EOPNOTSUPP },
7182 { NFS4ERR_DEADLOCK, -EDEADLK },
856dff3d 7183 { -1, -EIO }
1da177e4
LT
7184};
7185
7186/*
7187 * Convert an NFS error code to a local one.
7188 * This one is used jointly by NFSv2 and NFSv3.
7189 */
7190static int
0a8ea437 7191nfs4_stat_to_errno(int stat)
1da177e4
LT
7192{
7193 int i;
7194 for (i = 0; nfs_errtbl[i].stat != -1; i++) {
7195 if (nfs_errtbl[i].stat == stat)
7196 return nfs_errtbl[i].errno;
7197 }
7198 if (stat <= 10000 || stat > 10100) {
7199 /* The server is looney tunes. */
fdcb4577 7200 return -EREMOTEIO;
1da177e4
LT
7201 }
7202 /* If we cannot translate the error, the recovery routines should
7203 * handle it.
7204 * Note: remaining NFSv4 error codes have values > 10000, so should
7205 * not conflict with native Linux error codes.
7206 */
856dff3d 7207 return -stat;
1da177e4
LT
7208}
7209
1da177e4
LT
7210#define PROC(proc, argtype, restype) \
7211[NFSPROC4_CLNT_##proc] = { \
7212 .p_proc = NFSPROC4_COMPOUND, \
9f06c719 7213 .p_encode = (kxdreproc_t)nfs4_xdr_##argtype, \
bf269551 7214 .p_decode = (kxdrdproc_t)nfs4_xdr_##restype, \
2bea90d4
CL
7215 .p_arglen = NFS4_##argtype##_sz, \
7216 .p_replen = NFS4_##restype##_sz, \
cc0175c1
CL
7217 .p_statidx = NFSPROC4_CLNT_##proc, \
7218 .p_name = #proc, \
05d564fe 7219}
1da177e4
LT
7220
7221struct rpc_procinfo nfs4_procedures[] = {
7d93bd71
CL
7222 PROC(READ, enc_read, dec_read),
7223 PROC(WRITE, enc_write, dec_write),
7224 PROC(COMMIT, enc_commit, dec_commit),
7225 PROC(OPEN, enc_open, dec_open),
7226 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
7227 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
7228 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
7229 PROC(CLOSE, enc_close, dec_close),
7230 PROC(SETATTR, enc_setattr, dec_setattr),
7231 PROC(FSINFO, enc_fsinfo, dec_fsinfo),
7232 PROC(RENEW, enc_renew, dec_renew),
7233 PROC(SETCLIENTID, enc_setclientid, dec_setclientid),
7234 PROC(SETCLIENTID_CONFIRM, enc_setclientid_confirm, dec_setclientid_confirm),
7235 PROC(LOCK, enc_lock, dec_lock),
7236 PROC(LOCKT, enc_lockt, dec_lockt),
7237 PROC(LOCKU, enc_locku, dec_locku),
7238 PROC(ACCESS, enc_access, dec_access),
7239 PROC(GETATTR, enc_getattr, dec_getattr),
7240 PROC(LOOKUP, enc_lookup, dec_lookup),
7241 PROC(LOOKUP_ROOT, enc_lookup_root, dec_lookup_root),
7242 PROC(REMOVE, enc_remove, dec_remove),
7243 PROC(RENAME, enc_rename, dec_rename),
7244 PROC(LINK, enc_link, dec_link),
7245 PROC(SYMLINK, enc_symlink, dec_symlink),
7246 PROC(CREATE, enc_create, dec_create),
7247 PROC(PATHCONF, enc_pathconf, dec_pathconf),
7248 PROC(STATFS, enc_statfs, dec_statfs),
7249 PROC(READLINK, enc_readlink, dec_readlink),
7250 PROC(READDIR, enc_readdir, dec_readdir),
7251 PROC(SERVER_CAPS, enc_server_caps, dec_server_caps),
7252 PROC(DELEGRETURN, enc_delegreturn, dec_delegreturn),
7253 PROC(GETACL, enc_getacl, dec_getacl),
7254 PROC(SETACL, enc_setacl, dec_setacl),
7255 PROC(FS_LOCATIONS, enc_fs_locations, dec_fs_locations),
7256 PROC(RELEASE_LOCKOWNER, enc_release_lockowner, dec_release_lockowner),
5a5ea0d4 7257 PROC(SECINFO, enc_secinfo, dec_secinfo),
99fe60d0 7258#if defined(CONFIG_NFS_V4_1)
7d93bd71
CL
7259 PROC(EXCHANGE_ID, enc_exchange_id, dec_exchange_id),
7260 PROC(CREATE_SESSION, enc_create_session, dec_create_session),
7261 PROC(DESTROY_SESSION, enc_destroy_session, dec_destroy_session),
7262 PROC(SEQUENCE, enc_sequence, dec_sequence),
7263 PROC(GET_LEASE_TIME, enc_get_lease_time, dec_get_lease_time),
7264 PROC(RECLAIM_COMPLETE, enc_reclaim_complete, dec_reclaim_complete),
7265 PROC(GETDEVICEINFO, enc_getdeviceinfo, dec_getdeviceinfo),
7266 PROC(LAYOUTGET, enc_layoutget, dec_layoutget),
863a3c6c 7267 PROC(LAYOUTCOMMIT, enc_layoutcommit, dec_layoutcommit),
cbe82603 7268 PROC(LAYOUTRETURN, enc_layoutreturn, dec_layoutreturn),
fca78d6d 7269 PROC(SECINFO_NO_NAME, enc_secinfo_no_name, dec_secinfo_no_name),
7d974794 7270 PROC(TEST_STATEID, enc_test_stateid, dec_test_stateid),
9aeda35f 7271 PROC(FREE_STATEID, enc_free_stateid, dec_free_stateid),
7f11d8d3 7272 PROC(GETDEVICELIST, enc_getdevicelist, dec_getdevicelist),
ad24ecfb
TM
7273 PROC(BIND_CONN_TO_SESSION,
7274 enc_bind_conn_to_session, dec_bind_conn_to_session),
66245539 7275 PROC(DESTROY_CLIENTID, enc_destroy_clientid, dec_destroy_clientid),
99fe60d0 7276#endif /* CONFIG_NFS_V4_1 */
1da177e4
LT
7277};
7278
a613fa16 7279const struct rpc_version nfs_version4 = {
1da177e4 7280 .number = 4,
e8c96f8c 7281 .nrprocs = ARRAY_SIZE(nfs4_procedures),
1da177e4
LT
7282 .procs = nfs4_procedures
7283};
7284
7285/*
7286 * Local variables:
7287 * c-basic-offset: 8
7288 * End:
7289 */
This page took 1.185114 seconds and 5 git commands to generate.