blob: 988efb4caac0a0a2a8cccc203c004f9bf62ec0ed [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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>
Andy Adamson6c0195a2008-12-23 16:06:15 -050011 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 * 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>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#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>
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -050047#include <linux/module.h>
48#include <linux/utsname.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070049#include <linux/sunrpc/clnt.h>
Alexandros Batsakis2449ea22009-12-05 13:36:55 -050050#include <linux/sunrpc/msg_prot.h>
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +000051#include <linux/sunrpc/gss_api.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052#include <linux/nfs.h>
53#include <linux/nfs4.h>
54#include <linux/nfs_fs.h>
55#include <linux/nfs_idmap.h>
Chuck Leverf0920752012-05-21 22:45:41 -040056
Trond Myklebust4ce79712005-06-22 17:16:21 +000057#include "nfs4_fs.h"
Alexandros Batsakis4882ef72009-12-05 13:30:21 -050058#include "internal.h"
Trond Myklebust76e697b2012-11-26 14:20:49 -050059#include "nfs4session.h"
Andy Adamsonb1f69b72010-10-20 00:18:03 -040060#include "pnfs.h"
Chuck Leverf0920752012-05-21 22:45:41 -040061#include "netns.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070062
63#define NFSDBG_FACILITY NFSDBG_XDR
64
65/* Mapping from NFS error code to "errno" error code. */
66#define errno_NFSERR_IO EIO
67
David Howells0a8ea432006-08-22 20:06:08 -040068static int nfs4_stat_to_errno(int);
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
70/* NFSv4 COMPOUND tags are only wanted for debugging purposes */
71#ifdef DEBUG
72#define NFS4_MAXTAGLEN 20
73#else
74#define NFS4_MAXTAGLEN 0
75#endif
76
Andy Adamson6c0195a2008-12-23 16:06:15 -050077/* lock,open owner id:
Trond Myklebust9f958ab2007-07-02 13:58:33 -040078 * we currently use size 2 (u64) out of (NFS4_OPAQUE_LIMIT >> 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -070079 */
Trond Myklebust95b72eb2012-04-20 19:24:51 -040080#define open_owner_id_maxsz (1 + 2 + 1 + 1 + 2)
Trond Myklebustd035c362010-12-21 10:45:27 -050081#define lock_owner_id_maxsz (1 + 1 + 4)
Trond Myklebust9104a552007-07-17 21:52:42 -040082#define decode_lockowner_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
Linus Torvalds1da177e2005-04-16 15:20:36 -070083#define compound_encode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
84#define compound_decode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
85#define op_encode_hdr_maxsz (1)
86#define op_decode_hdr_maxsz (2)
Trond Myklebust9104a552007-07-17 21:52:42 -040087#define encode_stateid_maxsz (XDR_QUADLEN(NFS4_STATEID_SIZE))
88#define decode_stateid_maxsz (XDR_QUADLEN(NFS4_STATEID_SIZE))
89#define encode_verifier_maxsz (XDR_QUADLEN(NFS4_VERIFIER_SIZE))
90#define decode_verifier_maxsz (XDR_QUADLEN(NFS4_VERIFIER_SIZE))
Linus Torvalds1da177e2005-04-16 15:20:36 -070091#define encode_putfh_maxsz (op_encode_hdr_maxsz + 1 + \
92 (NFS4_FHSIZE >> 2))
93#define decode_putfh_maxsz (op_decode_hdr_maxsz)
94#define encode_putrootfh_maxsz (op_encode_hdr_maxsz)
95#define decode_putrootfh_maxsz (op_decode_hdr_maxsz)
96#define encode_getfh_maxsz (op_encode_hdr_maxsz)
97#define decode_getfh_maxsz (op_decode_hdr_maxsz + 1 + \
98 ((3+NFS4_FHSIZE) >> 2))
Andy Adamsone5012d12011-07-11 17:17:42 -040099#define nfs4_fattr_bitmap_maxsz 4
J. Bruce Fields96928202005-06-22 17:16:22 +0000100#define encode_getattr_maxsz (op_encode_hdr_maxsz + nfs4_fattr_bitmap_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101#define nfs4_name_maxsz (1 + ((3 + NFS4_MAXNAMLEN) >> 2))
102#define nfs4_path_maxsz (1 + ((3 + NFS4_MAXPATHLEN) >> 2))
Trond Myklebustbd625ba2007-07-08 18:38:23 -0400103#define nfs4_owner_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
104#define nfs4_group_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
Andy Adamson88034c32012-05-23 05:02:34 -0400105/* We support only one layout type per file system */
106#define decode_mdsthreshold_maxsz (1 + 1 + nfs4_fattr_bitmap_maxsz + 1 + 8)
J. Bruce Fields96928202005-06-22 17:16:22 +0000107/* This is based on getfattr, which uses the most attributes: */
108#define nfs4_fattr_value_maxsz (1 + (1 + 2 + 2 + 4 + 2 + 1 + 1 + 2 + 2 + \
Andy Adamson88034c32012-05-23 05:02:34 -0400109 3 + 3 + 3 + nfs4_owner_maxsz + \
110 nfs4_group_maxsz + decode_mdsthreshold_maxsz))
J. Bruce Fields96928202005-06-22 17:16:22 +0000111#define nfs4_fattr_maxsz (nfs4_fattr_bitmap_maxsz + \
112 nfs4_fattr_value_maxsz)
113#define decode_getattr_maxsz (op_decode_hdr_maxsz + nfs4_fattr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400114#define encode_attrs_maxsz (nfs4_fattr_bitmap_maxsz + \
115 1 + 2 + 1 + \
116 nfs4_owner_maxsz + \
117 nfs4_group_maxsz + \
118 4 + 4)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119#define encode_savefh_maxsz (op_encode_hdr_maxsz)
120#define decode_savefh_maxsz (op_decode_hdr_maxsz)
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400121#define encode_restorefh_maxsz (op_encode_hdr_maxsz)
122#define decode_restorefh_maxsz (op_decode_hdr_maxsz)
Fred Isaman2f42b5d2008-03-13 15:26:30 +0200123#define encode_fsinfo_maxsz (encode_getattr_maxsz)
Fred Isamandae100c2011-07-30 20:52:37 -0400124/* The 5 accounts for the PNFS attributes, and assumes that at most three
125 * layout types will be returned.
126 */
127#define decode_fsinfo_maxsz (op_decode_hdr_maxsz + \
128 nfs4_fattr_bitmap_maxsz + 4 + 8 + 5)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129#define encode_renew_maxsz (op_encode_hdr_maxsz + 3)
130#define decode_renew_maxsz (op_decode_hdr_maxsz)
131#define encode_setclientid_maxsz \
132 (op_encode_hdr_maxsz + \
Chuck Levercc38bac2007-12-10 14:56:54 -0500133 XDR_QUADLEN(NFS4_VERIFIER_SIZE) + \
134 XDR_QUADLEN(NFS4_SETCLIENTID_NAMELEN) + \
135 1 /* sc_prog */ + \
136 XDR_QUADLEN(RPCBIND_MAXNETIDLEN) + \
137 XDR_QUADLEN(RPCBIND_MAXUADDRLEN) + \
138 1) /* sc_cb_ident */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139#define decode_setclientid_maxsz \
140 (op_decode_hdr_maxsz + \
141 2 + \
142 1024) /* large value for CLID_INUSE */
143#define encode_setclientid_confirm_maxsz \
144 (op_encode_hdr_maxsz + \
145 3 + (NFS4_VERIFIER_SIZE >> 2))
146#define decode_setclientid_confirm_maxsz \
147 (op_decode_hdr_maxsz)
Trond Myklebuste6889622007-07-02 13:58:30 -0400148#define encode_lookup_maxsz (op_encode_hdr_maxsz + nfs4_name_maxsz)
149#define decode_lookup_maxsz (op_decode_hdr_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400150#define encode_share_access_maxsz \
151 (2)
Alexandros Batsakis4882ef72009-12-05 13:30:21 -0500152#define encode_createmode_maxsz (1 + encode_attrs_maxsz + encode_verifier_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400153#define encode_opentype_maxsz (1 + encode_createmode_maxsz)
154#define encode_claim_null_maxsz (1 + nfs4_name_maxsz)
155#define encode_open_maxsz (op_encode_hdr_maxsz + \
156 2 + encode_share_access_maxsz + 2 + \
157 open_owner_id_maxsz + \
158 encode_opentype_maxsz + \
159 encode_claim_null_maxsz)
160#define decode_ace_maxsz (3 + nfs4_owner_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400161#define decode_delegation_maxsz (1 + decode_stateid_maxsz + 1 + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400162 decode_ace_maxsz)
163#define decode_change_info_maxsz (5)
164#define decode_open_maxsz (op_decode_hdr_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400165 decode_stateid_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400166 decode_change_info_maxsz + 1 + \
167 nfs4_fattr_bitmap_maxsz + \
168 decode_delegation_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400169#define encode_open_confirm_maxsz \
170 (op_encode_hdr_maxsz + \
171 encode_stateid_maxsz + 1)
172#define decode_open_confirm_maxsz \
173 (op_decode_hdr_maxsz + \
174 decode_stateid_maxsz)
175#define encode_open_downgrade_maxsz \
176 (op_encode_hdr_maxsz + \
177 encode_stateid_maxsz + 1 + \
178 encode_share_access_maxsz)
179#define decode_open_downgrade_maxsz \
180 (op_decode_hdr_maxsz + \
181 decode_stateid_maxsz)
182#define encode_close_maxsz (op_encode_hdr_maxsz + \
183 1 + encode_stateid_maxsz)
184#define decode_close_maxsz (op_decode_hdr_maxsz + \
185 decode_stateid_maxsz)
186#define encode_setattr_maxsz (op_encode_hdr_maxsz + \
187 encode_stateid_maxsz + \
188 encode_attrs_maxsz)
189#define decode_setattr_maxsz (op_decode_hdr_maxsz + \
190 nfs4_fattr_bitmap_maxsz)
191#define encode_read_maxsz (op_encode_hdr_maxsz + \
192 encode_stateid_maxsz + 3)
193#define decode_read_maxsz (op_decode_hdr_maxsz + 2)
194#define encode_readdir_maxsz (op_encode_hdr_maxsz + \
195 2 + encode_verifier_maxsz + 5)
196#define decode_readdir_maxsz (op_decode_hdr_maxsz + \
197 decode_verifier_maxsz)
198#define encode_readlink_maxsz (op_encode_hdr_maxsz)
199#define decode_readlink_maxsz (op_decode_hdr_maxsz + 1)
200#define encode_write_maxsz (op_encode_hdr_maxsz + \
201 encode_stateid_maxsz + 4)
202#define decode_write_maxsz (op_decode_hdr_maxsz + \
203 2 + decode_verifier_maxsz)
204#define encode_commit_maxsz (op_encode_hdr_maxsz + 3)
205#define decode_commit_maxsz (op_decode_hdr_maxsz + \
206 decode_verifier_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207#define encode_remove_maxsz (op_encode_hdr_maxsz + \
208 nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400209#define decode_remove_maxsz (op_decode_hdr_maxsz + \
210 decode_change_info_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211#define encode_rename_maxsz (op_encode_hdr_maxsz + \
212 2 * nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400213#define decode_rename_maxsz (op_decode_hdr_maxsz + \
214 decode_change_info_maxsz + \
215 decode_change_info_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216#define encode_link_maxsz (op_encode_hdr_maxsz + \
217 nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400218#define decode_link_maxsz (op_decode_hdr_maxsz + decode_change_info_maxsz)
Trond Myklebustdaccbde2010-06-25 18:11:43 -0400219#define encode_lockowner_maxsz (7)
Trond Myklebust9104a552007-07-17 21:52:42 -0400220#define encode_lock_maxsz (op_encode_hdr_maxsz + \
221 7 + \
Trond Myklebustdaccbde2010-06-25 18:11:43 -0400222 1 + encode_stateid_maxsz + 1 + \
223 encode_lockowner_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400224#define decode_lock_denied_maxsz \
225 (8 + decode_lockowner_maxsz)
226#define decode_lock_maxsz (op_decode_hdr_maxsz + \
227 decode_lock_denied_maxsz)
Trond Myklebustdaccbde2010-06-25 18:11:43 -0400228#define encode_lockt_maxsz (op_encode_hdr_maxsz + 5 + \
229 encode_lockowner_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400230#define decode_lockt_maxsz (op_decode_hdr_maxsz + \
231 decode_lock_denied_maxsz)
232#define encode_locku_maxsz (op_encode_hdr_maxsz + 3 + \
233 encode_stateid_maxsz + \
234 4)
235#define decode_locku_maxsz (op_decode_hdr_maxsz + \
236 decode_stateid_maxsz)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -0400237#define encode_release_lockowner_maxsz \
238 (op_encode_hdr_maxsz + \
239 encode_lockowner_maxsz)
240#define decode_release_lockowner_maxsz \
241 (op_decode_hdr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400242#define encode_access_maxsz (op_encode_hdr_maxsz + 1)
243#define decode_access_maxsz (op_decode_hdr_maxsz + 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244#define encode_symlink_maxsz (op_encode_hdr_maxsz + \
245 1 + nfs4_name_maxsz + \
Chuck Lever94a6d752006-08-22 20:06:23 -0400246 1 + \
J. Bruce Fields96928202005-06-22 17:16:22 +0000247 nfs4_fattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248#define decode_symlink_maxsz (op_decode_hdr_maxsz + 8)
249#define encode_create_maxsz (op_encode_hdr_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400250 1 + 2 + nfs4_name_maxsz + \
251 encode_attrs_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400252#define decode_create_maxsz (op_decode_hdr_maxsz + \
253 decode_change_info_maxsz + \
254 nfs4_fattr_bitmap_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400255#define encode_statfs_maxsz (encode_getattr_maxsz)
256#define decode_statfs_maxsz (decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257#define encode_delegreturn_maxsz (op_encode_hdr_maxsz + 4)
258#define decode_delegreturn_maxsz (op_decode_hdr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400259#define encode_getacl_maxsz (encode_getattr_maxsz)
260#define decode_getacl_maxsz (op_decode_hdr_maxsz + \
261 nfs4_fattr_bitmap_maxsz + 1)
262#define encode_setacl_maxsz (op_encode_hdr_maxsz + \
263 encode_stateid_maxsz + 3)
264#define decode_setacl_maxsz (decode_setattr_maxsz)
Trond Myklebuste6889622007-07-02 13:58:30 -0400265#define encode_fs_locations_maxsz \
266 (encode_getattr_maxsz)
267#define decode_fs_locations_maxsz \
268 (0)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +0000269#define encode_secinfo_maxsz (op_encode_hdr_maxsz + nfs4_name_maxsz)
Bryan Schumaker1650add2011-06-02 15:07:35 -0400270#define decode_secinfo_maxsz (op_decode_hdr_maxsz + 1 + ((NFS_MAX_SECFLAVORS * (16 + GSS_OID_MAX_LEN)) / 4))
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400271
272#if defined(CONFIG_NFS_V4_1)
Andy Adamsonfc931582009-04-01 09:22:31 -0400273#define NFS4_MAX_MACHINE_NAME_LEN (64)
Jim Reesd751f742012-11-16 18:12:06 -0500274#define IMPL_NAME_LIMIT (sizeof(utsname()->sysname) + sizeof(utsname()->release) + \
275 sizeof(utsname()->version) + sizeof(utsname()->machine) + 8)
Andy Adamsonfc931582009-04-01 09:22:31 -0400276
Benny Halevy99fe60d2009-04-01 09:22:29 -0400277#define encode_exchange_id_maxsz (op_encode_hdr_maxsz + \
278 encode_verifier_maxsz + \
279 1 /* co_ownerid.len */ + \
280 XDR_QUADLEN(NFS4_EXCHANGE_ID_LEN) + \
281 1 /* flags */ + \
282 1 /* spa_how */ + \
283 0 /* SP4_NONE (for now) */ + \
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -0500284 1 /* implementation id array of size 1 */ + \
285 1 /* nii_domain */ + \
286 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
287 1 /* nii_name */ + \
Jim Reesd751f742012-11-16 18:12:06 -0500288 XDR_QUADLEN(IMPL_NAME_LIMIT) + \
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -0500289 3 /* nii_date */)
Benny Halevy99fe60d2009-04-01 09:22:29 -0400290#define decode_exchange_id_maxsz (op_decode_hdr_maxsz + \
291 2 /* eir_clientid */ + \
292 1 /* eir_sequenceid */ + \
293 1 /* eir_flags */ + \
294 1 /* spr_how */ + \
295 0 /* SP4_NONE (for now) */ + \
296 2 /* eir_server_owner.so_minor_id */ + \
297 /* eir_server_owner.so_major_id<> */ \
298 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 + \
299 /* eir_server_scope<> */ \
300 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 + \
301 1 /* eir_server_impl_id array length */ + \
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -0500302 1 /* nii_domain */ + \
303 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
304 1 /* nii_name */ + \
305 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
306 3 /* nii_date */)
Andy Adamsonfc931582009-04-01 09:22:31 -0400307#define encode_channel_attrs_maxsz (6 + 1 /* ca_rdma_ird.len (0) */)
308#define decode_channel_attrs_maxsz (6 + \
309 1 /* ca_rdma_ird.len */ + \
310 1 /* ca_rdma_ird */)
311#define encode_create_session_maxsz (op_encode_hdr_maxsz + \
312 2 /* csa_clientid */ + \
313 1 /* csa_sequence */ + \
314 1 /* csa_flags */ + \
315 encode_channel_attrs_maxsz + \
316 encode_channel_attrs_maxsz + \
317 1 /* csa_cb_program */ + \
318 1 /* csa_sec_parms.len (1) */ + \
319 1 /* cb_secflavor (AUTH_SYS) */ + \
320 1 /* stamp */ + \
321 1 /* machinename.len */ + \
322 XDR_QUADLEN(NFS4_MAX_MACHINE_NAME_LEN) + \
323 1 /* uid */ + \
324 1 /* gid */ + \
325 1 /* gids.len (0) */)
326#define decode_create_session_maxsz (op_decode_hdr_maxsz + \
327 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
328 1 /* csr_sequence */ + \
329 1 /* csr_flags */ + \
330 decode_channel_attrs_maxsz + \
331 decode_channel_attrs_maxsz)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -0400332#define encode_bind_conn_to_session_maxsz (op_encode_hdr_maxsz + \
333 /* bctsa_sessid */ \
334 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
335 1 /* bctsa_dir */ + \
336 1 /* bctsa_use_conn_in_rdma_mode */)
337#define decode_bind_conn_to_session_maxsz (op_decode_hdr_maxsz + \
338 /* bctsr_sessid */ \
339 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
340 1 /* bctsr_dir */ + \
341 1 /* bctsr_use_conn_in_rdma_mode */)
Andy Adamson0f3e66c2009-04-01 09:22:34 -0400342#define encode_destroy_session_maxsz (op_encode_hdr_maxsz + 4)
343#define decode_destroy_session_maxsz (op_decode_hdr_maxsz)
Trond Myklebust66245532012-05-25 17:18:09 -0400344#define encode_destroy_clientid_maxsz (op_encode_hdr_maxsz + 2)
345#define decode_destroy_clientid_maxsz (op_decode_hdr_maxsz)
Andy Adamsonfc01cea2009-04-01 09:22:36 -0400346#define encode_sequence_maxsz (op_encode_hdr_maxsz + \
347 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 4)
348#define decode_sequence_maxsz (op_decode_hdr_maxsz + \
349 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5)
Ricardo Labiaga18019752009-12-05 16:08:40 -0500350#define encode_reclaim_complete_maxsz (op_encode_hdr_maxsz + 4)
351#define decode_reclaim_complete_maxsz (op_decode_hdr_maxsz + 4)
Andy Adamson7f11d8d2011-07-30 20:52:35 -0400352#define encode_getdevicelist_maxsz (op_encode_hdr_maxsz + 4 + \
353 encode_verifier_maxsz)
354#define decode_getdevicelist_maxsz (op_decode_hdr_maxsz + \
355 2 /* nfs_cookie4 gdlr_cookie */ + \
356 decode_verifier_maxsz \
357 /* verifier4 gdlr_verifier */ + \
358 1 /* gdlr_deviceid_list count */ + \
359 XDR_QUADLEN(NFS4_PNFS_GETDEVLIST_MAXNUM * \
360 NFS4_DEVICEID4_SIZE) \
361 /* gdlr_deviceid_list */ + \
362 1 /* bool gdlr_eof */)
Andy Adamsonb1f69b72010-10-20 00:18:03 -0400363#define encode_getdeviceinfo_maxsz (op_encode_hdr_maxsz + 4 + \
364 XDR_QUADLEN(NFS4_DEVICEID4_SIZE))
365#define decode_getdeviceinfo_maxsz (op_decode_hdr_maxsz + \
366 1 /* layout type */ + \
367 1 /* opaque devaddr4 length */ + \
368 /* devaddr4 payload is read into page */ \
369 1 /* notification bitmap length */ + \
370 1 /* notification bitmap */)
371#define encode_layoutget_maxsz (op_encode_hdr_maxsz + 10 + \
372 encode_stateid_maxsz)
373#define decode_layoutget_maxsz (op_decode_hdr_maxsz + 8 + \
374 decode_stateid_maxsz + \
375 XDR_QUADLEN(PNFS_LAYOUT_MAXSIZE))
Andy Adamson863a3c62011-03-23 13:27:54 +0000376#define encode_layoutcommit_maxsz (op_encode_hdr_maxsz + \
377 2 /* offset */ + \
378 2 /* length */ + \
379 1 /* reclaim */ + \
380 encode_stateid_maxsz + \
381 1 /* new offset (true) */ + \
382 2 /* last byte written */ + \
383 1 /* nt_timechanged (false) */ + \
384 1 /* layoutupdate4 layout type */ + \
385 1 /* NULL filelayout layoutupdate4 payload */)
386#define decode_layoutcommit_maxsz (op_decode_hdr_maxsz + 3)
Benny Halevycbe82602011-05-22 19:52:37 +0300387#define encode_layoutreturn_maxsz (8 + op_encode_hdr_maxsz + \
388 encode_stateid_maxsz + \
389 1 /* FIXME: opaque lrf_body always empty at the moment */)
390#define decode_layoutreturn_maxsz (op_decode_hdr_maxsz + \
391 1 + decode_stateid_maxsz)
Bryan Schumakerfca78d62011-06-02 14:59:07 -0400392#define encode_secinfo_no_name_maxsz (op_encode_hdr_maxsz + 1)
393#define decode_secinfo_no_name_maxsz decode_secinfo_maxsz
Bryan Schumaker7d974792011-06-02 14:59:08 -0400394#define encode_test_stateid_maxsz (op_encode_hdr_maxsz + 2 + \
395 XDR_QUADLEN(NFS4_STATEID_SIZE))
396#define decode_test_stateid_maxsz (op_decode_hdr_maxsz + 2 + 1)
Bryan Schumaker9aeda352011-06-02 14:59:09 -0400397#define encode_free_stateid_maxsz (op_encode_hdr_maxsz + 1 + \
398 XDR_QUADLEN(NFS4_STATEID_SIZE))
399#define decode_free_stateid_maxsz (op_decode_hdr_maxsz + 1)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400400#else /* CONFIG_NFS_V4_1 */
401#define encode_sequence_maxsz 0
402#define decode_sequence_maxsz 0
403#endif /* CONFIG_NFS_V4_1 */
404
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405#define NFS4_enc_compound_sz (1024) /* XXX: large enough? */
406#define NFS4_dec_compound_sz (1024) /* XXX: large enough? */
407#define NFS4_enc_read_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400408 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400410 encode_read_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411#define NFS4_dec_read_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400412 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400414 decode_read_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415#define NFS4_enc_readlink_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400416 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400418 encode_readlink_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419#define NFS4_dec_readlink_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400420 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400422 decode_readlink_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423#define NFS4_enc_readdir_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400424 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400426 encode_readdir_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427#define NFS4_dec_readdir_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400428 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400430 decode_readdir_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431#define NFS4_enc_write_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400432 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400434 encode_write_maxsz + \
Trond Myklebust4f9838c2005-10-27 22:12:44 -0400435 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436#define NFS4_dec_write_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400437 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400439 decode_write_maxsz + \
Trond Myklebust4f9838c2005-10-27 22:12:44 -0400440 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441#define NFS4_enc_commit_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400442 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443 encode_putfh_maxsz + \
Trond Myklebust85827152012-04-29 10:44:42 -0400444 encode_commit_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445#define NFS4_dec_commit_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400446 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447 decode_putfh_maxsz + \
Trond Myklebust85827152012-04-29 10:44:42 -0400448 decode_commit_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449#define NFS4_enc_open_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400450 encode_sequence_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400451 encode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400452 encode_open_maxsz + \
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400453 encode_access_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400454 encode_getfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400455 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456#define NFS4_dec_open_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400457 decode_sequence_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400458 decode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400459 decode_open_maxsz + \
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400460 decode_access_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400461 decode_getfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400462 decode_getattr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400463#define NFS4_enc_open_confirm_sz \
464 (compound_encode_hdr_maxsz + \
465 encode_putfh_maxsz + \
466 encode_open_confirm_maxsz)
467#define NFS4_dec_open_confirm_sz \
468 (compound_decode_hdr_maxsz + \
469 decode_putfh_maxsz + \
470 decode_open_confirm_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471#define NFS4_enc_open_noattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400472 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 encode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400474 encode_open_maxsz + \
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400475 encode_access_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400476 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477#define NFS4_dec_open_noattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400478 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 decode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400480 decode_open_maxsz + \
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400481 decode_access_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400482 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483#define NFS4_enc_open_downgrade_sz \
484 (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400485 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400486 encode_putfh_maxsz + \
487 encode_open_downgrade_maxsz + \
488 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489#define NFS4_dec_open_downgrade_sz \
490 (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400491 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400492 decode_putfh_maxsz + \
493 decode_open_downgrade_maxsz + \
494 decode_getattr_maxsz)
495#define NFS4_enc_close_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400496 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400497 encode_putfh_maxsz + \
498 encode_close_maxsz + \
499 encode_getattr_maxsz)
500#define NFS4_dec_close_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400501 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400502 decode_putfh_maxsz + \
503 decode_close_maxsz + \
504 decode_getattr_maxsz)
505#define NFS4_enc_setattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400506 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400507 encode_putfh_maxsz + \
508 encode_setattr_maxsz + \
509 encode_getattr_maxsz)
510#define NFS4_dec_setattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400511 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400512 decode_putfh_maxsz + \
513 decode_setattr_maxsz + \
514 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515#define NFS4_enc_fsinfo_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400516 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 encode_putfh_maxsz + \
518 encode_fsinfo_maxsz)
519#define NFS4_dec_fsinfo_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400520 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521 decode_putfh_maxsz + \
522 decode_fsinfo_maxsz)
523#define NFS4_enc_renew_sz (compound_encode_hdr_maxsz + \
524 encode_renew_maxsz)
525#define NFS4_dec_renew_sz (compound_decode_hdr_maxsz + \
526 decode_renew_maxsz)
527#define NFS4_enc_setclientid_sz (compound_encode_hdr_maxsz + \
528 encode_setclientid_maxsz)
529#define NFS4_dec_setclientid_sz (compound_decode_hdr_maxsz + \
530 decode_setclientid_maxsz)
531#define NFS4_enc_setclientid_confirm_sz \
532 (compound_encode_hdr_maxsz + \
Chuck Lever83ca7f52013-03-16 15:55:53 -0400533 encode_setclientid_confirm_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534#define NFS4_dec_setclientid_confirm_sz \
535 (compound_decode_hdr_maxsz + \
Chuck Lever83ca7f52013-03-16 15:55:53 -0400536 decode_setclientid_confirm_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537#define NFS4_enc_lock_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400538 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400540 encode_lock_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541#define NFS4_dec_lock_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400542 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400544 decode_lock_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545#define NFS4_enc_lockt_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400546 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400548 encode_lockt_maxsz)
549#define NFS4_dec_lockt_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400550 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400551 decode_putfh_maxsz + \
552 decode_lockt_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553#define NFS4_enc_locku_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400554 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400556 encode_locku_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557#define NFS4_dec_locku_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400558 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400560 decode_locku_maxsz)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -0400561#define NFS4_enc_release_lockowner_sz \
562 (compound_encode_hdr_maxsz + \
563 encode_lockowner_maxsz)
564#define NFS4_dec_release_lockowner_sz \
565 (compound_decode_hdr_maxsz + \
566 decode_lockowner_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567#define NFS4_enc_access_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400568 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 encode_putfh_maxsz + \
Trond Myklebust76b32992007-08-10 17:45:11 -0400570 encode_access_maxsz + \
571 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572#define NFS4_dec_access_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400573 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 decode_putfh_maxsz + \
Trond Myklebust76b32992007-08-10 17:45:11 -0400575 decode_access_maxsz + \
576 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577#define NFS4_enc_getattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400578 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 encode_putfh_maxsz + \
580 encode_getattr_maxsz)
581#define NFS4_dec_getattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400582 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 decode_putfh_maxsz + \
584 decode_getattr_maxsz)
585#define NFS4_enc_lookup_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400586 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587 encode_putfh_maxsz + \
588 encode_lookup_maxsz + \
589 encode_getattr_maxsz + \
590 encode_getfh_maxsz)
591#define NFS4_dec_lookup_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400592 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 decode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400594 decode_lookup_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 decode_getattr_maxsz + \
596 decode_getfh_maxsz)
597#define NFS4_enc_lookup_root_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400598 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 encode_putrootfh_maxsz + \
600 encode_getattr_maxsz + \
601 encode_getfh_maxsz)
602#define NFS4_dec_lookup_root_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400603 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 decode_putrootfh_maxsz + \
605 decode_getattr_maxsz + \
606 decode_getfh_maxsz)
607#define NFS4_enc_remove_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400608 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 encode_putfh_maxsz + \
Trond Myklebust778d2812012-04-27 13:48:19 -0400610 encode_remove_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611#define NFS4_dec_remove_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400612 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 decode_putfh_maxsz + \
Trond Myklebust778d2812012-04-27 13:48:19 -0400614 decode_remove_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615#define NFS4_enc_rename_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400616 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 encode_putfh_maxsz + \
618 encode_savefh_maxsz + \
619 encode_putfh_maxsz + \
Trond Myklebust778d2812012-04-27 13:48:19 -0400620 encode_rename_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621#define NFS4_dec_rename_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400622 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 decode_putfh_maxsz + \
624 decode_savefh_maxsz + \
625 decode_putfh_maxsz + \
Trond Myklebust778d2812012-04-27 13:48:19 -0400626 decode_rename_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627#define NFS4_enc_link_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400628 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 encode_putfh_maxsz + \
630 encode_savefh_maxsz + \
631 encode_putfh_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400632 encode_link_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400633 encode_restorefh_maxsz + \
Trond Myklebusta9f69912012-04-27 13:48:17 -0400634 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635#define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400636 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637 decode_putfh_maxsz + \
638 decode_savefh_maxsz + \
639 decode_putfh_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400640 decode_link_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400641 decode_restorefh_maxsz + \
642 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643#define NFS4_enc_symlink_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400644 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 encode_putfh_maxsz + \
646 encode_symlink_maxsz + \
647 encode_getattr_maxsz + \
648 encode_getfh_maxsz)
649#define NFS4_dec_symlink_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400650 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651 decode_putfh_maxsz + \
652 decode_symlink_maxsz + \
653 decode_getattr_maxsz + \
654 decode_getfh_maxsz)
655#define NFS4_enc_create_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400656 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 encode_putfh_maxsz + \
658 encode_create_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400659 encode_getfh_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400660 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661#define NFS4_dec_create_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400662 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663 decode_putfh_maxsz + \
664 decode_create_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400665 decode_getfh_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400666 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667#define NFS4_enc_pathconf_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400668 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669 encode_putfh_maxsz + \
670 encode_getattr_maxsz)
671#define NFS4_dec_pathconf_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400672 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 decode_putfh_maxsz + \
674 decode_getattr_maxsz)
675#define NFS4_enc_statfs_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400676 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400678 encode_statfs_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679#define NFS4_dec_statfs_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400680 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400682 decode_statfs_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683#define NFS4_enc_server_caps_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400684 encode_sequence_maxsz + \
Trond Myklebustab91f262007-02-02 14:47:17 -0800685 encode_putfh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686 encode_getattr_maxsz)
687#define NFS4_dec_server_caps_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400688 decode_sequence_maxsz + \
Trond Myklebustab91f262007-02-02 14:47:17 -0800689 decode_putfh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 decode_getattr_maxsz)
691#define NFS4_enc_delegreturn_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400692 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693 encode_putfh_maxsz + \
Trond Myklebustfa178f22006-01-03 09:55:38 +0100694 encode_delegreturn_maxsz + \
695 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696#define NFS4_dec_delegreturn_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400697 decode_sequence_maxsz + \
Trond Myklebustfa178f22006-01-03 09:55:38 +0100698 decode_delegreturn_maxsz + \
699 decode_getattr_maxsz)
J. Bruce Fields029d1052005-06-22 17:16:22 +0000700#define NFS4_enc_getacl_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400701 encode_sequence_maxsz + \
J. Bruce Fields029d1052005-06-22 17:16:22 +0000702 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400703 encode_getacl_maxsz)
J. Bruce Fields029d1052005-06-22 17:16:22 +0000704#define NFS4_dec_getacl_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400705 decode_sequence_maxsz + \
J. Bruce Fields029d1052005-06-22 17:16:22 +0000706 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400707 decode_getacl_maxsz)
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000708#define NFS4_enc_setacl_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400709 encode_sequence_maxsz + \
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000710 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400711 encode_setacl_maxsz)
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000712#define NFS4_dec_setacl_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400713 decode_sequence_maxsz + \
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000714 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400715 decode_setacl_maxsz)
Trond Myklebust683b57b2006-06-09 09:34:22 -0400716#define NFS4_enc_fs_locations_sz \
717 (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400718 encode_sequence_maxsz + \
Trond Myklebust683b57b2006-06-09 09:34:22 -0400719 encode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400720 encode_lookup_maxsz + \
721 encode_fs_locations_maxsz)
Trond Myklebust683b57b2006-06-09 09:34:22 -0400722#define NFS4_dec_fs_locations_sz \
723 (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400724 decode_sequence_maxsz + \
Trond Myklebust683b57b2006-06-09 09:34:22 -0400725 decode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400726 decode_lookup_maxsz + \
727 decode_fs_locations_maxsz)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +0000728#define NFS4_enc_secinfo_sz (compound_encode_hdr_maxsz + \
729 encode_sequence_maxsz + \
730 encode_putfh_maxsz + \
731 encode_secinfo_maxsz)
732#define NFS4_dec_secinfo_sz (compound_decode_hdr_maxsz + \
733 decode_sequence_maxsz + \
734 decode_putfh_maxsz + \
735 decode_secinfo_maxsz)
Benny Halevy99fe60d2009-04-01 09:22:29 -0400736#if defined(CONFIG_NFS_V4_1)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -0400737#define NFS4_enc_bind_conn_to_session_sz \
738 (compound_encode_hdr_maxsz + \
739 encode_bind_conn_to_session_maxsz)
740#define NFS4_dec_bind_conn_to_session_sz \
741 (compound_decode_hdr_maxsz + \
742 decode_bind_conn_to_session_maxsz)
Benny Halevy99fe60d2009-04-01 09:22:29 -0400743#define NFS4_enc_exchange_id_sz \
744 (compound_encode_hdr_maxsz + \
745 encode_exchange_id_maxsz)
746#define NFS4_dec_exchange_id_sz \
747 (compound_decode_hdr_maxsz + \
748 decode_exchange_id_maxsz)
Andy Adamsonfc931582009-04-01 09:22:31 -0400749#define NFS4_enc_create_session_sz \
750 (compound_encode_hdr_maxsz + \
751 encode_create_session_maxsz)
752#define NFS4_dec_create_session_sz \
753 (compound_decode_hdr_maxsz + \
754 decode_create_session_maxsz)
Andy Adamson0f3e66c2009-04-01 09:22:34 -0400755#define NFS4_enc_destroy_session_sz (compound_encode_hdr_maxsz + \
756 encode_destroy_session_maxsz)
757#define NFS4_dec_destroy_session_sz (compound_decode_hdr_maxsz + \
758 decode_destroy_session_maxsz)
Trond Myklebust66245532012-05-25 17:18:09 -0400759#define NFS4_enc_destroy_clientid_sz (compound_encode_hdr_maxsz + \
760 encode_destroy_clientid_maxsz)
761#define NFS4_dec_destroy_clientid_sz (compound_decode_hdr_maxsz + \
762 decode_destroy_clientid_maxsz)
Andy Adamsonfc01cea2009-04-01 09:22:36 -0400763#define NFS4_enc_sequence_sz \
764 (compound_decode_hdr_maxsz + \
765 encode_sequence_maxsz)
766#define NFS4_dec_sequence_sz \
767 (compound_decode_hdr_maxsz + \
768 decode_sequence_maxsz)
Andy Adamson2050f0c2009-04-01 09:22:30 -0400769#define NFS4_enc_get_lease_time_sz (compound_encode_hdr_maxsz + \
770 encode_sequence_maxsz + \
771 encode_putrootfh_maxsz + \
772 encode_fsinfo_maxsz)
773#define NFS4_dec_get_lease_time_sz (compound_decode_hdr_maxsz + \
774 decode_sequence_maxsz + \
775 decode_putrootfh_maxsz + \
776 decode_fsinfo_maxsz)
Ricardo Labiaga18019752009-12-05 16:08:40 -0500777#define NFS4_enc_reclaim_complete_sz (compound_encode_hdr_maxsz + \
778 encode_sequence_maxsz + \
779 encode_reclaim_complete_maxsz)
780#define NFS4_dec_reclaim_complete_sz (compound_decode_hdr_maxsz + \
781 decode_sequence_maxsz + \
782 decode_reclaim_complete_maxsz)
Andy Adamson7f11d8d2011-07-30 20:52:35 -0400783#define NFS4_enc_getdevicelist_sz (compound_encode_hdr_maxsz + \
784 encode_sequence_maxsz + \
785 encode_putfh_maxsz + \
786 encode_getdevicelist_maxsz)
787#define NFS4_dec_getdevicelist_sz (compound_decode_hdr_maxsz + \
788 decode_sequence_maxsz + \
789 decode_putfh_maxsz + \
790 decode_getdevicelist_maxsz)
Andy Adamsonb1f69b72010-10-20 00:18:03 -0400791#define NFS4_enc_getdeviceinfo_sz (compound_encode_hdr_maxsz + \
792 encode_sequence_maxsz +\
793 encode_getdeviceinfo_maxsz)
794#define NFS4_dec_getdeviceinfo_sz (compound_decode_hdr_maxsz + \
795 decode_sequence_maxsz + \
796 decode_getdeviceinfo_maxsz)
797#define NFS4_enc_layoutget_sz (compound_encode_hdr_maxsz + \
798 encode_sequence_maxsz + \
799 encode_putfh_maxsz + \
800 encode_layoutget_maxsz)
801#define NFS4_dec_layoutget_sz (compound_decode_hdr_maxsz + \
802 decode_sequence_maxsz + \
803 decode_putfh_maxsz + \
804 decode_layoutget_maxsz)
Andy Adamson863a3c62011-03-23 13:27:54 +0000805#define NFS4_enc_layoutcommit_sz (compound_encode_hdr_maxsz + \
806 encode_sequence_maxsz +\
807 encode_putfh_maxsz + \
808 encode_layoutcommit_maxsz + \
809 encode_getattr_maxsz)
810#define NFS4_dec_layoutcommit_sz (compound_decode_hdr_maxsz + \
811 decode_sequence_maxsz + \
812 decode_putfh_maxsz + \
813 decode_layoutcommit_maxsz + \
814 decode_getattr_maxsz)
Benny Halevycbe82602011-05-22 19:52:37 +0300815#define NFS4_enc_layoutreturn_sz (compound_encode_hdr_maxsz + \
816 encode_sequence_maxsz + \
817 encode_putfh_maxsz + \
818 encode_layoutreturn_maxsz)
819#define NFS4_dec_layoutreturn_sz (compound_decode_hdr_maxsz + \
820 decode_sequence_maxsz + \
821 decode_putfh_maxsz + \
822 decode_layoutreturn_maxsz)
Bryan Schumakerfca78d62011-06-02 14:59:07 -0400823#define NFS4_enc_secinfo_no_name_sz (compound_encode_hdr_maxsz + \
824 encode_sequence_maxsz + \
825 encode_putrootfh_maxsz +\
826 encode_secinfo_no_name_maxsz)
827#define NFS4_dec_secinfo_no_name_sz (compound_decode_hdr_maxsz + \
828 decode_sequence_maxsz + \
829 decode_putrootfh_maxsz + \
830 decode_secinfo_no_name_maxsz)
Bryan Schumaker7d974792011-06-02 14:59:08 -0400831#define NFS4_enc_test_stateid_sz (compound_encode_hdr_maxsz + \
832 encode_sequence_maxsz + \
833 encode_test_stateid_maxsz)
834#define NFS4_dec_test_stateid_sz (compound_decode_hdr_maxsz + \
835 decode_sequence_maxsz + \
836 decode_test_stateid_maxsz)
Bryan Schumaker9aeda352011-06-02 14:59:09 -0400837#define NFS4_enc_free_stateid_sz (compound_encode_hdr_maxsz + \
838 encode_sequence_maxsz + \
839 encode_free_stateid_maxsz)
840#define NFS4_dec_free_stateid_sz (compound_decode_hdr_maxsz + \
841 decode_sequence_maxsz + \
842 decode_free_stateid_maxsz)
Alexandros Batsakis2449ea22009-12-05 13:36:55 -0500843
844const u32 nfs41_maxwrite_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
845 compound_encode_hdr_maxsz +
846 encode_sequence_maxsz +
847 encode_putfh_maxsz +
848 encode_getattr_maxsz) *
849 XDR_UNIT);
850
851const u32 nfs41_maxread_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
852 compound_decode_hdr_maxsz +
853 decode_sequence_maxsz +
854 decode_putfh_maxsz) *
855 XDR_UNIT);
Benny Halevy99fe60d2009-04-01 09:22:29 -0400856#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857
Trond Myklebustbca79472009-03-11 14:10:26 -0400858static const umode_t nfs_type2fmt[] = {
859 [NF4BAD] = 0,
860 [NF4REG] = S_IFREG,
861 [NF4DIR] = S_IFDIR,
862 [NF4BLK] = S_IFBLK,
863 [NF4CHR] = S_IFCHR,
864 [NF4LNK] = S_IFLNK,
865 [NF4SOCK] = S_IFSOCK,
866 [NF4FIFO] = S_IFIFO,
867 [NF4ATTRDIR] = 0,
868 [NF4NAMEDATTR] = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869};
870
871struct compound_hdr {
872 int32_t status;
873 uint32_t nops;
Andy Adamsond0179312008-12-23 16:06:17 -0500874 __be32 * nops_p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 uint32_t taglen;
876 char * tag;
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400877 uint32_t replen; /* expected reply words */
Benny Halevy66cc0422009-04-01 09:22:10 -0400878 u32 minorversion;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879};
880
Benny Halevy13c65ce2009-08-14 17:19:25 +0300881static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes)
882{
883 __be32 *p = xdr_reserve_space(xdr, nbytes);
884 BUG_ON(!p);
885 return p;
886}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887
Trond Myklebustcb17e552012-03-04 18:13:56 -0500888static void encode_opaque_fixed(struct xdr_stream *xdr, const void *buf, size_t len)
889{
890 __be32 *p;
891
892 p = xdr_reserve_space(xdr, len);
893 xdr_encode_opaque_fixed(p, buf, len);
894}
895
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str)
897{
Al Viro8687b632006-10-19 23:28:48 -0700898 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -0500900 p = reserve_space(xdr, 4 + len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 xdr_encode_opaque(p, str, len);
902}
903
Trond Myklebust4ade9822012-03-04 18:13:57 -0500904static void encode_uint32(struct xdr_stream *xdr, u32 n)
905{
906 __be32 *p;
907
908 p = reserve_space(xdr, 4);
909 *p = cpu_to_be32(n);
910}
911
Trond Myklebustff2eb682012-03-05 11:40:12 -0500912static void encode_uint64(struct xdr_stream *xdr, u64 n)
913{
914 __be32 *p;
915
916 p = reserve_space(xdr, 8);
917 xdr_encode_hyper(p, n);
918}
919
Trond Myklebust4ade9822012-03-04 18:13:57 -0500920static void encode_nfs4_seqid(struct xdr_stream *xdr,
921 const struct nfs_seqid *seqid)
922{
923 encode_uint32(xdr, seqid->sequence->counter);
924}
925
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400926static void encode_compound_hdr(struct xdr_stream *xdr,
927 struct rpc_rqst *req,
928 struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929{
Al Viro8687b632006-10-19 23:28:48 -0700930 __be32 *p;
Trond Myklebusta17c2152010-07-31 14:29:08 -0400931 struct rpc_auth *auth = req->rq_cred->cr_auth;
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400932
933 /* initialize running count of expected bytes in reply.
934 * NOTE: the replied tag SHOULD be the same is the one sent,
935 * but this is not required as a MUST for the server to do so. */
936 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937
Trond Myklebust7fc38842012-10-15 11:51:21 -0400938 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -0500939 encode_string(xdr, hdr->taglen, hdr->tag);
940 p = reserve_space(xdr, 8);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300941 *p++ = cpu_to_be32(hdr->minorversion);
Andy Adamsond0179312008-12-23 16:06:17 -0500942 hdr->nops_p = p;
Benny Halevy34558512009-08-14 17:19:30 +0300943 *p = cpu_to_be32(hdr->nops);
Andy Adamsond0179312008-12-23 16:06:17 -0500944}
945
Trond Myklebustab19b482012-03-04 18:13:57 -0500946static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op,
947 uint32_t replen,
948 struct compound_hdr *hdr)
949{
950 encode_uint32(xdr, op);
951 hdr->nops++;
952 hdr->replen += replen;
953}
954
Andy Adamsond0179312008-12-23 16:06:17 -0500955static void encode_nops(struct compound_hdr *hdr)
956{
Trond Myklebust7fc38842012-10-15 11:51:21 -0400957 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS);
Andy Adamsond0179312008-12-23 16:06:17 -0500958 *hdr->nops_p = htonl(hdr->nops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959}
960
Trond Myklebustea9d23f2012-03-04 18:13:56 -0500961static void encode_nfs4_stateid(struct xdr_stream *xdr, const nfs4_stateid *stateid)
962{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -0500963 encode_opaque_fixed(xdr, stateid, NFS4_STATEID_SIZE);
Trond Myklebustea9d23f2012-03-04 18:13:56 -0500964}
965
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966static void encode_nfs4_verifier(struct xdr_stream *xdr, const nfs4_verifier *verf)
967{
Trond Myklebustcb17e552012-03-04 18:13:56 -0500968 encode_opaque_fixed(xdr, verf->data, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969}
970
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500971static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap, const struct nfs_server *server)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972{
973 char owner_name[IDMAP_NAMESZ];
974 char owner_group[IDMAP_NAMESZ];
975 int owner_namelen = 0;
976 int owner_grouplen = 0;
Al Viro8687b632006-10-19 23:28:48 -0700977 __be32 *p;
978 __be32 *q;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 int len;
980 uint32_t bmval0 = 0;
981 uint32_t bmval1 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982
983 /*
984 * We reserve enough space to write the entire attribute buffer at once.
985 * In the worst-case, this would be
986 * 12(bitmap) + 4(attrlen) + 8(size) + 4(mode) + 4(atime) + 4(mtime)
987 * = 36 bytes, plus any contribution from variable-length fields
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000988 * such as owner/group.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989 */
990 len = 16;
991
992 /* Sigh */
993 if (iap->ia_valid & ATTR_SIZE)
994 len += 8;
995 if (iap->ia_valid & ATTR_MODE)
996 len += 4;
997 if (iap->ia_valid & ATTR_UID) {
Trond Myklebuste4fd72a2011-02-22 15:44:31 -0800998 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 if (owner_namelen < 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -04001000 dprintk("nfs: couldn't resolve uid %d to string\n",
Eric W. Biedermane5782072013-02-01 14:22:02 -08001001 from_kuid(&init_user_ns, iap->ia_uid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002 /* XXX */
1003 strcpy(owner_name, "nobody");
1004 owner_namelen = sizeof("nobody") - 1;
1005 /* goto out; */
1006 }
1007 len += 4 + (XDR_QUADLEN(owner_namelen) << 2);
1008 }
1009 if (iap->ia_valid & ATTR_GID) {
Trond Myklebuste4fd72a2011-02-22 15:44:31 -08001010 owner_grouplen = nfs_map_gid_to_group(server, iap->ia_gid, owner_group, IDMAP_NAMESZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011 if (owner_grouplen < 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -04001012 dprintk("nfs: couldn't resolve gid %d to string\n",
Eric W. Biedermane5782072013-02-01 14:22:02 -08001013 from_kgid(&init_user_ns, iap->ia_gid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 strcpy(owner_group, "nobody");
1015 owner_grouplen = sizeof("nobody") - 1;
1016 /* goto out; */
1017 }
1018 len += 4 + (XDR_QUADLEN(owner_grouplen) << 2);
1019 }
1020 if (iap->ia_valid & ATTR_ATIME_SET)
1021 len += 16;
1022 else if (iap->ia_valid & ATTR_ATIME)
1023 len += 4;
1024 if (iap->ia_valid & ATTR_MTIME_SET)
1025 len += 16;
1026 else if (iap->ia_valid & ATTR_MTIME)
1027 len += 4;
Benny Halevy13c65ce2009-08-14 17:19:25 +03001028 p = reserve_space(xdr, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
1030 /*
1031 * We write the bitmap length now, but leave the bitmap and the attribute
1032 * buffer length to be backfilled at the end of this routine.
1033 */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001034 *p++ = cpu_to_be32(2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 q = p;
1036 p += 3;
1037
1038 if (iap->ia_valid & ATTR_SIZE) {
1039 bmval0 |= FATTR4_WORD0_SIZE;
Benny Halevyb95be5a2009-08-14 17:19:01 +03001040 p = xdr_encode_hyper(p, iap->ia_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041 }
1042 if (iap->ia_valid & ATTR_MODE) {
1043 bmval1 |= FATTR4_WORD1_MODE;
Benny Halevye75bc1c2009-08-14 17:18:54 +03001044 *p++ = cpu_to_be32(iap->ia_mode & S_IALLUGO);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 }
1046 if (iap->ia_valid & ATTR_UID) {
1047 bmval1 |= FATTR4_WORD1_OWNER;
Benny Halevy811652b2009-08-14 17:19:34 +03001048 p = xdr_encode_opaque(p, owner_name, owner_namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049 }
1050 if (iap->ia_valid & ATTR_GID) {
1051 bmval1 |= FATTR4_WORD1_OWNER_GROUP;
Benny Halevy811652b2009-08-14 17:19:34 +03001052 p = xdr_encode_opaque(p, owner_group, owner_grouplen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 }
1054 if (iap->ia_valid & ATTR_ATIME_SET) {
1055 bmval1 |= FATTR4_WORD1_TIME_ACCESS_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +03001056 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
Bryan Schumaker042ad0b2013-04-19 16:09:37 -04001057 p = xdr_encode_hyper(p, (s64)iap->ia_atime.tv_sec);
Trond Myklebustd3f6baa2010-06-22 08:52:39 -04001058 *p++ = cpu_to_be32(iap->ia_atime.tv_nsec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 }
1060 else if (iap->ia_valid & ATTR_ATIME) {
1061 bmval1 |= FATTR4_WORD1_TIME_ACCESS_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +03001062 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 }
1064 if (iap->ia_valid & ATTR_MTIME_SET) {
1065 bmval1 |= FATTR4_WORD1_TIME_MODIFY_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +03001066 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
Bryan Schumaker042ad0b2013-04-19 16:09:37 -04001067 p = xdr_encode_hyper(p, (s64)iap->ia_mtime.tv_sec);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001068 *p++ = cpu_to_be32(iap->ia_mtime.tv_nsec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 }
1070 else if (iap->ia_valid & ATTR_MTIME) {
1071 bmval1 |= FATTR4_WORD1_TIME_MODIFY_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +03001072 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 }
Andy Adamson6c0195a2008-12-23 16:06:15 -05001074
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 /*
1076 * Now we backfill the bitmap and the attribute buffer length.
1077 */
1078 if (len != ((char *)p - (char *)q) + 4) {
Weston Andros Adamsonf9fd2d92012-01-26 13:32:22 -05001079 printk(KERN_ERR "NFS: Attr length error, %u != %Zu\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080 len, ((char *)p - (char *)q) + 4);
1081 BUG();
1082 }
1083 len = (char *)p - (char *)q - 12;
1084 *q++ = htonl(bmval0);
1085 *q++ = htonl(bmval1);
Benny Halevy34558512009-08-14 17:19:30 +03001086 *q = htonl(len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088/* out: */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089}
1090
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001091static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001093 encode_op_hdr(xdr, OP_ACCESS, decode_access_maxsz, hdr);
1094 encode_uint32(xdr, access);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095}
1096
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001097static void encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098{
Trond Myklebustab19b482012-03-04 18:13:57 -05001099 encode_op_hdr(xdr, OP_CLOSE, decode_close_maxsz, hdr);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001100 encode_nfs4_seqid(xdr, arg->seqid);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001101 encode_nfs4_stateid(xdr, arg->stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102}
1103
Fred Isaman0b7c0152012-04-20 14:47:39 -04001104static void encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105{
Al Viro8687b632006-10-19 23:28:48 -07001106 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -05001107
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001108 encode_op_hdr(xdr, OP_COMMIT, decode_commit_maxsz, hdr);
1109 p = reserve_space(xdr, 12);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001110 p = xdr_encode_hyper(p, args->offset);
Benny Halevy34558512009-08-14 17:19:30 +03001111 *p = cpu_to_be32(args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112}
1113
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001114static void encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115{
Al Viro8687b632006-10-19 23:28:48 -07001116 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -05001117
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001118 encode_op_hdr(xdr, OP_CREATE, decode_create_maxsz, hdr);
1119 encode_uint32(xdr, create->ftype);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120
1121 switch (create->ftype) {
1122 case NF4LNK:
Benny Halevy13c65ce2009-08-14 17:19:25 +03001123 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001124 *p = cpu_to_be32(create->u.symlink.len);
Chuck Lever94a6d752006-08-22 20:06:23 -04001125 xdr_write_pages(xdr, create->u.symlink.pages, 0, create->u.symlink.len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 break;
1127
1128 case NF4BLK: case NF4CHR:
Benny Halevy13c65ce2009-08-14 17:19:25 +03001129 p = reserve_space(xdr, 8);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001130 *p++ = cpu_to_be32(create->u.device.specdata1);
Benny Halevy34558512009-08-14 17:19:30 +03001131 *p = cpu_to_be32(create->u.device.specdata2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132 break;
1133
1134 default:
1135 break;
1136 }
1137
Benny Halevy811652b2009-08-14 17:19:34 +03001138 encode_string(xdr, create->name->len, create->name->name);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001139 encode_attrs(xdr, create->attrs, create->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140}
1141
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001142static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143{
Andy Adamson05d564f2008-12-23 16:06:15 -05001144 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001146 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
1147 p = reserve_space(xdr, 8);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001148 *p++ = cpu_to_be32(1);
Benny Halevy34558512009-08-14 17:19:30 +03001149 *p = cpu_to_be32(bitmap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150}
1151
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001152static void encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153{
Andy Adamson05d564f2008-12-23 16:06:15 -05001154 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001156 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
1157 p = reserve_space(xdr, 12);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001158 *p++ = cpu_to_be32(2);
1159 *p++ = cpu_to_be32(bm0);
Benny Halevy34558512009-08-14 17:19:30 +03001160 *p = cpu_to_be32(bm1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161}
1162
Fred Isamandae100c2011-07-30 20:52:37 -04001163static void
1164encode_getattr_three(struct xdr_stream *xdr,
1165 uint32_t bm0, uint32_t bm1, uint32_t bm2,
1166 struct compound_hdr *hdr)
1167{
1168 __be32 *p;
1169
Trond Myklebustab19b482012-03-04 18:13:57 -05001170 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
Fred Isamandae100c2011-07-30 20:52:37 -04001171 if (bm2) {
1172 p = reserve_space(xdr, 16);
1173 *p++ = cpu_to_be32(3);
1174 *p++ = cpu_to_be32(bm0);
1175 *p++ = cpu_to_be32(bm1);
1176 *p = cpu_to_be32(bm2);
1177 } else if (bm1) {
1178 p = reserve_space(xdr, 12);
1179 *p++ = cpu_to_be32(2);
1180 *p++ = cpu_to_be32(bm0);
1181 *p = cpu_to_be32(bm1);
1182 } else {
1183 p = reserve_space(xdr, 8);
1184 *p++ = cpu_to_be32(1);
1185 *p = cpu_to_be32(bm0);
1186 }
Fred Isamandae100c2011-07-30 20:52:37 -04001187}
1188
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001189static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001191 encode_getattr_two(xdr, bitmask[0] & nfs4_fattr_bitmap[0],
1192 bitmask[1] & nfs4_fattr_bitmap[1], hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193}
1194
Andy Adamson88034c32012-05-23 05:02:34 -04001195static void encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask,
Trond Myklebust1549210f2012-06-05 09:16:47 -04001196 const u32 *open_bitmap,
Andy Adamson88034c32012-05-23 05:02:34 -04001197 struct compound_hdr *hdr)
1198{
1199 encode_getattr_three(xdr,
Trond Myklebust1549210f2012-06-05 09:16:47 -04001200 bitmask[0] & open_bitmap[0],
1201 bitmask[1] & open_bitmap[1],
1202 bitmask[2] & open_bitmap[2],
Andy Adamson88034c32012-05-23 05:02:34 -04001203 hdr);
1204}
1205
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001206static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207{
Fred Isamandae100c2011-07-30 20:52:37 -04001208 encode_getattr_three(xdr,
1209 bitmask[0] & nfs4_fsinfo_bitmap[0],
1210 bitmask[1] & nfs4_fsinfo_bitmap[1],
1211 bitmask[2] & nfs4_fsinfo_bitmap[2],
1212 hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213}
1214
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001215static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Manoj Naik830b8e32006-06-09 09:34:25 -04001216{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001217 encode_getattr_two(xdr, bitmask[0] & nfs4_fs_locations_bitmap[0],
1218 bitmask[1] & nfs4_fs_locations_bitmap[1], hdr);
Manoj Naik830b8e32006-06-09 09:34:25 -04001219}
1220
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001221static void encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222{
Trond Myklebustab19b482012-03-04 18:13:57 -05001223 encode_op_hdr(xdr, OP_GETFH, decode_getfh_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224}
1225
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001226static void encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227{
Trond Myklebustab19b482012-03-04 18:13:57 -05001228 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001229 encode_string(xdr, name->len, name->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230}
1231
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001232static inline int nfs4_lock_type(struct file_lock *fl, int block)
1233{
Jeff Laytonf44106e2012-07-23 15:49:56 -04001234 if (fl->fl_type == F_RDLCK)
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001235 return block ? NFS4_READW_LT : NFS4_READ_LT;
1236 return block ? NFS4_WRITEW_LT : NFS4_WRITE_LT;
1237}
1238
1239static inline uint64_t nfs4_lock_length(struct file_lock *fl)
1240{
1241 if (fl->fl_end == OFFSET_MAX)
1242 return ~(uint64_t)0;
1243 return fl->fl_end - fl->fl_start + 1;
1244}
1245
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001246static void encode_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner)
1247{
1248 __be32 *p;
1249
Trond Myklebustd035c362010-12-21 10:45:27 -05001250 p = reserve_space(xdr, 32);
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001251 p = xdr_encode_hyper(p, lowner->clientid);
Trond Myklebustd035c362010-12-21 10:45:27 -05001252 *p++ = cpu_to_be32(20);
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001253 p = xdr_encode_opaque_fixed(p, "lock id:", 8);
Trond Myklebustd035c362010-12-21 10:45:27 -05001254 *p++ = cpu_to_be32(lowner->s_dev);
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001255 xdr_encode_hyper(p, lowner->id);
1256}
1257
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258/*
1259 * opcode,type,reclaim,offset,length,new_lock_owner = 32
1260 * open_seqid,open_stateid,lock_seqid,lock_owner.clientid, lock_owner.id = 40
1261 */
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001262static void encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263{
Al Viro8687b632006-10-19 23:28:48 -07001264 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001266 encode_op_hdr(xdr, OP_LOCK, decode_lock_maxsz, hdr);
1267 p = reserve_space(xdr, 28);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001268 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, args->block));
1269 *p++ = cpu_to_be32(args->reclaim);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001270 p = xdr_encode_hyper(p, args->fl->fl_start);
1271 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Benny Halevy34558512009-08-14 17:19:30 +03001272 *p = cpu_to_be32(args->new_lock_owner);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001273 if (args->new_lock_owner){
Trond Myklebust4ade9822012-03-04 18:13:57 -05001274 encode_nfs4_seqid(xdr, args->open_seqid);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001275 encode_nfs4_stateid(xdr, args->open_stateid);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001276 encode_nfs4_seqid(xdr, args->lock_seqid);
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001277 encode_lockowner(xdr, &args->lock_owner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278 }
1279 else {
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001280 encode_nfs4_stateid(xdr, args->lock_stateid);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001281 encode_nfs4_seqid(xdr, args->lock_seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283}
1284
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001285static void encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286{
Al Viro8687b632006-10-19 23:28:48 -07001287 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001289 encode_op_hdr(xdr, OP_LOCKT, decode_lockt_maxsz, hdr);
1290 p = reserve_space(xdr, 20);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001291 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, 0));
Benny Halevyb95be5a2009-08-14 17:19:01 +03001292 p = xdr_encode_hyper(p, args->fl->fl_start);
1293 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001294 encode_lockowner(xdr, &args->lock_owner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295}
1296
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001297static void encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298{
Al Viro8687b632006-10-19 23:28:48 -07001299 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001301 encode_op_hdr(xdr, OP_LOCKU, decode_locku_maxsz, hdr);
1302 encode_uint32(xdr, nfs4_lock_type(args->fl, 0));
Trond Myklebust4ade9822012-03-04 18:13:57 -05001303 encode_nfs4_seqid(xdr, args->seqid);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001304 encode_nfs4_stateid(xdr, args->stateid);
1305 p = reserve_space(xdr, 16);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001306 p = xdr_encode_hyper(p, args->fl->fl_start);
Benny Halevy34558512009-08-14 17:19:30 +03001307 xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308}
1309
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04001310static void encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struct compound_hdr *hdr)
1311{
Trond Myklebustab19b482012-03-04 18:13:57 -05001312 encode_op_hdr(xdr, OP_RELEASE_LOCKOWNER, decode_release_lockowner_maxsz, hdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04001313 encode_lockowner(xdr, lowner);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04001314}
1315
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001316static void encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317{
Trond Myklebustab19b482012-03-04 18:13:57 -05001318 encode_op_hdr(xdr, OP_LOOKUP, decode_lookup_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001319 encode_string(xdr, name->len, name->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320}
1321
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001322static void encode_share_access(struct xdr_stream *xdr, fmode_t fmode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323{
Al Viro8687b632006-10-19 23:28:48 -07001324 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325
Benny Halevy13c65ce2009-08-14 17:19:25 +03001326 p = reserve_space(xdr, 8);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001327 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001328 case FMODE_READ:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001329 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_READ);
Andy Adamson05d564f2008-12-23 16:06:15 -05001330 break;
1331 case FMODE_WRITE:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001332 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_WRITE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001333 break;
1334 case FMODE_READ|FMODE_WRITE:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001335 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_BOTH);
Andy Adamson05d564f2008-12-23 16:06:15 -05001336 break;
1337 default:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001338 *p++ = cpu_to_be32(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339 }
Benny Halevy34558512009-08-14 17:19:30 +03001340 *p = cpu_to_be32(0); /* for linux, share_deny = 0 always */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341}
1342
1343static inline void encode_openhdr(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1344{
Al Viro8687b632006-10-19 23:28:48 -07001345 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346 /*
1347 * opcode 4, seqid 4, share_access 4, share_deny 4, clientid 8, ownerlen 4,
1348 * owner 4 = 32
1349 */
Trond Myklebust4ade9822012-03-04 18:13:57 -05001350 encode_nfs4_seqid(xdr, arg->seqid);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001351 encode_share_access(xdr, arg->fmode);
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001352 p = reserve_space(xdr, 36);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001353 p = xdr_encode_hyper(p, arg->clientid);
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001354 *p++ = cpu_to_be32(24);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001355 p = xdr_encode_opaque_fixed(p, "open id:", 8);
Trond Myklebustd035c362010-12-21 10:45:27 -05001356 *p++ = cpu_to_be32(arg->server->s_dev);
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001357 *p++ = cpu_to_be32(arg->id.uniquifier);
1358 xdr_encode_hyper(p, arg->id.create_time);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359}
1360
1361static inline void encode_createmode(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1362{
Trond Myklebust549b19c2013-04-16 18:42:34 -04001363 struct iattr dummy;
Al Viro8687b632006-10-19 23:28:48 -07001364 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365
Benny Halevy13c65ce2009-08-14 17:19:25 +03001366 p = reserve_space(xdr, 4);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001367 switch(arg->createmode) {
1368 case NFS4_CREATE_UNCHECKED:
Benny Halevy34558512009-08-14 17:19:30 +03001369 *p = cpu_to_be32(NFS4_CREATE_UNCHECKED);
Andy Adamson05d564f2008-12-23 16:06:15 -05001370 encode_attrs(xdr, arg->u.attrs, arg->server);
1371 break;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001372 case NFS4_CREATE_GUARDED:
1373 *p = cpu_to_be32(NFS4_CREATE_GUARDED);
1374 encode_attrs(xdr, arg->u.attrs, arg->server);
1375 break;
1376 case NFS4_CREATE_EXCLUSIVE:
1377 *p = cpu_to_be32(NFS4_CREATE_EXCLUSIVE);
1378 encode_nfs4_verifier(xdr, &arg->u.verifier);
1379 break;
1380 case NFS4_CREATE_EXCLUSIVE4_1:
1381 *p = cpu_to_be32(NFS4_CREATE_EXCLUSIVE4_1);
1382 encode_nfs4_verifier(xdr, &arg->u.verifier);
1383 dummy.ia_valid = 0;
1384 encode_attrs(xdr, &dummy, arg->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 }
1386}
1387
1388static void encode_opentype(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1389{
Al Viro8687b632006-10-19 23:28:48 -07001390 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391
Benny Halevy13c65ce2009-08-14 17:19:25 +03001392 p = reserve_space(xdr, 4);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393 switch (arg->open_flags & O_CREAT) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001394 case 0:
Benny Halevy34558512009-08-14 17:19:30 +03001395 *p = cpu_to_be32(NFS4_OPEN_NOCREATE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001396 break;
1397 default:
Benny Halevy34558512009-08-14 17:19:30 +03001398 *p = cpu_to_be32(NFS4_OPEN_CREATE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001399 encode_createmode(xdr, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400 }
1401}
1402
Trond Myklebustbd7bf9d2008-12-23 15:21:53 -05001403static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404{
Al Viro8687b632006-10-19 23:28:48 -07001405 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406
Benny Halevy13c65ce2009-08-14 17:19:25 +03001407 p = reserve_space(xdr, 4);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408 switch (delegation_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001409 case 0:
Benny Halevy34558512009-08-14 17:19:30 +03001410 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_NONE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001411 break;
1412 case FMODE_READ:
Benny Halevy34558512009-08-14 17:19:30 +03001413 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_READ);
Andy Adamson05d564f2008-12-23 16:06:15 -05001414 break;
1415 case FMODE_WRITE|FMODE_READ:
Benny Halevy34558512009-08-14 17:19:30 +03001416 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_WRITE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001417 break;
1418 default:
1419 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 }
1421}
1422
1423static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name)
1424{
Al Viro8687b632006-10-19 23:28:48 -07001425 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426
Benny Halevy13c65ce2009-08-14 17:19:25 +03001427 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001428 *p = cpu_to_be32(NFS4_OPEN_CLAIM_NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429 encode_string(xdr, name->len, name->name);
1430}
1431
Trond Myklebustbd7bf9d2008-12-23 15:21:53 -05001432static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433{
Al Viro8687b632006-10-19 23:28:48 -07001434 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001435
Benny Halevy13c65ce2009-08-14 17:19:25 +03001436 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001437 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 encode_delegation_type(xdr, type);
1439}
1440
1441static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const nfs4_stateid *stateid)
1442{
Al Viro8687b632006-10-19 23:28:48 -07001443 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001445 p = reserve_space(xdr, 4);
1446 *p = cpu_to_be32(NFS4_OPEN_CLAIM_DELEGATE_CUR);
1447 encode_nfs4_stateid(xdr, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448 encode_string(xdr, name->len, name->name);
1449}
1450
Trond Myklebustd9fc6612013-03-15 15:39:06 -04001451static inline void encode_claim_fh(struct xdr_stream *xdr)
1452{
1453 __be32 *p;
1454
1455 p = reserve_space(xdr, 4);
1456 *p = cpu_to_be32(NFS4_OPEN_CLAIM_FH);
1457}
1458
1459static inline void encode_claim_delegate_cur_fh(struct xdr_stream *xdr, const nfs4_stateid *stateid)
1460{
1461 __be32 *p;
1462
1463 p = reserve_space(xdr, 4);
1464 *p = cpu_to_be32(NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1465 encode_nfs4_stateid(xdr, stateid);
1466}
1467
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001468static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469{
Trond Myklebustab19b482012-03-04 18:13:57 -05001470 encode_op_hdr(xdr, OP_OPEN, decode_open_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471 encode_openhdr(xdr, arg);
1472 encode_opentype(xdr, arg);
1473 switch (arg->claim) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001474 case NFS4_OPEN_CLAIM_NULL:
1475 encode_claim_null(xdr, arg->name);
1476 break;
1477 case NFS4_OPEN_CLAIM_PREVIOUS:
1478 encode_claim_previous(xdr, arg->u.delegation_type);
1479 break;
1480 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1481 encode_claim_delegate_cur(xdr, arg->name, &arg->u.delegation);
1482 break;
Trond Myklebustd9fc6612013-03-15 15:39:06 -04001483 case NFS4_OPEN_CLAIM_FH:
1484 encode_claim_fh(xdr);
1485 break;
1486 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1487 encode_claim_delegate_cur_fh(xdr, &arg->u.delegation);
1488 break;
Andy Adamson05d564f2008-12-23 16:06:15 -05001489 default:
1490 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492}
1493
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001494static void encode_open_confirm(struct xdr_stream *xdr, const struct nfs_open_confirmargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495{
Trond Myklebustab19b482012-03-04 18:13:57 -05001496 encode_op_hdr(xdr, OP_OPEN_CONFIRM, decode_open_confirm_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001497 encode_nfs4_stateid(xdr, arg->stateid);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001498 encode_nfs4_seqid(xdr, arg->seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499}
1500
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001501static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502{
Trond Myklebustab19b482012-03-04 18:13:57 -05001503 encode_op_hdr(xdr, OP_OPEN_DOWNGRADE, decode_open_downgrade_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001504 encode_nfs4_stateid(xdr, arg->stateid);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001505 encode_nfs4_seqid(xdr, arg->seqid);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001506 encode_share_access(xdr, arg->fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507}
1508
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001509static void
Andy Adamsond0179312008-12-23 16:06:17 -05001510encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511{
Trond Myklebustab19b482012-03-04 18:13:57 -05001512 encode_op_hdr(xdr, OP_PUTFH, decode_putfh_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001513 encode_string(xdr, fh->size, fh->data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514}
1515
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001516static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517{
Trond Myklebustab19b482012-03-04 18:13:57 -05001518 encode_op_hdr(xdr, OP_PUTROOTFH, decode_putrootfh_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519}
1520
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001521static void encode_read(struct xdr_stream *xdr, const struct nfs_readargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522{
Al Viro8687b632006-10-19 23:28:48 -07001523 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524
Trond Myklebustab19b482012-03-04 18:13:57 -05001525 encode_op_hdr(xdr, OP_READ, decode_read_maxsz, hdr);
Trond Myklebust9b206142013-03-17 15:52:00 -04001526 encode_nfs4_stateid(xdr, &args->stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527
Benny Halevy13c65ce2009-08-14 17:19:25 +03001528 p = reserve_space(xdr, 12);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001529 p = xdr_encode_hyper(p, args->offset);
Benny Halevy34558512009-08-14 17:19:30 +03001530 *p = cpu_to_be32(args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531}
1532
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001533static void encode_readdir(struct xdr_stream *xdr, const struct nfs4_readdir_arg *readdir, struct rpc_rqst *req, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534{
Trond Myklebust28331a42011-04-27 13:47:52 -04001535 uint32_t attrs[2] = {
1536 FATTR4_WORD0_RDATTR_ERROR,
1537 FATTR4_WORD1_MOUNTED_ON_FILEID,
1538 };
Trond Myklebust6f7a35b2010-10-24 12:11:42 -04001539 uint32_t dircount = readdir->count >> 1;
Chuck Levercd937102012-03-02 17:14:31 -05001540 __be32 *p, verf[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001542 if (readdir->plus) {
1543 attrs[0] |= FATTR4_WORD0_TYPE|FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE|
Trond Myklebust28331a42011-04-27 13:47:52 -04001544 FATTR4_WORD0_FSID|FATTR4_WORD0_FILEHANDLE|FATTR4_WORD0_FILEID;
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001545 attrs[1] |= FATTR4_WORD1_MODE|FATTR4_WORD1_NUMLINKS|FATTR4_WORD1_OWNER|
1546 FATTR4_WORD1_OWNER_GROUP|FATTR4_WORD1_RAWDEV|
1547 FATTR4_WORD1_SPACE_USED|FATTR4_WORD1_TIME_ACCESS|
1548 FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebust6f7a35b2010-10-24 12:11:42 -04001549 dircount >>= 1;
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001550 }
Trond Myklebust28331a42011-04-27 13:47:52 -04001551 /* Use mounted_on_fileid only if the server supports it */
1552 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID))
1553 attrs[0] |= FATTR4_WORD0_FILEID;
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001554
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001555 encode_op_hdr(xdr, OP_READDIR, decode_readdir_maxsz, hdr);
Trond Myklebustff2eb682012-03-05 11:40:12 -05001556 encode_uint64(xdr, readdir->cookie);
Chuck Levercd937102012-03-02 17:14:31 -05001557 encode_nfs4_verifier(xdr, &readdir->verifier);
1558 p = reserve_space(xdr, 20);
Trond Myklebust6f7a35b2010-10-24 12:11:42 -04001559 *p++ = cpu_to_be32(dircount);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001560 *p++ = cpu_to_be32(readdir->count);
1561 *p++ = cpu_to_be32(2);
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001562
Benny Halevye75bc1c2009-08-14 17:18:54 +03001563 *p++ = cpu_to_be32(attrs[0] & readdir->bitmask[0]);
Benny Halevy34558512009-08-14 17:19:30 +03001564 *p = cpu_to_be32(attrs[1] & readdir->bitmask[1]);
Chuck Levercd937102012-03-02 17:14:31 -05001565 memcpy(verf, readdir->verifier.data, sizeof(verf));
Fred Isaman44109242008-04-02 15:21:15 +03001566 dprintk("%s: cookie = %Lu, verifier = %08x:%08x, bitmap = %08x:%08x\n",
1567 __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00001568 (unsigned long long)readdir->cookie,
Chuck Levercd937102012-03-02 17:14:31 -05001569 verf[0], verf[1],
Trond Myklebusteadf4592005-06-22 17:16:39 +00001570 attrs[0] & readdir->bitmask[0],
1571 attrs[1] & readdir->bitmask[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572}
1573
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001574static void encode_readlink(struct xdr_stream *xdr, const struct nfs4_readlink *readlink, struct rpc_rqst *req, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575{
Trond Myklebustab19b482012-03-04 18:13:57 -05001576 encode_op_hdr(xdr, OP_READLINK, decode_readlink_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577}
1578
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001579static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580{
Trond Myklebustab19b482012-03-04 18:13:57 -05001581 encode_op_hdr(xdr, OP_REMOVE, decode_remove_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001582 encode_string(xdr, name->len, name->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583}
1584
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001585static void encode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *newname, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586{
Trond Myklebustab19b482012-03-04 18:13:57 -05001587 encode_op_hdr(xdr, OP_RENAME, decode_rename_maxsz, hdr);
Benny Halevy811652b2009-08-14 17:19:34 +03001588 encode_string(xdr, oldname->len, oldname->name);
1589 encode_string(xdr, newname->len, newname->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590}
1591
Chuck Leverbb4dae52012-03-01 17:01:48 -05001592static void encode_renew(struct xdr_stream *xdr, clientid4 clid,
1593 struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001595 encode_op_hdr(xdr, OP_RENEW, decode_renew_maxsz, hdr);
Trond Myklebustff2eb682012-03-05 11:40:12 -05001596 encode_uint64(xdr, clid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597}
1598
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001599static void
Andy Adamsond0179312008-12-23 16:06:17 -05001600encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001601{
Trond Myklebustab19b482012-03-04 18:13:57 -05001602 encode_op_hdr(xdr, OP_RESTOREFH, decode_restorefh_maxsz, hdr);
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001603}
1604
Chuck Lever9f06c712010-12-14 14:59:18 +00001605static void
Andy Adamsond0179312008-12-23 16:06:17 -05001606encode_setacl(struct xdr_stream *xdr, struct nfs_setaclargs *arg, struct compound_hdr *hdr)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001607{
Al Viro8687b632006-10-19 23:28:48 -07001608 __be32 *p;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001609
Trond Myklebustab19b482012-03-04 18:13:57 -05001610 encode_op_hdr(xdr, OP_SETATTR, decode_setacl_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001611 encode_nfs4_stateid(xdr, &zero_stateid);
Benny Halevy13c65ce2009-08-14 17:19:25 +03001612 p = reserve_space(xdr, 2*4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001613 *p++ = cpu_to_be32(1);
Benny Halevy34558512009-08-14 17:19:30 +03001614 *p = cpu_to_be32(FATTR4_WORD0_ACL);
Benny Halevy13c65ce2009-08-14 17:19:25 +03001615 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001616 *p = cpu_to_be32(arg->acl_len);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001617 xdr_write_pages(xdr, arg->acl_pages, arg->acl_pgbase, arg->acl_len);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001618}
1619
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001620static void
Andy Adamsond0179312008-12-23 16:06:17 -05001621encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622{
Trond Myklebustab19b482012-03-04 18:13:57 -05001623 encode_op_hdr(xdr, OP_SAVEFH, decode_savefh_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624}
1625
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001626static void encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct nfs_server *server, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627{
Trond Myklebustab19b482012-03-04 18:13:57 -05001628 encode_op_hdr(xdr, OP_SETATTR, decode_setattr_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001629 encode_nfs4_stateid(xdr, &arg->stateid);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001630 encode_attrs(xdr, arg->iap, server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631}
1632
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001633static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634{
Al Viro8687b632006-10-19 23:28:48 -07001635 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636
Trond Myklebust70019512012-03-04 20:49:32 -05001637 encode_op_hdr(xdr, OP_SETCLIENTID, decode_setclientid_maxsz, hdr);
Chuck Levercd937102012-03-02 17:14:31 -05001638 encode_nfs4_verifier(xdr, setclientid->sc_verifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639
1640 encode_string(xdr, setclientid->sc_name_len, setclientid->sc_name);
Benny Halevy13c65ce2009-08-14 17:19:25 +03001641 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001642 *p = cpu_to_be32(setclientid->sc_prog);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 encode_string(xdr, setclientid->sc_netid_len, setclientid->sc_netid);
1644 encode_string(xdr, setclientid->sc_uaddr_len, setclientid->sc_uaddr);
Benny Halevy13c65ce2009-08-14 17:19:25 +03001645 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001646 *p = cpu_to_be32(setclientid->sc_cb_ident);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647}
1648
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04001649static void encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs4_setclientid_res *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001651 encode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM,
1652 decode_setclientid_confirm_maxsz, hdr);
Trond Myklebustff2eb682012-03-05 11:40:12 -05001653 encode_uint64(xdr, arg->clientid);
Chuck Levercd937102012-03-02 17:14:31 -05001654 encode_nfs4_verifier(xdr, &arg->confirm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655}
1656
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001657static void encode_write(struct xdr_stream *xdr, const struct nfs_writeargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658{
Al Viro8687b632006-10-19 23:28:48 -07001659 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660
Trond Myklebustab19b482012-03-04 18:13:57 -05001661 encode_op_hdr(xdr, OP_WRITE, decode_write_maxsz, hdr);
Trond Myklebust9b206142013-03-17 15:52:00 -04001662 encode_nfs4_stateid(xdr, &args->stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663
Benny Halevy13c65ce2009-08-14 17:19:25 +03001664 p = reserve_space(xdr, 16);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001665 p = xdr_encode_hyper(p, args->offset);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001666 *p++ = cpu_to_be32(args->stable);
Benny Halevy34558512009-08-14 17:19:30 +03001667 *p = cpu_to_be32(args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668
1669 xdr_write_pages(xdr, args->pages, args->pgbase, args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670}
1671
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001672static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673{
Trond Myklebustab19b482012-03-04 18:13:57 -05001674 encode_op_hdr(xdr, OP_DELEGRETURN, decode_delegreturn_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001675 encode_nfs4_stateid(xdr, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676}
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001677
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00001678static void encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
1679{
Trond Myklebustab19b482012-03-04 18:13:57 -05001680 encode_op_hdr(xdr, OP_SECINFO, decode_secinfo_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001681 encode_string(xdr, name->len, name->name);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00001682}
1683
Benny Halevy99fe60d2009-04-01 09:22:29 -04001684#if defined(CONFIG_NFS_V4_1)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001685/* NFSv4.1 operations */
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04001686static void encode_bind_conn_to_session(struct xdr_stream *xdr,
1687 struct nfs4_session *session,
1688 struct compound_hdr *hdr)
1689{
1690 __be32 *p;
1691
1692 encode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION,
1693 decode_bind_conn_to_session_maxsz, hdr);
1694 encode_opaque_fixed(xdr, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
1695 p = xdr_reserve_space(xdr, 8);
1696 *p++ = cpu_to_be32(NFS4_CDFC4_BACK_OR_BOTH);
1697 *p = 0; /* use_conn_in_rdma_mode = False */
1698}
1699
Benny Halevy99fe60d2009-04-01 09:22:29 -04001700static void encode_exchange_id(struct xdr_stream *xdr,
1701 struct nfs41_exchange_id_args *args,
1702 struct compound_hdr *hdr)
1703{
1704 __be32 *p;
Jim Reesd751f742012-11-16 18:12:06 -05001705 char impl_name[IMPL_NAME_LIMIT];
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -05001706 int len = 0;
Benny Halevy99fe60d2009-04-01 09:22:29 -04001707
Trond Myklebust70019512012-03-04 20:49:32 -05001708 encode_op_hdr(xdr, OP_EXCHANGE_ID, decode_exchange_id_maxsz, hdr);
Chuck Levercd937102012-03-02 17:14:31 -05001709 encode_nfs4_verifier(xdr, args->verifier);
Benny Halevy99fe60d2009-04-01 09:22:29 -04001710
1711 encode_string(xdr, args->id_len, args->id);
1712
Benny Halevy13c65ce2009-08-14 17:19:25 +03001713 p = reserve_space(xdr, 12);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001714 *p++ = cpu_to_be32(args->flags);
1715 *p++ = cpu_to_be32(0); /* zero length state_protect4_a */
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -05001716
1717 if (send_implementation_id &&
1718 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN) > 1 &&
1719 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN)
Jim Reesd751f742012-11-16 18:12:06 -05001720 <= sizeof(impl_name) + 1)
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -05001721 len = snprintf(impl_name, sizeof(impl_name), "%s %s %s %s",
1722 utsname()->sysname, utsname()->release,
1723 utsname()->version, utsname()->machine);
1724
1725 if (len > 0) {
1726 *p = cpu_to_be32(1); /* implementation id array length=1 */
1727
1728 encode_string(xdr,
1729 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN) - 1,
1730 CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN);
1731 encode_string(xdr, len, impl_name);
1732 /* just send zeros for nii_date - the date is in nii_name */
1733 p = reserve_space(xdr, 12);
1734 p = xdr_encode_hyper(p, 0);
1735 *p = cpu_to_be32(0);
1736 } else
1737 *p = cpu_to_be32(0); /* implementation id array length=0 */
Benny Halevy99fe60d2009-04-01 09:22:29 -04001738}
Andy Adamsonfc931582009-04-01 09:22:31 -04001739
1740static void encode_create_session(struct xdr_stream *xdr,
1741 struct nfs41_create_session_args *args,
1742 struct compound_hdr *hdr)
1743{
1744 __be32 *p;
1745 char machine_name[NFS4_MAX_MACHINE_NAME_LEN];
1746 uint32_t len;
1747 struct nfs_client *clp = args->client;
Chuck Leverf0920752012-05-21 22:45:41 -04001748 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Mike Sager8e0d46e2009-12-17 12:06:26 -05001749 u32 max_resp_sz_cached;
1750
1751 /*
1752 * Assumes OPEN is the biggest non-idempotent compound.
1753 * 2 is the verifier.
1754 */
1755 max_resp_sz_cached = (NFS4_dec_open_sz + RPC_REPHDRSIZE +
1756 RPC_MAX_AUTH_SIZE + 2) * XDR_UNIT;
Andy Adamsonfc931582009-04-01 09:22:31 -04001757
Andy Adamsonfc931582009-04-01 09:22:31 -04001758 len = scnprintf(machine_name, sizeof(machine_name), "%s",
1759 clp->cl_ipaddr);
Benny Halevy42edd692009-08-14 17:19:13 +03001760
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001761 encode_op_hdr(xdr, OP_CREATE_SESSION, decode_create_session_maxsz, hdr);
1762 p = reserve_space(xdr, 16 + 2*28 + 20 + len + 12);
Andy Adamson114f64b2011-03-09 13:13:45 -05001763 p = xdr_encode_hyper(p, clp->cl_clientid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001764 *p++ = cpu_to_be32(clp->cl_seqid); /*Sequence id */
1765 *p++ = cpu_to_be32(args->flags); /*flags */
Andy Adamsonfc931582009-04-01 09:22:31 -04001766
Andy Adamsonfc931582009-04-01 09:22:31 -04001767 /* Fore Channel */
Benny Halevyc9c30dd2011-06-11 17:08:39 -04001768 *p++ = cpu_to_be32(0); /* header padding size */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001769 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1770 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz); /* max resp size */
Mike Sager8e0d46e2009-12-17 12:06:26 -05001771 *p++ = cpu_to_be32(max_resp_sz_cached); /* Max resp sz cached */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001772 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */
1773 *p++ = cpu_to_be32(args->fc_attrs.max_reqs); /* max requests */
1774 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
Andy Adamsonfc931582009-04-01 09:22:31 -04001775
1776 /* Back Channel */
Benny Halevyc9c30dd2011-06-11 17:08:39 -04001777 *p++ = cpu_to_be32(0); /* header padding size */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001778 *p++ = cpu_to_be32(args->bc_attrs.max_rqst_sz); /* max req size */
1779 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz); /* max resp size */
1780 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz_cached); /* Max resp sz cached */
1781 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */
1782 *p++ = cpu_to_be32(args->bc_attrs.max_reqs); /* max requests */
1783 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
Andy Adamsonfc931582009-04-01 09:22:31 -04001784
Benny Halevye75bc1c2009-08-14 17:18:54 +03001785 *p++ = cpu_to_be32(args->cb_program); /* cb_program */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001786 *p++ = cpu_to_be32(1);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001787 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */
Andy Adamsonfc931582009-04-01 09:22:31 -04001788
1789 /* authsys_parms rfc1831 */
Chuck Leverf0920752012-05-21 22:45:41 -04001790 *p++ = (__be32)nn->boot_time.tv_nsec; /* stamp */
Benny Halevy811652b2009-08-14 17:19:34 +03001791 p = xdr_encode_opaque(p, machine_name, len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001792 *p++ = cpu_to_be32(0); /* UID */
1793 *p++ = cpu_to_be32(0); /* GID */
Benny Halevy34558512009-08-14 17:19:30 +03001794 *p = cpu_to_be32(0); /* No more gids */
Andy Adamsonfc931582009-04-01 09:22:31 -04001795}
Andy Adamson0f3e66c2009-04-01 09:22:34 -04001796
1797static void encode_destroy_session(struct xdr_stream *xdr,
1798 struct nfs4_session *session,
1799 struct compound_hdr *hdr)
1800{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001801 encode_op_hdr(xdr, OP_DESTROY_SESSION, decode_destroy_session_maxsz, hdr);
1802 encode_opaque_fixed(xdr, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04001803}
Ricardo Labiaga18019752009-12-05 16:08:40 -05001804
Trond Myklebust66245532012-05-25 17:18:09 -04001805static void encode_destroy_clientid(struct xdr_stream *xdr,
1806 uint64_t clientid,
1807 struct compound_hdr *hdr)
1808{
1809 encode_op_hdr(xdr, OP_DESTROY_CLIENTID, decode_destroy_clientid_maxsz, hdr);
1810 encode_uint64(xdr, clientid);
1811}
1812
Ricardo Labiaga18019752009-12-05 16:08:40 -05001813static void encode_reclaim_complete(struct xdr_stream *xdr,
1814 struct nfs41_reclaim_complete_args *args,
1815 struct compound_hdr *hdr)
1816{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001817 encode_op_hdr(xdr, OP_RECLAIM_COMPLETE, decode_reclaim_complete_maxsz, hdr);
1818 encode_uint32(xdr, args->one_fs);
Ricardo Labiaga18019752009-12-05 16:08:40 -05001819}
Benny Halevy99fe60d2009-04-01 09:22:29 -04001820#endif /* CONFIG_NFS_V4_1 */
1821
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001822static void encode_sequence(struct xdr_stream *xdr,
1823 const struct nfs4_sequence_args *args,
1824 struct compound_hdr *hdr)
1825{
1826#if defined(CONFIG_NFS_V4_1)
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001827 struct nfs4_session *session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001828 struct nfs4_slot_table *tp;
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001829 struct nfs4_slot *slot = args->sa_slot;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001830 __be32 *p;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001831
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001832 if (slot == NULL)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001833 return;
1834
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001835 tp = slot->table;
1836 session = tp->session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001837
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001838 encode_op_hdr(xdr, OP_SEQUENCE, decode_sequence_maxsz, hdr);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001839
1840 /*
1841 * Sessionid + seqid + slotid + max slotid + cache_this
1842 */
1843 dprintk("%s: sessionid=%u:%u:%u:%u seqid=%d slotid=%d "
1844 "max_slotid=%d cache_this=%d\n",
1845 __func__,
1846 ((u32 *)session->sess_id.data)[0],
1847 ((u32 *)session->sess_id.data)[1],
1848 ((u32 *)session->sess_id.data)[2],
1849 ((u32 *)session->sess_id.data)[3],
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001850 slot->seq_nr, slot->slot_nr,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001851 tp->highest_used_slotid, args->sa_cache_this);
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001852 p = reserve_space(xdr, NFS4_MAX_SESSIONID_LEN + 16);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001853 p = xdr_encode_opaque_fixed(p, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001854 *p++ = cpu_to_be32(slot->seq_nr);
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001855 *p++ = cpu_to_be32(slot->slot_nr);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001856 *p++ = cpu_to_be32(tp->highest_used_slotid);
Benny Halevy34558512009-08-14 17:19:30 +03001857 *p = cpu_to_be32(args->sa_cache_this);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001858#endif /* CONFIG_NFS_V4_1 */
1859}
1860
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001861#ifdef CONFIG_NFS_V4_1
1862static void
Andy Adamson7f11d8d2011-07-30 20:52:35 -04001863encode_getdevicelist(struct xdr_stream *xdr,
1864 const struct nfs4_getdevicelist_args *args,
1865 struct compound_hdr *hdr)
1866{
1867 __be32 *p;
1868 nfs4_verifier dummy = {
1869 .data = "dummmmmy",
1870 };
1871
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001872 encode_op_hdr(xdr, OP_GETDEVICELIST, decode_getdevicelist_maxsz, hdr);
1873 p = reserve_space(xdr, 16);
Andy Adamson7f11d8d2011-07-30 20:52:35 -04001874 *p++ = cpu_to_be32(args->layoutclass);
1875 *p++ = cpu_to_be32(NFS4_PNFS_GETDEVLIST_MAXNUM);
1876 xdr_encode_hyper(p, 0ULL); /* cookie */
1877 encode_nfs4_verifier(xdr, &dummy);
Andy Adamson7f11d8d2011-07-30 20:52:35 -04001878}
1879
1880static void
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001881encode_getdeviceinfo(struct xdr_stream *xdr,
1882 const struct nfs4_getdeviceinfo_args *args,
1883 struct compound_hdr *hdr)
1884{
1885 __be32 *p;
1886
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001887 encode_op_hdr(xdr, OP_GETDEVICEINFO, decode_getdeviceinfo_maxsz, hdr);
1888 p = reserve_space(xdr, 12 + NFS4_DEVICEID4_SIZE);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001889 p = xdr_encode_opaque_fixed(p, args->pdev->dev_id.data,
1890 NFS4_DEVICEID4_SIZE);
1891 *p++ = cpu_to_be32(args->pdev->layout_type);
1892 *p++ = cpu_to_be32(args->pdev->pglen); /* gdia_maxcount */
1893 *p++ = cpu_to_be32(0); /* bitmap length 0 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001894}
1895
1896static void
1897encode_layoutget(struct xdr_stream *xdr,
1898 const struct nfs4_layoutget_args *args,
1899 struct compound_hdr *hdr)
1900{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001901 __be32 *p;
1902
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001903 encode_op_hdr(xdr, OP_LAYOUTGET, decode_layoutget_maxsz, hdr);
1904 p = reserve_space(xdr, 36);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001905 *p++ = cpu_to_be32(0); /* Signal layout available */
1906 *p++ = cpu_to_be32(args->type);
1907 *p++ = cpu_to_be32(args->range.iomode);
1908 p = xdr_encode_hyper(p, args->range.offset);
1909 p = xdr_encode_hyper(p, args->range.length);
1910 p = xdr_encode_hyper(p, args->minlength);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001911 encode_nfs4_stateid(xdr, &args->stateid);
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001912 encode_uint32(xdr, args->maxcount);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001913
1914 dprintk("%s: 1st type:0x%x iomode:%d off:%lu len:%lu mc:%d\n",
1915 __func__,
1916 args->type,
1917 args->range.iomode,
1918 (unsigned long)args->range.offset,
1919 (unsigned long)args->range.length,
1920 args->maxcount);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001921}
Andy Adamson863a3c62011-03-23 13:27:54 +00001922
1923static int
1924encode_layoutcommit(struct xdr_stream *xdr,
Benny Halevyac7db722011-05-22 19:53:48 +03001925 struct inode *inode,
Andy Adamson863a3c62011-03-23 13:27:54 +00001926 const struct nfs4_layoutcommit_args *args,
1927 struct compound_hdr *hdr)
1928{
1929 __be32 *p;
1930
1931 dprintk("%s: lbw: %llu type: %d\n", __func__, args->lastbytewritten,
1932 NFS_SERVER(args->inode)->pnfs_curr_ld->id);
1933
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001934 encode_op_hdr(xdr, OP_LAYOUTCOMMIT, decode_layoutcommit_maxsz, hdr);
1935 p = reserve_space(xdr, 20);
Andy Adamson863a3c62011-03-23 13:27:54 +00001936 /* Only whole file layouts */
1937 p = xdr_encode_hyper(p, 0); /* offset */
Peng Tao3557c6c2011-07-30 20:52:34 -04001938 p = xdr_encode_hyper(p, args->lastbytewritten + 1); /* length */
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001939 *p = cpu_to_be32(0); /* reclaim */
1940 encode_nfs4_stateid(xdr, &args->stateid);
1941 p = reserve_space(xdr, 20);
Andy Adamson863a3c62011-03-23 13:27:54 +00001942 *p++ = cpu_to_be32(1); /* newoffset = TRUE */
1943 p = xdr_encode_hyper(p, args->lastbytewritten);
1944 *p++ = cpu_to_be32(0); /* Never send time_modify_changed */
1945 *p++ = cpu_to_be32(NFS_SERVER(args->inode)->pnfs_curr_ld->id);/* type */
Benny Halevyac7db722011-05-22 19:53:48 +03001946
1947 if (NFS_SERVER(inode)->pnfs_curr_ld->encode_layoutcommit)
1948 NFS_SERVER(inode)->pnfs_curr_ld->encode_layoutcommit(
1949 NFS_I(inode)->layout, xdr, args);
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001950 else
1951 encode_uint32(xdr, 0); /* no layout-type payload */
Andy Adamson863a3c62011-03-23 13:27:54 +00001952
Andy Adamson863a3c62011-03-23 13:27:54 +00001953 return 0;
1954}
Benny Halevycbe82602011-05-22 19:52:37 +03001955
1956static void
1957encode_layoutreturn(struct xdr_stream *xdr,
1958 const struct nfs4_layoutreturn_args *args,
1959 struct compound_hdr *hdr)
1960{
1961 __be32 *p;
1962
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001963 encode_op_hdr(xdr, OP_LAYOUTRETURN, decode_layoutreturn_maxsz, hdr);
1964 p = reserve_space(xdr, 16);
Benny Halevycbe82602011-05-22 19:52:37 +03001965 *p++ = cpu_to_be32(0); /* reclaim. always 0 for now */
1966 *p++ = cpu_to_be32(args->layout_type);
1967 *p++ = cpu_to_be32(IOMODE_ANY);
1968 *p = cpu_to_be32(RETURN_FILE);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001969 p = reserve_space(xdr, 16);
Benny Halevycbe82602011-05-22 19:52:37 +03001970 p = xdr_encode_hyper(p, 0);
1971 p = xdr_encode_hyper(p, NFS4_MAX_UINT64);
1972 spin_lock(&args->inode->i_lock);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001973 encode_nfs4_stateid(xdr, &args->stateid);
Benny Halevycbe82602011-05-22 19:52:37 +03001974 spin_unlock(&args->inode->i_lock);
Andy Adamson04a55542011-05-22 19:53:10 +03001975 if (NFS_SERVER(args->inode)->pnfs_curr_ld->encode_layoutreturn) {
1976 NFS_SERVER(args->inode)->pnfs_curr_ld->encode_layoutreturn(
1977 NFS_I(args->inode)->layout, xdr, args);
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001978 } else
1979 encode_uint32(xdr, 0);
Benny Halevycbe82602011-05-22 19:52:37 +03001980}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04001981
1982static int
1983encode_secinfo_no_name(struct xdr_stream *xdr,
1984 const struct nfs41_secinfo_no_name_args *args,
1985 struct compound_hdr *hdr)
1986{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001987 encode_op_hdr(xdr, OP_SECINFO_NO_NAME, decode_secinfo_no_name_maxsz, hdr);
1988 encode_uint32(xdr, args->style);
Bryan Schumakerfca78d62011-06-02 14:59:07 -04001989 return 0;
1990}
Bryan Schumaker7d974792011-06-02 14:59:08 -04001991
1992static void encode_test_stateid(struct xdr_stream *xdr,
1993 struct nfs41_test_stateid_args *args,
1994 struct compound_hdr *hdr)
1995{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001996 encode_op_hdr(xdr, OP_TEST_STATEID, decode_test_stateid_maxsz, hdr);
1997 encode_uint32(xdr, 1);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001998 encode_nfs4_stateid(xdr, args->stateid);
Bryan Schumaker7d974792011-06-02 14:59:08 -04001999}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04002000
2001static void encode_free_stateid(struct xdr_stream *xdr,
2002 struct nfs41_free_stateid_args *args,
2003 struct compound_hdr *hdr)
2004{
Trond Myklebustab19b482012-03-04 18:13:57 -05002005 encode_op_hdr(xdr, OP_FREE_STATEID, decode_free_stateid_maxsz, hdr);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04002006 encode_nfs4_stateid(xdr, &args->stateid);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04002007}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002008#endif /* CONFIG_NFS_V4_1 */
2009
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010/*
2011 * END OF "GENERIC" ENCODE ROUTINES.
2012 */
2013
Benny Halevy66cc0422009-04-01 09:22:10 -04002014static u32 nfs4_xdr_minorversion(const struct nfs4_sequence_args *args)
2015{
2016#if defined(CONFIG_NFS_V4_1)
Trond Myklebust2b2fa712012-11-16 12:58:36 -05002017
2018 if (args->sa_slot)
2019 return args->sa_slot->table->session->clp->cl_mvops->minor_version;
Benny Halevy66cc0422009-04-01 09:22:10 -04002020#endif /* CONFIG_NFS_V4_1 */
2021 return 0;
2022}
2023
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024/*
2025 * Encode an ACCESS request
2026 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002027static void nfs4_xdr_enc_access(struct rpc_rqst *req, struct xdr_stream *xdr,
2028 const struct nfs4_accessargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002031 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033
Chuck Lever9f06c712010-12-14 14:59:18 +00002034 encode_compound_hdr(xdr, req, &hdr);
2035 encode_sequence(xdr, &args->seq_args, &hdr);
2036 encode_putfh(xdr, args->fh, &hdr);
2037 encode_access(xdr, args->access, &hdr);
2038 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002039 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040}
2041
2042/*
2043 * Encode LOOKUP request
2044 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002045static void nfs4_xdr_enc_lookup(struct rpc_rqst *req, struct xdr_stream *xdr,
2046 const struct nfs4_lookup_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002049 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051
Chuck Lever9f06c712010-12-14 14:59:18 +00002052 encode_compound_hdr(xdr, req, &hdr);
2053 encode_sequence(xdr, &args->seq_args, &hdr);
2054 encode_putfh(xdr, args->dir_fh, &hdr);
2055 encode_lookup(xdr, args->name, &hdr);
2056 encode_getfh(xdr, &hdr);
2057 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002058 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059}
2060
2061/*
2062 * Encode LOOKUP_ROOT request
2063 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002064static void nfs4_xdr_enc_lookup_root(struct rpc_rqst *req,
2065 struct xdr_stream *xdr,
2066 const struct nfs4_lookup_root_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002069 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071
Chuck Lever9f06c712010-12-14 14:59:18 +00002072 encode_compound_hdr(xdr, req, &hdr);
2073 encode_sequence(xdr, &args->seq_args, &hdr);
2074 encode_putrootfh(xdr, &hdr);
2075 encode_getfh(xdr, &hdr);
2076 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002077 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078}
2079
2080/*
2081 * Encode REMOVE request
2082 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002083static void nfs4_xdr_enc_remove(struct rpc_rqst *req, struct xdr_stream *xdr,
2084 const struct nfs_removeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002087 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089
Chuck Lever9f06c712010-12-14 14:59:18 +00002090 encode_compound_hdr(xdr, req, &hdr);
2091 encode_sequence(xdr, &args->seq_args, &hdr);
2092 encode_putfh(xdr, args->fh, &hdr);
2093 encode_remove(xdr, &args->name, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002094 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095}
2096
2097/*
2098 * Encode RENAME request
2099 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002100static void nfs4_xdr_enc_rename(struct rpc_rqst *req, struct xdr_stream *xdr,
2101 const struct nfs_renameargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002104 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106
Chuck Lever9f06c712010-12-14 14:59:18 +00002107 encode_compound_hdr(xdr, req, &hdr);
2108 encode_sequence(xdr, &args->seq_args, &hdr);
2109 encode_putfh(xdr, args->old_dir, &hdr);
2110 encode_savefh(xdr, &hdr);
2111 encode_putfh(xdr, args->new_dir, &hdr);
2112 encode_rename(xdr, args->old_name, args->new_name, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002113 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114}
2115
2116/*
2117 * Encode LINK request
2118 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002119static void nfs4_xdr_enc_link(struct rpc_rqst *req, struct xdr_stream *xdr,
2120 const struct nfs4_link_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002123 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125
Chuck Lever9f06c712010-12-14 14:59:18 +00002126 encode_compound_hdr(xdr, req, &hdr);
2127 encode_sequence(xdr, &args->seq_args, &hdr);
2128 encode_putfh(xdr, args->fh, &hdr);
2129 encode_savefh(xdr, &hdr);
2130 encode_putfh(xdr, args->dir_fh, &hdr);
2131 encode_link(xdr, args->name, &hdr);
Chuck Lever9f06c712010-12-14 14:59:18 +00002132 encode_restorefh(xdr, &hdr);
2133 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002134 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135}
2136
2137/*
2138 * Encode CREATE request
2139 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002140static void nfs4_xdr_enc_create(struct rpc_rqst *req, struct xdr_stream *xdr,
2141 const struct nfs4_create_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002144 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146
Chuck Lever9f06c712010-12-14 14:59:18 +00002147 encode_compound_hdr(xdr, req, &hdr);
2148 encode_sequence(xdr, &args->seq_args, &hdr);
2149 encode_putfh(xdr, args->dir_fh, &hdr);
Chuck Lever9f06c712010-12-14 14:59:18 +00002150 encode_create(xdr, args, &hdr);
2151 encode_getfh(xdr, &hdr);
2152 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002153 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154}
2155
2156/*
2157 * Encode SYMLINK request
2158 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002159static void nfs4_xdr_enc_symlink(struct rpc_rqst *req, struct xdr_stream *xdr,
2160 const struct nfs4_create_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161{
Chuck Lever9f06c712010-12-14 14:59:18 +00002162 nfs4_xdr_enc_create(req, xdr, args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163}
2164
2165/*
2166 * Encode GETATTR request
2167 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002168static void nfs4_xdr_enc_getattr(struct rpc_rqst *req, struct xdr_stream *xdr,
2169 const struct nfs4_getattr_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002172 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174
Chuck Lever9f06c712010-12-14 14:59:18 +00002175 encode_compound_hdr(xdr, req, &hdr);
2176 encode_sequence(xdr, &args->seq_args, &hdr);
2177 encode_putfh(xdr, args->fh, &hdr);
2178 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002179 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180}
2181
2182/*
2183 * Encode a CLOSE request
2184 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002185static void nfs4_xdr_enc_close(struct rpc_rqst *req, struct xdr_stream *xdr,
2186 struct nfs_closeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187{
Andy Adamson05d564f2008-12-23 16:06:15 -05002188 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002189 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05002190 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191
Chuck Lever9f06c712010-12-14 14:59:18 +00002192 encode_compound_hdr(xdr, req, &hdr);
2193 encode_sequence(xdr, &args->seq_args, &hdr);
2194 encode_putfh(xdr, args->fh, &hdr);
2195 encode_close(xdr, args, &hdr);
2196 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002197 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198}
2199
2200/*
2201 * Encode an OPEN request
2202 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002203static void nfs4_xdr_enc_open(struct rpc_rqst *req, struct xdr_stream *xdr,
2204 struct nfs_openargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002207 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209
Chuck Lever9f06c712010-12-14 14:59:18 +00002210 encode_compound_hdr(xdr, req, &hdr);
2211 encode_sequence(xdr, &args->seq_args, &hdr);
2212 encode_putfh(xdr, args->fh, &hdr);
Chuck Lever9f06c712010-12-14 14:59:18 +00002213 encode_open(xdr, args, &hdr);
2214 encode_getfh(xdr, &hdr);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07002215 if (args->access)
2216 encode_access(xdr, args->access, &hdr);
Trond Myklebust1549210f2012-06-05 09:16:47 -04002217 encode_getfattr_open(xdr, args->bitmask, args->open_bitmap, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002218 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219}
2220
2221/*
2222 * Encode an OPEN_CONFIRM request
2223 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002224static void nfs4_xdr_enc_open_confirm(struct rpc_rqst *req,
2225 struct xdr_stream *xdr,
2226 struct nfs_open_confirmargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002229 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231
Chuck Lever9f06c712010-12-14 14:59:18 +00002232 encode_compound_hdr(xdr, req, &hdr);
2233 encode_putfh(xdr, args->fh, &hdr);
2234 encode_open_confirm(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002235 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236}
2237
2238/*
2239 * Encode an OPEN request with no attributes.
2240 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002241static void nfs4_xdr_enc_open_noattr(struct rpc_rqst *req,
2242 struct xdr_stream *xdr,
2243 struct nfs_openargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002246 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248
Chuck Lever9f06c712010-12-14 14:59:18 +00002249 encode_compound_hdr(xdr, req, &hdr);
2250 encode_sequence(xdr, &args->seq_args, &hdr);
2251 encode_putfh(xdr, args->fh, &hdr);
2252 encode_open(xdr, args, &hdr);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07002253 if (args->access)
2254 encode_access(xdr, args->access, &hdr);
Andy Adamsone23008e2012-10-02 21:07:32 -04002255 encode_getfattr_open(xdr, args->bitmask, args->open_bitmap, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002256 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257}
2258
2259/*
2260 * Encode an OPEN_DOWNGRADE request
2261 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002262static void nfs4_xdr_enc_open_downgrade(struct rpc_rqst *req,
2263 struct xdr_stream *xdr,
2264 struct nfs_closeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002267 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269
Chuck Lever9f06c712010-12-14 14:59:18 +00002270 encode_compound_hdr(xdr, req, &hdr);
2271 encode_sequence(xdr, &args->seq_args, &hdr);
2272 encode_putfh(xdr, args->fh, &hdr);
2273 encode_open_downgrade(xdr, args, &hdr);
2274 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002275 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276}
2277
2278/*
2279 * Encode a LOCK request
2280 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002281static void nfs4_xdr_enc_lock(struct rpc_rqst *req, struct xdr_stream *xdr,
2282 struct nfs_lock_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002285 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287
Chuck Lever9f06c712010-12-14 14:59:18 +00002288 encode_compound_hdr(xdr, req, &hdr);
2289 encode_sequence(xdr, &args->seq_args, &hdr);
2290 encode_putfh(xdr, args->fh, &hdr);
2291 encode_lock(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002292 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293}
2294
2295/*
2296 * Encode a LOCKT request
2297 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002298static void nfs4_xdr_enc_lockt(struct rpc_rqst *req, struct xdr_stream *xdr,
2299 struct nfs_lockt_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002302 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304
Chuck Lever9f06c712010-12-14 14:59:18 +00002305 encode_compound_hdr(xdr, req, &hdr);
2306 encode_sequence(xdr, &args->seq_args, &hdr);
2307 encode_putfh(xdr, args->fh, &hdr);
2308 encode_lockt(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002309 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310}
2311
2312/*
2313 * Encode a LOCKU request
2314 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002315static void nfs4_xdr_enc_locku(struct rpc_rqst *req, struct xdr_stream *xdr,
2316 struct nfs_locku_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002319 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321
Chuck Lever9f06c712010-12-14 14:59:18 +00002322 encode_compound_hdr(xdr, req, &hdr);
2323 encode_sequence(xdr, &args->seq_args, &hdr);
2324 encode_putfh(xdr, args->fh, &hdr);
2325 encode_locku(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002326 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327}
2328
Chuck Lever9f06c712010-12-14 14:59:18 +00002329static void nfs4_xdr_enc_release_lockowner(struct rpc_rqst *req,
2330 struct xdr_stream *xdr,
2331 struct nfs_release_lockowner_args *args)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04002332{
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04002333 struct compound_hdr hdr = {
2334 .minorversion = 0,
2335 };
2336
Chuck Lever9f06c712010-12-14 14:59:18 +00002337 encode_compound_hdr(xdr, req, &hdr);
2338 encode_release_lockowner(xdr, &args->lock_owner, &hdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04002339 encode_nops(&hdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04002340}
2341
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342/*
2343 * Encode a READLINK request
2344 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002345static void nfs4_xdr_enc_readlink(struct rpc_rqst *req, struct xdr_stream *xdr,
2346 const struct nfs4_readlink *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002349 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351
Chuck Lever9f06c712010-12-14 14:59:18 +00002352 encode_compound_hdr(xdr, req, &hdr);
2353 encode_sequence(xdr, &args->seq_args, &hdr);
2354 encode_putfh(xdr, args->fh, &hdr);
2355 encode_readlink(xdr, args, req, &hdr);
Trond Myklebuste3a535e2007-07-19 10:03:38 -04002356
Benny Halevy28f56692009-04-01 09:22:09 -04002357 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
Trond Myklebuste3a535e2007-07-19 10:03:38 -04002358 args->pgbase, args->pglen);
Andy Adamsond0179312008-12-23 16:06:17 -05002359 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360}
2361
2362/*
2363 * Encode a READDIR request
2364 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002365static void nfs4_xdr_enc_readdir(struct rpc_rqst *req, struct xdr_stream *xdr,
2366 const struct nfs4_readdir_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002369 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371
Chuck Lever9f06c712010-12-14 14:59:18 +00002372 encode_compound_hdr(xdr, req, &hdr);
2373 encode_sequence(xdr, &args->seq_args, &hdr);
2374 encode_putfh(xdr, args->fh, &hdr);
2375 encode_readdir(xdr, args, req, &hdr);
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002376
Benny Halevy28f56692009-04-01 09:22:09 -04002377 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002378 args->pgbase, args->count);
2379 dprintk("%s: inlined page args = (%u, %p, %u, %u)\n",
Benny Halevy28f56692009-04-01 09:22:09 -04002380 __func__, hdr.replen << 2, args->pages,
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002381 args->pgbase, args->count);
Andy Adamsond0179312008-12-23 16:06:17 -05002382 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383}
2384
2385/*
2386 * Encode a READ request
2387 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002388static void nfs4_xdr_enc_read(struct rpc_rqst *req, struct xdr_stream *xdr,
2389 struct nfs_readargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002392 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394
Chuck Lever9f06c712010-12-14 14:59:18 +00002395 encode_compound_hdr(xdr, req, &hdr);
2396 encode_sequence(xdr, &args->seq_args, &hdr);
2397 encode_putfh(xdr, args->fh, &hdr);
2398 encode_read(xdr, args, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399
Benny Halevy28f56692009-04-01 09:22:09 -04002400 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401 args->pages, args->pgbase, args->count);
\"Talpey, Thomas\4f22ccc2007-09-10 13:44:58 -04002402 req->rq_rcv_buf.flags |= XDRBUF_READ;
Andy Adamsond0179312008-12-23 16:06:17 -05002403 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404}
2405
2406/*
2407 * Encode an SETATTR request
2408 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002409static void nfs4_xdr_enc_setattr(struct rpc_rqst *req, struct xdr_stream *xdr,
2410 struct nfs_setattrargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411{
Andy Adamson05d564f2008-12-23 16:06:15 -05002412 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002413 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05002414 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415
Chuck Lever9f06c712010-12-14 14:59:18 +00002416 encode_compound_hdr(xdr, req, &hdr);
2417 encode_sequence(xdr, &args->seq_args, &hdr);
2418 encode_putfh(xdr, args->fh, &hdr);
2419 encode_setattr(xdr, args, args->server, &hdr);
2420 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002421 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422}
2423
2424/*
J. Bruce Fields029d1052005-06-22 17:16:22 +00002425 * Encode a GETACL request
2426 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002427static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr,
2428 struct nfs_getaclargs *args)
J. Bruce Fields029d1052005-06-22 17:16:22 +00002429{
J. Bruce Fields029d1052005-06-22 17:16:22 +00002430 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002431 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
J. Bruce Fields029d1052005-06-22 17:16:22 +00002432 };
Benny Halevy28f56692009-04-01 09:22:09 -04002433 uint32_t replen;
J. Bruce Fields029d1052005-06-22 17:16:22 +00002434
Chuck Lever9f06c712010-12-14 14:59:18 +00002435 encode_compound_hdr(xdr, req, &hdr);
2436 encode_sequence(xdr, &args->seq_args, &hdr);
2437 encode_putfh(xdr, args->fh, &hdr);
Andy Adamsonbf118a32011-12-07 11:55:27 -05002438 replen = hdr.replen + op_decode_hdr_maxsz + 1;
Chuck Lever9f06c712010-12-14 14:59:18 +00002439 encode_getattr_two(xdr, FATTR4_WORD0_ACL, 0, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002440
Benny Halevy28f56692009-04-01 09:22:09 -04002441 xdr_inline_pages(&req->rq_rcv_buf, replen << 2,
J. Bruce Fields029d1052005-06-22 17:16:22 +00002442 args->acl_pages, args->acl_pgbase, args->acl_len);
Andy Adamsonbf118a32011-12-07 11:55:27 -05002443
Andy Adamsond0179312008-12-23 16:06:17 -05002444 encode_nops(&hdr);
J. Bruce Fields029d1052005-06-22 17:16:22 +00002445}
2446
2447/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448 * Encode a WRITE request
2449 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002450static void nfs4_xdr_enc_write(struct rpc_rqst *req, struct xdr_stream *xdr,
2451 struct nfs_writeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002454 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456
Chuck Lever9f06c712010-12-14 14:59:18 +00002457 encode_compound_hdr(xdr, req, &hdr);
2458 encode_sequence(xdr, &args->seq_args, &hdr);
2459 encode_putfh(xdr, args->fh, &hdr);
2460 encode_write(xdr, args, &hdr);
\"Talpey, Thomas\4f22ccc2007-09-10 13:44:58 -04002461 req->rq_snd_buf.flags |= XDRBUF_WRITE;
Fred Isaman7ffd1062011-03-03 15:13:46 +00002462 if (args->bitmask)
2463 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002464 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465}
2466
2467/*
2468 * a COMMIT request
2469 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002470static void nfs4_xdr_enc_commit(struct rpc_rqst *req, struct xdr_stream *xdr,
Fred Isaman0b7c0152012-04-20 14:47:39 -04002471 struct nfs_commitargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002474 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476
Chuck Lever9f06c712010-12-14 14:59:18 +00002477 encode_compound_hdr(xdr, req, &hdr);
2478 encode_sequence(xdr, &args->seq_args, &hdr);
2479 encode_putfh(xdr, args->fh, &hdr);
2480 encode_commit(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002481 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482}
2483
2484/*
2485 * FSINFO request
2486 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002487static void nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr,
2488 struct nfs4_fsinfo_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002491 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493
Chuck Lever9f06c712010-12-14 14:59:18 +00002494 encode_compound_hdr(xdr, req, &hdr);
2495 encode_sequence(xdr, &args->seq_args, &hdr);
2496 encode_putfh(xdr, args->fh, &hdr);
2497 encode_fsinfo(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002498 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499}
2500
2501/*
2502 * a PATHCONF request
2503 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002504static void nfs4_xdr_enc_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr,
2505 const struct nfs4_pathconf_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002508 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510
Chuck Lever9f06c712010-12-14 14:59:18 +00002511 encode_compound_hdr(xdr, req, &hdr);
2512 encode_sequence(xdr, &args->seq_args, &hdr);
2513 encode_putfh(xdr, args->fh, &hdr);
2514 encode_getattr_one(xdr, args->bitmask[0] & nfs4_pathconf_bitmap[0],
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002515 &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002516 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517}
2518
2519/*
2520 * a STATFS request
2521 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002522static void nfs4_xdr_enc_statfs(struct rpc_rqst *req, struct xdr_stream *xdr,
2523 const struct nfs4_statfs_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002526 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528
Chuck Lever9f06c712010-12-14 14:59:18 +00002529 encode_compound_hdr(xdr, req, &hdr);
2530 encode_sequence(xdr, &args->seq_args, &hdr);
2531 encode_putfh(xdr, args->fh, &hdr);
2532 encode_getattr_two(xdr, args->bitmask[0] & nfs4_statfs_bitmap[0],
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002533 args->bitmask[1] & nfs4_statfs_bitmap[1], &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002534 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535}
2536
2537/*
2538 * GETATTR_BITMAP request
2539 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002540static void nfs4_xdr_enc_server_caps(struct rpc_rqst *req,
2541 struct xdr_stream *xdr,
2542 struct nfs4_server_caps_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002545 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547
Chuck Lever9f06c712010-12-14 14:59:18 +00002548 encode_compound_hdr(xdr, req, &hdr);
2549 encode_sequence(xdr, &args->seq_args, &hdr);
2550 encode_putfh(xdr, args->fhandle, &hdr);
2551 encode_getattr_one(xdr, FATTR4_WORD0_SUPPORTED_ATTRS|
Chuck Lever264e6352012-03-01 17:02:05 -05002552 FATTR4_WORD0_FH_EXPIRE_TYPE|
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002553 FATTR4_WORD0_LINK_SUPPORT|
2554 FATTR4_WORD0_SYMLINK_SUPPORT|
2555 FATTR4_WORD0_ACLSUPPORT, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002556 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557}
2558
2559/*
2560 * a RENEW request
2561 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002562static void nfs4_xdr_enc_renew(struct rpc_rqst *req, struct xdr_stream *xdr,
2563 struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002566 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567 };
2568
Chuck Lever9f06c712010-12-14 14:59:18 +00002569 encode_compound_hdr(xdr, req, &hdr);
Chuck Leverbb4dae52012-03-01 17:01:48 -05002570 encode_renew(xdr, clp->cl_clientid, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002571 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572}
2573
2574/*
2575 * a SETCLIENTID request
2576 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002577static void nfs4_xdr_enc_setclientid(struct rpc_rqst *req,
2578 struct xdr_stream *xdr,
2579 struct nfs4_setclientid *sc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002582 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583 };
2584
Chuck Lever9f06c712010-12-14 14:59:18 +00002585 encode_compound_hdr(xdr, req, &hdr);
2586 encode_setclientid(xdr, sc, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002587 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588}
2589
2590/*
2591 * a SETCLIENTID_CONFIRM request
2592 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002593static void nfs4_xdr_enc_setclientid_confirm(struct rpc_rqst *req,
2594 struct xdr_stream *xdr,
2595 struct nfs4_setclientid_res *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002598 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600
Chuck Lever9f06c712010-12-14 14:59:18 +00002601 encode_compound_hdr(xdr, req, &hdr);
2602 encode_setclientid_confirm(xdr, arg, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002603 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604}
2605
2606/*
2607 * DELEGRETURN request
2608 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002609static void nfs4_xdr_enc_delegreturn(struct rpc_rqst *req,
2610 struct xdr_stream *xdr,
2611 const struct nfs4_delegreturnargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002614 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616
Chuck Lever9f06c712010-12-14 14:59:18 +00002617 encode_compound_hdr(xdr, req, &hdr);
2618 encode_sequence(xdr, &args->seq_args, &hdr);
2619 encode_putfh(xdr, args->fhandle, &hdr);
Chuck Lever9f06c712010-12-14 14:59:18 +00002620 encode_getfattr(xdr, args->bitmask, &hdr);
Trond Myklebuste144cbc2012-04-28 16:05:03 -04002621 encode_delegreturn(xdr, args->stateid, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002622 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623}
2624
2625/*
Trond Myklebust683b57b2006-06-09 09:34:22 -04002626 * Encode FS_LOCATIONS request
2627 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002628static void nfs4_xdr_enc_fs_locations(struct rpc_rqst *req,
2629 struct xdr_stream *xdr,
2630 struct nfs4_fs_locations_arg *args)
Trond Myklebust683b57b2006-06-09 09:34:22 -04002631{
Trond Myklebust683b57b2006-06-09 09:34:22 -04002632 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002633 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Trond Myklebust683b57b2006-06-09 09:34:22 -04002634 };
Benny Halevy28f56692009-04-01 09:22:09 -04002635 uint32_t replen;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002636
Chuck Lever9f06c712010-12-14 14:59:18 +00002637 encode_compound_hdr(xdr, req, &hdr);
2638 encode_sequence(xdr, &args->seq_args, &hdr);
2639 encode_putfh(xdr, args->dir_fh, &hdr);
2640 encode_lookup(xdr, args->name, &hdr);
Benny Halevy28f56692009-04-01 09:22:09 -04002641 replen = hdr.replen; /* get the attribute into args->page */
Chuck Lever9f06c712010-12-14 14:59:18 +00002642 encode_fs_locations(xdr, args->bitmask, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002643
Benny Halevy28f56692009-04-01 09:22:09 -04002644 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, &args->page,
Trond Myklebust683b57b2006-06-09 09:34:22 -04002645 0, PAGE_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05002646 encode_nops(&hdr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04002647}
2648
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00002649/*
2650 * Encode SECINFO request
2651 */
2652static void nfs4_xdr_enc_secinfo(struct rpc_rqst *req,
2653 struct xdr_stream *xdr,
2654 struct nfs4_secinfo_arg *args)
2655{
2656 struct compound_hdr hdr = {
2657 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2658 };
2659
2660 encode_compound_hdr(xdr, req, &hdr);
2661 encode_sequence(xdr, &args->seq_args, &hdr);
2662 encode_putfh(xdr, args->dir_fh, &hdr);
2663 encode_secinfo(xdr, args->name, &hdr);
2664 encode_nops(&hdr);
2665}
2666
Benny Halevy99fe60d2009-04-01 09:22:29 -04002667#if defined(CONFIG_NFS_V4_1)
2668/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04002669 * BIND_CONN_TO_SESSION request
2670 */
2671static void nfs4_xdr_enc_bind_conn_to_session(struct rpc_rqst *req,
2672 struct xdr_stream *xdr,
2673 struct nfs_client *clp)
2674{
2675 struct compound_hdr hdr = {
2676 .minorversion = clp->cl_mvops->minor_version,
2677 };
2678
2679 encode_compound_hdr(xdr, req, &hdr);
2680 encode_bind_conn_to_session(xdr, clp->cl_session, &hdr);
2681 encode_nops(&hdr);
2682}
2683
2684/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04002685 * EXCHANGE_ID request
2686 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002687static void nfs4_xdr_enc_exchange_id(struct rpc_rqst *req,
2688 struct xdr_stream *xdr,
2689 struct nfs41_exchange_id_args *args)
Benny Halevy99fe60d2009-04-01 09:22:29 -04002690{
Benny Halevy99fe60d2009-04-01 09:22:29 -04002691 struct compound_hdr hdr = {
Trond Myklebusta4432342010-06-16 09:52:27 -04002692 .minorversion = args->client->cl_mvops->minor_version,
Benny Halevy99fe60d2009-04-01 09:22:29 -04002693 };
2694
Chuck Lever9f06c712010-12-14 14:59:18 +00002695 encode_compound_hdr(xdr, req, &hdr);
2696 encode_exchange_id(xdr, args, &hdr);
Benny Halevy99fe60d2009-04-01 09:22:29 -04002697 encode_nops(&hdr);
Benny Halevy99fe60d2009-04-01 09:22:29 -04002698}
Andy Adamson2050f0c2009-04-01 09:22:30 -04002699
2700/*
Andy Adamsonfc931582009-04-01 09:22:31 -04002701 * a CREATE_SESSION request
2702 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002703static void nfs4_xdr_enc_create_session(struct rpc_rqst *req,
2704 struct xdr_stream *xdr,
2705 struct nfs41_create_session_args *args)
Andy Adamsonfc931582009-04-01 09:22:31 -04002706{
Andy Adamsonfc931582009-04-01 09:22:31 -04002707 struct compound_hdr hdr = {
Trond Myklebusta4432342010-06-16 09:52:27 -04002708 .minorversion = args->client->cl_mvops->minor_version,
Andy Adamsonfc931582009-04-01 09:22:31 -04002709 };
2710
Chuck Lever9f06c712010-12-14 14:59:18 +00002711 encode_compound_hdr(xdr, req, &hdr);
2712 encode_create_session(xdr, args, &hdr);
Andy Adamsonfc931582009-04-01 09:22:31 -04002713 encode_nops(&hdr);
Andy Adamsonfc931582009-04-01 09:22:31 -04002714}
2715
2716/*
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002717 * a DESTROY_SESSION request
2718 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002719static void nfs4_xdr_enc_destroy_session(struct rpc_rqst *req,
2720 struct xdr_stream *xdr,
2721 struct nfs4_session *session)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002722{
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002723 struct compound_hdr hdr = {
Trond Myklebusta4432342010-06-16 09:52:27 -04002724 .minorversion = session->clp->cl_mvops->minor_version,
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002725 };
2726
Chuck Lever9f06c712010-12-14 14:59:18 +00002727 encode_compound_hdr(xdr, req, &hdr);
2728 encode_destroy_session(xdr, session, &hdr);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002729 encode_nops(&hdr);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002730}
2731
2732/*
Trond Myklebust66245532012-05-25 17:18:09 -04002733 * a DESTROY_CLIENTID request
2734 */
2735static void nfs4_xdr_enc_destroy_clientid(struct rpc_rqst *req,
2736 struct xdr_stream *xdr,
2737 struct nfs_client *clp)
2738{
2739 struct compound_hdr hdr = {
2740 .minorversion = clp->cl_mvops->minor_version,
2741 };
2742
2743 encode_compound_hdr(xdr, req, &hdr);
2744 encode_destroy_clientid(xdr, clp->cl_clientid, &hdr);
2745 encode_nops(&hdr);
2746}
2747
2748/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002749 * a SEQUENCE request
2750 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002751static void nfs4_xdr_enc_sequence(struct rpc_rqst *req, struct xdr_stream *xdr,
2752 struct nfs4_sequence_args *args)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002753{
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002754 struct compound_hdr hdr = {
2755 .minorversion = nfs4_xdr_minorversion(args),
2756 };
2757
Chuck Lever9f06c712010-12-14 14:59:18 +00002758 encode_compound_hdr(xdr, req, &hdr);
2759 encode_sequence(xdr, args, &hdr);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002760 encode_nops(&hdr);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002761}
2762
2763/*
Andy Adamson2050f0c2009-04-01 09:22:30 -04002764 * a GET_LEASE_TIME request
2765 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002766static void nfs4_xdr_enc_get_lease_time(struct rpc_rqst *req,
2767 struct xdr_stream *xdr,
2768 struct nfs4_get_lease_time_args *args)
Andy Adamson2050f0c2009-04-01 09:22:30 -04002769{
Andy Adamson2050f0c2009-04-01 09:22:30 -04002770 struct compound_hdr hdr = {
2771 .minorversion = nfs4_xdr_minorversion(&args->la_seq_args),
2772 };
Fred Isamandae100c2011-07-30 20:52:37 -04002773 const u32 lease_bitmap[3] = { FATTR4_WORD0_LEASE_TIME };
Andy Adamson2050f0c2009-04-01 09:22:30 -04002774
Chuck Lever9f06c712010-12-14 14:59:18 +00002775 encode_compound_hdr(xdr, req, &hdr);
2776 encode_sequence(xdr, &args->la_seq_args, &hdr);
2777 encode_putrootfh(xdr, &hdr);
2778 encode_fsinfo(xdr, lease_bitmap, &hdr);
Andy Adamson2050f0c2009-04-01 09:22:30 -04002779 encode_nops(&hdr);
Andy Adamson2050f0c2009-04-01 09:22:30 -04002780}
Ricardo Labiaga18019752009-12-05 16:08:40 -05002781
2782/*
2783 * a RECLAIM_COMPLETE request
2784 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002785static void nfs4_xdr_enc_reclaim_complete(struct rpc_rqst *req,
2786 struct xdr_stream *xdr,
2787 struct nfs41_reclaim_complete_args *args)
Ricardo Labiaga18019752009-12-05 16:08:40 -05002788{
Ricardo Labiaga18019752009-12-05 16:08:40 -05002789 struct compound_hdr hdr = {
2790 .minorversion = nfs4_xdr_minorversion(&args->seq_args)
2791 };
2792
Chuck Lever9f06c712010-12-14 14:59:18 +00002793 encode_compound_hdr(xdr, req, &hdr);
2794 encode_sequence(xdr, &args->seq_args, &hdr);
2795 encode_reclaim_complete(xdr, args, &hdr);
Ricardo Labiaga18019752009-12-05 16:08:40 -05002796 encode_nops(&hdr);
Ricardo Labiaga18019752009-12-05 16:08:40 -05002797}
2798
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002799/*
Andy Adamson7f11d8d2011-07-30 20:52:35 -04002800 * Encode GETDEVICELIST request
2801 */
2802static void nfs4_xdr_enc_getdevicelist(struct rpc_rqst *req,
2803 struct xdr_stream *xdr,
2804 struct nfs4_getdevicelist_args *args)
2805{
2806 struct compound_hdr hdr = {
2807 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2808 };
2809
2810 encode_compound_hdr(xdr, req, &hdr);
2811 encode_sequence(xdr, &args->seq_args, &hdr);
2812 encode_putfh(xdr, args->fh, &hdr);
2813 encode_getdevicelist(xdr, args, &hdr);
2814 encode_nops(&hdr);
2815}
2816
2817/*
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002818 * Encode GETDEVICEINFO request
2819 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002820static void nfs4_xdr_enc_getdeviceinfo(struct rpc_rqst *req,
2821 struct xdr_stream *xdr,
2822 struct nfs4_getdeviceinfo_args *args)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002823{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002824 struct compound_hdr hdr = {
2825 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2826 };
2827
Chuck Lever9f06c712010-12-14 14:59:18 +00002828 encode_compound_hdr(xdr, req, &hdr);
2829 encode_sequence(xdr, &args->seq_args, &hdr);
2830 encode_getdeviceinfo(xdr, args, &hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002831
2832 /* set up reply kvec. Subtract notification bitmap max size (2)
2833 * so that notification bitmap is put in xdr_buf tail */
2834 xdr_inline_pages(&req->rq_rcv_buf, (hdr.replen - 2) << 2,
2835 args->pdev->pages, args->pdev->pgbase,
2836 args->pdev->pglen);
2837
2838 encode_nops(&hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002839}
2840
2841/*
2842 * Encode LAYOUTGET request
2843 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002844static void nfs4_xdr_enc_layoutget(struct rpc_rqst *req,
2845 struct xdr_stream *xdr,
2846 struct nfs4_layoutget_args *args)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002847{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002848 struct compound_hdr hdr = {
2849 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2850 };
2851
Chuck Lever9f06c712010-12-14 14:59:18 +00002852 encode_compound_hdr(xdr, req, &hdr);
2853 encode_sequence(xdr, &args->seq_args, &hdr);
2854 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
2855 encode_layoutget(xdr, args, &hdr);
Weston Andros Adamson35124a02011-03-24 16:48:21 -04002856
2857 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2,
2858 args->layout.pages, 0, args->layout.pglen);
2859
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002860 encode_nops(&hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002861}
Andy Adamson863a3c62011-03-23 13:27:54 +00002862
2863/*
2864 * Encode LAYOUTCOMMIT request
2865 */
Benny Halevycbe82602011-05-22 19:52:37 +03002866static void nfs4_xdr_enc_layoutcommit(struct rpc_rqst *req,
2867 struct xdr_stream *xdr,
2868 struct nfs4_layoutcommit_args *args)
Andy Adamson863a3c62011-03-23 13:27:54 +00002869{
Benny Halevyac7db722011-05-22 19:53:48 +03002870 struct nfs4_layoutcommit_data *data =
2871 container_of(args, struct nfs4_layoutcommit_data, args);
Andy Adamson863a3c62011-03-23 13:27:54 +00002872 struct compound_hdr hdr = {
2873 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2874 };
2875
2876 encode_compound_hdr(xdr, req, &hdr);
2877 encode_sequence(xdr, &args->seq_args, &hdr);
2878 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
Benny Halevyac7db722011-05-22 19:53:48 +03002879 encode_layoutcommit(xdr, data->args.inode, args, &hdr);
Andy Adamson863a3c62011-03-23 13:27:54 +00002880 encode_getfattr(xdr, args->bitmask, &hdr);
2881 encode_nops(&hdr);
Benny Halevycbe82602011-05-22 19:52:37 +03002882}
2883
2884/*
2885 * Encode LAYOUTRETURN request
2886 */
2887static void nfs4_xdr_enc_layoutreturn(struct rpc_rqst *req,
2888 struct xdr_stream *xdr,
2889 struct nfs4_layoutreturn_args *args)
2890{
2891 struct compound_hdr hdr = {
2892 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2893 };
2894
2895 encode_compound_hdr(xdr, req, &hdr);
2896 encode_sequence(xdr, &args->seq_args, &hdr);
2897 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
2898 encode_layoutreturn(xdr, args, &hdr);
2899 encode_nops(&hdr);
Andy Adamson863a3c62011-03-23 13:27:54 +00002900}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002901
2902/*
2903 * Encode SECINFO_NO_NAME request
2904 */
2905static int nfs4_xdr_enc_secinfo_no_name(struct rpc_rqst *req,
2906 struct xdr_stream *xdr,
2907 struct nfs41_secinfo_no_name_args *args)
2908{
2909 struct compound_hdr hdr = {
2910 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2911 };
2912
2913 encode_compound_hdr(xdr, req, &hdr);
2914 encode_sequence(xdr, &args->seq_args, &hdr);
2915 encode_putrootfh(xdr, &hdr);
2916 encode_secinfo_no_name(xdr, args, &hdr);
2917 encode_nops(&hdr);
2918 return 0;
2919}
Bryan Schumaker7d974792011-06-02 14:59:08 -04002920
2921/*
2922 * Encode TEST_STATEID request
2923 */
2924static void nfs4_xdr_enc_test_stateid(struct rpc_rqst *req,
2925 struct xdr_stream *xdr,
2926 struct nfs41_test_stateid_args *args)
2927{
2928 struct compound_hdr hdr = {
2929 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2930 };
2931
2932 encode_compound_hdr(xdr, req, &hdr);
2933 encode_sequence(xdr, &args->seq_args, &hdr);
2934 encode_test_stateid(xdr, args, &hdr);
2935 encode_nops(&hdr);
2936}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04002937
2938/*
2939 * Encode FREE_STATEID request
2940 */
2941static void nfs4_xdr_enc_free_stateid(struct rpc_rqst *req,
2942 struct xdr_stream *xdr,
2943 struct nfs41_free_stateid_args *args)
2944{
2945 struct compound_hdr hdr = {
2946 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2947 };
2948
2949 encode_compound_hdr(xdr, req, &hdr);
2950 encode_sequence(xdr, &args->seq_args, &hdr);
2951 encode_free_stateid(xdr, args, &hdr);
2952 encode_nops(&hdr);
2953}
Benny Halevy99fe60d2009-04-01 09:22:29 -04002954#endif /* CONFIG_NFS_V4_1 */
2955
Benny Halevy686841b2009-08-14 17:19:48 +03002956static void print_overflow_msg(const char *func, const struct xdr_stream *xdr)
2957{
2958 dprintk("nfs: %s: prematurely hit end of receive buffer. "
2959 "Remaining buffer length is %tu words.\n",
2960 func, xdr->end - xdr->p);
2961}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962
Trond Myklebust683b57b2006-06-09 09:34:22 -04002963static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964{
Al Viro8687b632006-10-19 23:28:48 -07002965 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966
Benny Halevyc0eae662009-08-14 17:20:14 +03002967 p = xdr_inline_decode(xdr, 4);
2968 if (unlikely(!p))
2969 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03002970 *len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03002971 p = xdr_inline_decode(xdr, *len);
2972 if (unlikely(!p))
2973 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974 *string = (char *)p;
2975 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03002976out_overflow:
2977 print_overflow_msg(__func__, xdr);
2978 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979}
2980
2981static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr)
2982{
Al Viro8687b632006-10-19 23:28:48 -07002983 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984
Benny Halevyc0eae662009-08-14 17:20:14 +03002985 p = xdr_inline_decode(xdr, 8);
2986 if (unlikely(!p))
2987 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03002988 hdr->status = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03002989 hdr->taglen = be32_to_cpup(p);
Andy Adamson6c0195a2008-12-23 16:06:15 -05002990
Benny Halevyc0eae662009-08-14 17:20:14 +03002991 p = xdr_inline_decode(xdr, hdr->taglen + 4);
2992 if (unlikely(!p))
2993 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994 hdr->tag = (char *)p;
2995 p += XDR_QUADLEN(hdr->taglen);
Benny Halevycccddf42009-08-14 17:20:19 +03002996 hdr->nops = be32_to_cpup(p);
Benny Halevyaadf6152008-12-23 16:06:13 -05002997 if (unlikely(hdr->nops < 1))
2998 return nfs4_stat_to_errno(hdr->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003000out_overflow:
3001 print_overflow_msg(__func__, xdr);
3002 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003}
3004
Trond Myklebustafce3602013-12-04 17:39:23 -05003005static bool __decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected,
3006 int *nfs_retval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007{
Al Viro8687b632006-10-19 23:28:48 -07003008 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009 uint32_t opnum;
3010 int32_t nfserr;
3011
Benny Halevyc0eae662009-08-14 17:20:14 +03003012 p = xdr_inline_decode(xdr, 8);
3013 if (unlikely(!p))
3014 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03003015 opnum = be32_to_cpup(p++);
Trond Myklebustafce3602013-12-04 17:39:23 -05003016 if (unlikely(opnum != expected))
3017 goto out_bad_operation;
Benny Halevycccddf42009-08-14 17:20:19 +03003018 nfserr = be32_to_cpup(p);
Trond Myklebustafce3602013-12-04 17:39:23 -05003019 if (nfserr == NFS_OK)
3020 *nfs_retval = 0;
3021 else
3022 *nfs_retval = nfs4_stat_to_errno(nfserr);
3023 return true;
3024out_bad_operation:
3025 dprintk("nfs: Server returned operation"
3026 " %d but we issued a request for %d\n",
3027 opnum, expected);
3028 *nfs_retval = -EREMOTEIO;
3029 return false;
Benny Halevyc0eae662009-08-14 17:20:14 +03003030out_overflow:
3031 print_overflow_msg(__func__, xdr);
Trond Myklebustafce3602013-12-04 17:39:23 -05003032 *nfs_retval = -EIO;
3033 return false;
3034}
3035
3036static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)
3037{
3038 int retval;
3039
3040 __decode_op_hdr(xdr, expected, &retval);
3041 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042}
3043
3044/* Dummy routine */
David Howellsadfa6f92006-08-22 20:06:08 -04003045static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046{
Al Viro8687b632006-10-19 23:28:48 -07003047 __be32 *p;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003048 unsigned int strlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049 char *str;
3050
Benny Halevyc0eae662009-08-14 17:20:14 +03003051 p = xdr_inline_decode(xdr, 12);
3052 if (likely(p))
3053 return decode_opaque_inline(xdr, &strlen, &str);
3054 print_overflow_msg(__func__, xdr);
3055 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056}
3057
3058static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap)
3059{
Al Viro8687b632006-10-19 23:28:48 -07003060 uint32_t bmlen;
3061 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062
Benny Halevyc0eae662009-08-14 17:20:14 +03003063 p = xdr_inline_decode(xdr, 4);
3064 if (unlikely(!p))
3065 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003066 bmlen = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067
Fred Isamandae100c2011-07-30 20:52:37 -04003068 bitmap[0] = bitmap[1] = bitmap[2] = 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003069 p = xdr_inline_decode(xdr, (bmlen << 2));
3070 if (unlikely(!p))
3071 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072 if (bmlen > 0) {
Benny Halevy6f723f72009-08-14 17:19:37 +03003073 bitmap[0] = be32_to_cpup(p++);
Fred Isamandae100c2011-07-30 20:52:37 -04003074 if (bmlen > 1) {
3075 bitmap[1] = be32_to_cpup(p++);
3076 if (bmlen > 2)
3077 bitmap[2] = be32_to_cpup(p);
3078 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079 }
3080 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003081out_overflow:
3082 print_overflow_msg(__func__, xdr);
3083 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003084}
3085
Trond Myklebust256e48b2012-06-21 11:18:13 -04003086static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087{
Al Viro8687b632006-10-19 23:28:48 -07003088 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089
Benny Halevyc0eae662009-08-14 17:20:14 +03003090 p = xdr_inline_decode(xdr, 4);
3091 if (unlikely(!p))
3092 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003093 *attrlen = be32_to_cpup(p);
Trond Myklebust256e48b2012-06-21 11:18:13 -04003094 *savep = xdr_stream_pos(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003096out_overflow:
3097 print_overflow_msg(__func__, xdr);
3098 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099}
3100
3101static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask)
3102{
3103 if (likely(bitmap[0] & FATTR4_WORD0_SUPPORTED_ATTRS)) {
Roman Borisov3388bff2010-10-13 16:54:51 +04003104 int ret;
3105 ret = decode_attr_bitmap(xdr, bitmask);
3106 if (unlikely(ret < 0))
3107 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108 bitmap[0] &= ~FATTR4_WORD0_SUPPORTED_ATTRS;
3109 } else
Fred Isamandae100c2011-07-30 20:52:37 -04003110 bitmask[0] = bitmask[1] = bitmask[2] = 0;
3111 dprintk("%s: bitmask=%08x:%08x:%08x\n", __func__,
3112 bitmask[0], bitmask[1], bitmask[2]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113 return 0;
3114}
3115
3116static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type)
3117{
Al Viro8687b632006-10-19 23:28:48 -07003118 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003119 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120
3121 *type = 0;
3122 if (unlikely(bitmap[0] & (FATTR4_WORD0_TYPE - 1U)))
3123 return -EIO;
3124 if (likely(bitmap[0] & FATTR4_WORD0_TYPE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003125 p = xdr_inline_decode(xdr, 4);
3126 if (unlikely(!p))
3127 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003128 *type = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129 if (*type < NF4REG || *type > NF4NAMEDATTR) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07003130 dprintk("%s: bad type %d\n", __func__, *type);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131 return -EIO;
3132 }
3133 bitmap[0] &= ~FATTR4_WORD0_TYPE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003134 ret = NFS_ATTR_FATTR_TYPE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135 }
Trond Myklebustbca79472009-03-11 14:10:26 -04003136 dprintk("%s: type=0%o\n", __func__, nfs_type2fmt[*type]);
Trond Myklebust409924e2009-03-11 14:10:27 -04003137 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003138out_overflow:
3139 print_overflow_msg(__func__, xdr);
3140 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141}
3142
Chuck Lever264e6352012-03-01 17:02:05 -05003143static int decode_attr_fh_expire_type(struct xdr_stream *xdr,
3144 uint32_t *bitmap, uint32_t *type)
3145{
3146 __be32 *p;
3147
3148 *type = 0;
3149 if (unlikely(bitmap[0] & (FATTR4_WORD0_FH_EXPIRE_TYPE - 1U)))
3150 return -EIO;
3151 if (likely(bitmap[0] & FATTR4_WORD0_FH_EXPIRE_TYPE)) {
3152 p = xdr_inline_decode(xdr, 4);
3153 if (unlikely(!p))
3154 goto out_overflow;
3155 *type = be32_to_cpup(p);
3156 bitmap[0] &= ~FATTR4_WORD0_FH_EXPIRE_TYPE;
3157 }
3158 dprintk("%s: expire type=0x%x\n", __func__, *type);
3159 return 0;
3160out_overflow:
3161 print_overflow_msg(__func__, xdr);
3162 return -EIO;
3163}
3164
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change)
3166{
Al Viro8687b632006-10-19 23:28:48 -07003167 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003168 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169
3170 *change = 0;
3171 if (unlikely(bitmap[0] & (FATTR4_WORD0_CHANGE - 1U)))
3172 return -EIO;
3173 if (likely(bitmap[0] & FATTR4_WORD0_CHANGE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003174 p = xdr_inline_decode(xdr, 8);
3175 if (unlikely(!p))
3176 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003177 xdr_decode_hyper(p, change);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178 bitmap[0] &= ~FATTR4_WORD0_CHANGE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003179 ret = NFS_ATTR_FATTR_CHANGE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003181 dprintk("%s: change attribute=%Lu\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003182 (unsigned long long)*change);
Trond Myklebust409924e2009-03-11 14:10:27 -04003183 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003184out_overflow:
3185 print_overflow_msg(__func__, xdr);
3186 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187}
3188
3189static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size)
3190{
Al Viro8687b632006-10-19 23:28:48 -07003191 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003192 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193
3194 *size = 0;
3195 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U)))
3196 return -EIO;
3197 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003198 p = xdr_inline_decode(xdr, 8);
3199 if (unlikely(!p))
3200 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003201 xdr_decode_hyper(p, size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 bitmap[0] &= ~FATTR4_WORD0_SIZE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003203 ret = NFS_ATTR_FATTR_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003205 dprintk("%s: file size=%Lu\n", __func__, (unsigned long long)*size);
Trond Myklebust409924e2009-03-11 14:10:27 -04003206 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003207out_overflow:
3208 print_overflow_msg(__func__, xdr);
3209 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210}
3211
3212static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3213{
Al Viro8687b632006-10-19 23:28:48 -07003214 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215
3216 *res = 0;
3217 if (unlikely(bitmap[0] & (FATTR4_WORD0_LINK_SUPPORT - 1U)))
3218 return -EIO;
3219 if (likely(bitmap[0] & FATTR4_WORD0_LINK_SUPPORT)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003220 p = xdr_inline_decode(xdr, 4);
3221 if (unlikely(!p))
3222 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003223 *res = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224 bitmap[0] &= ~FATTR4_WORD0_LINK_SUPPORT;
3225 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003226 dprintk("%s: link support=%s\n", __func__, *res == 0 ? "false" : "true");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003228out_overflow:
3229 print_overflow_msg(__func__, xdr);
3230 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231}
3232
3233static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3234{
Al Viro8687b632006-10-19 23:28:48 -07003235 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236
3237 *res = 0;
3238 if (unlikely(bitmap[0] & (FATTR4_WORD0_SYMLINK_SUPPORT - 1U)))
3239 return -EIO;
3240 if (likely(bitmap[0] & FATTR4_WORD0_SYMLINK_SUPPORT)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003241 p = xdr_inline_decode(xdr, 4);
3242 if (unlikely(!p))
3243 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003244 *res = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 bitmap[0] &= ~FATTR4_WORD0_SYMLINK_SUPPORT;
3246 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003247 dprintk("%s: symlink support=%s\n", __func__, *res == 0 ? "false" : "true");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003249out_overflow:
3250 print_overflow_msg(__func__, xdr);
3251 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252}
3253
Trond Myklebust8b4bdcf2006-06-09 09:34:19 -04003254static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255{
Al Viro8687b632006-10-19 23:28:48 -07003256 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003257 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258
3259 fsid->major = 0;
3260 fsid->minor = 0;
3261 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U)))
3262 return -EIO;
3263 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003264 p = xdr_inline_decode(xdr, 16);
3265 if (unlikely(!p))
3266 goto out_overflow;
Benny Halevy3ceb4db2009-08-14 17:19:41 +03003267 p = xdr_decode_hyper(p, &fsid->major);
Benny Halevycccddf42009-08-14 17:20:19 +03003268 xdr_decode_hyper(p, &fsid->minor);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003269 bitmap[0] &= ~FATTR4_WORD0_FSID;
Trond Myklebust409924e2009-03-11 14:10:27 -04003270 ret = NFS_ATTR_FATTR_FSID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003272 dprintk("%s: fsid=(0x%Lx/0x%Lx)\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273 (unsigned long long)fsid->major,
3274 (unsigned long long)fsid->minor);
Trond Myklebust409924e2009-03-11 14:10:27 -04003275 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003276out_overflow:
3277 print_overflow_msg(__func__, xdr);
3278 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279}
3280
3281static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3282{
Al Viro8687b632006-10-19 23:28:48 -07003283 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284
3285 *res = 60;
3286 if (unlikely(bitmap[0] & (FATTR4_WORD0_LEASE_TIME - 1U)))
3287 return -EIO;
3288 if (likely(bitmap[0] & FATTR4_WORD0_LEASE_TIME)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003289 p = xdr_inline_decode(xdr, 4);
3290 if (unlikely(!p))
3291 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003292 *res = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293 bitmap[0] &= ~FATTR4_WORD0_LEASE_TIME;
3294 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003295 dprintk("%s: file size=%u\n", __func__, (unsigned int)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003297out_overflow:
3298 print_overflow_msg(__func__, xdr);
3299 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300}
3301
Trond Myklebustee7b75f2011-06-16 13:15:41 -04003302static int decode_attr_error(struct xdr_stream *xdr, uint32_t *bitmap, int32_t *res)
Bryan Schumakerae42c702010-10-21 16:33:17 -04003303{
3304 __be32 *p;
3305
3306 if (unlikely(bitmap[0] & (FATTR4_WORD0_RDATTR_ERROR - 1U)))
3307 return -EIO;
3308 if (likely(bitmap[0] & FATTR4_WORD0_RDATTR_ERROR)) {
3309 p = xdr_inline_decode(xdr, 4);
3310 if (unlikely(!p))
3311 goto out_overflow;
3312 bitmap[0] &= ~FATTR4_WORD0_RDATTR_ERROR;
Trond Myklebustee7b75f2011-06-16 13:15:41 -04003313 *res = -be32_to_cpup(p);
Bryan Schumakerae42c702010-10-21 16:33:17 -04003314 }
3315 return 0;
3316out_overflow:
3317 print_overflow_msg(__func__, xdr);
3318 return -EIO;
3319}
3320
3321static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh)
3322{
3323 __be32 *p;
3324 int len;
3325
Trond Myklebust7ad07352010-10-23 15:34:20 -04003326 if (fh != NULL)
3327 memset(fh, 0, sizeof(*fh));
Bryan Schumakerae42c702010-10-21 16:33:17 -04003328
3329 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEHANDLE - 1U)))
3330 return -EIO;
3331 if (likely(bitmap[0] & FATTR4_WORD0_FILEHANDLE)) {
3332 p = xdr_inline_decode(xdr, 4);
3333 if (unlikely(!p))
3334 goto out_overflow;
3335 len = be32_to_cpup(p);
3336 if (len > NFS4_FHSIZE)
3337 return -EIO;
Bryan Schumakerae42c702010-10-21 16:33:17 -04003338 p = xdr_inline_decode(xdr, len);
3339 if (unlikely(!p))
3340 goto out_overflow;
Trond Myklebust7ad07352010-10-23 15:34:20 -04003341 if (fh != NULL) {
3342 memcpy(fh->data, p, len);
3343 fh->size = len;
3344 }
Bryan Schumakerae42c702010-10-21 16:33:17 -04003345 bitmap[0] &= ~FATTR4_WORD0_FILEHANDLE;
3346 }
3347 return 0;
3348out_overflow:
3349 print_overflow_msg(__func__, xdr);
3350 return -EIO;
3351}
3352
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3354{
Al Viro8687b632006-10-19 23:28:48 -07003355 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356
3357 *res = ACL4_SUPPORT_ALLOW_ACL|ACL4_SUPPORT_DENY_ACL;
3358 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U)))
3359 return -EIO;
3360 if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003361 p = xdr_inline_decode(xdr, 4);
3362 if (unlikely(!p))
3363 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003364 *res = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365 bitmap[0] &= ~FATTR4_WORD0_ACLSUPPORT;
3366 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003367 dprintk("%s: ACLs supported=%u\n", __func__, (unsigned int)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003369out_overflow:
3370 print_overflow_msg(__func__, xdr);
3371 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003372}
3373
3374static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
3375{
Al Viro8687b632006-10-19 23:28:48 -07003376 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003377 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378
3379 *fileid = 0;
3380 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEID - 1U)))
3381 return -EIO;
3382 if (likely(bitmap[0] & FATTR4_WORD0_FILEID)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003383 p = xdr_inline_decode(xdr, 8);
3384 if (unlikely(!p))
3385 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003386 xdr_decode_hyper(p, fileid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387 bitmap[0] &= ~FATTR4_WORD0_FILEID;
Trond Myklebust409924e2009-03-11 14:10:27 -04003388 ret = NFS_ATTR_FATTR_FILEID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003390 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
Trond Myklebust409924e2009-03-11 14:10:27 -04003391 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003392out_overflow:
3393 print_overflow_msg(__func__, xdr);
3394 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395}
3396
Manoj Naik99baf622006-06-09 09:34:24 -04003397static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
3398{
Al Viro8687b632006-10-19 23:28:48 -07003399 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003400 int ret = 0;
Manoj Naik99baf622006-06-09 09:34:24 -04003401
3402 *fileid = 0;
3403 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U)))
3404 return -EIO;
3405 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003406 p = xdr_inline_decode(xdr, 8);
3407 if (unlikely(!p))
3408 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003409 xdr_decode_hyper(p, fileid);
Manoj Naik99baf622006-06-09 09:34:24 -04003410 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;
Trond Myklebust28331a42011-04-27 13:47:52 -04003411 ret = NFS_ATTR_FATTR_MOUNTED_ON_FILEID;
Manoj Naik99baf622006-06-09 09:34:24 -04003412 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003413 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
Trond Myklebust409924e2009-03-11 14:10:27 -04003414 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003415out_overflow:
3416 print_overflow_msg(__func__, xdr);
3417 return -EIO;
Manoj Naik99baf622006-06-09 09:34:24 -04003418}
3419
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3421{
Al Viro8687b632006-10-19 23:28:48 -07003422 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423 int status = 0;
3424
3425 *res = 0;
3426 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_AVAIL - 1U)))
3427 return -EIO;
3428 if (likely(bitmap[0] & FATTR4_WORD0_FILES_AVAIL)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003429 p = xdr_inline_decode(xdr, 8);
3430 if (unlikely(!p))
3431 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003432 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433 bitmap[0] &= ~FATTR4_WORD0_FILES_AVAIL;
3434 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003435 dprintk("%s: files avail=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003437out_overflow:
3438 print_overflow_msg(__func__, xdr);
3439 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440}
3441
3442static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3443{
Al Viro8687b632006-10-19 23:28:48 -07003444 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445 int status = 0;
3446
3447 *res = 0;
3448 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_FREE - 1U)))
3449 return -EIO;
3450 if (likely(bitmap[0] & FATTR4_WORD0_FILES_FREE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003451 p = xdr_inline_decode(xdr, 8);
3452 if (unlikely(!p))
3453 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003454 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455 bitmap[0] &= ~FATTR4_WORD0_FILES_FREE;
3456 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003457 dprintk("%s: files free=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003459out_overflow:
3460 print_overflow_msg(__func__, xdr);
3461 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003462}
3463
3464static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3465{
Al Viro8687b632006-10-19 23:28:48 -07003466 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467 int status = 0;
3468
3469 *res = 0;
3470 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_TOTAL - 1U)))
3471 return -EIO;
3472 if (likely(bitmap[0] & FATTR4_WORD0_FILES_TOTAL)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003473 p = xdr_inline_decode(xdr, 8);
3474 if (unlikely(!p))
3475 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003476 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477 bitmap[0] &= ~FATTR4_WORD0_FILES_TOTAL;
3478 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003479 dprintk("%s: files total=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003481out_overflow:
3482 print_overflow_msg(__func__, xdr);
3483 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484}
3485
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003486static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path)
3487{
Chuck Lever464ad6b2007-10-26 13:32:08 -04003488 u32 n;
Al Viro8687b632006-10-19 23:28:48 -07003489 __be32 *p;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003490 int status = 0;
3491
Benny Halevyc0eae662009-08-14 17:20:14 +03003492 p = xdr_inline_decode(xdr, 4);
3493 if (unlikely(!p))
3494 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003495 n = be32_to_cpup(p);
Andy Adamson33a43f22006-06-09 09:34:30 -04003496 if (n == 0)
3497 goto root_path;
Chuck Lever02a29762012-03-01 17:00:31 -05003498 dprintk("pathname4: ");
Trond Myklebust809b4262013-03-27 11:54:45 -04003499 if (n > NFS4_PATHNAME_MAXCOMPONENTS) {
3500 dprintk("cannot parse %d components in path\n", n);
3501 goto out_eio;
3502 }
3503 for (path->ncomponents = 0; path->ncomponents < n; path->ncomponents++) {
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003504 struct nfs4_string *component = &path->components[path->ncomponents];
3505 status = decode_opaque_inline(xdr, &component->len, &component->data);
3506 if (unlikely(status != 0))
3507 goto out_eio;
Trond Myklebust95a13f72012-03-14 21:55:01 -04003508 ifdebug (XDR)
Chuck Lever02a29762012-03-01 17:00:31 -05003509 pr_cont("%s%.*s ",
3510 (path->ncomponents != n ? "/ " : ""),
3511 component->len, component->data);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003512 }
3513out:
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003514 return status;
Andy Adamson33a43f22006-06-09 09:34:30 -04003515root_path:
3516/* a root pathname is sent as a zero component4 */
3517 path->ncomponents = 1;
3518 path->components[0].len=0;
3519 path->components[0].data=NULL;
Chuck Lever02a29762012-03-01 17:00:31 -05003520 dprintk("pathname4: /\n");
Andy Adamson33a43f22006-06-09 09:34:30 -04003521 goto out;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003522out_eio:
3523 dprintk(" status %d", status);
3524 status = -EIO;
3525 goto out;
Benny Halevyc0eae662009-08-14 17:20:14 +03003526out_overflow:
3527 print_overflow_msg(__func__, xdr);
3528 return -EIO;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003529}
3530
3531static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locations *res)
Trond Myklebust683b57b2006-06-09 09:34:22 -04003532{
3533 int n;
Al Viro8687b632006-10-19 23:28:48 -07003534 __be32 *p;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003535 int status = -EIO;
3536
3537 if (unlikely(bitmap[0] & (FATTR4_WORD0_FS_LOCATIONS -1U)))
3538 goto out;
3539 status = 0;
3540 if (unlikely(!(bitmap[0] & FATTR4_WORD0_FS_LOCATIONS)))
3541 goto out;
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05003542 status = -EIO;
3543 /* Ignore borken servers that return unrequested attrs */
3544 if (unlikely(res == NULL))
3545 goto out;
Chuck Lever02a29762012-03-01 17:00:31 -05003546 dprintk("%s: fsroot:\n", __func__);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003547 status = decode_pathname(xdr, &res->fs_path);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003548 if (unlikely(status != 0))
3549 goto out;
Benny Halevyc0eae662009-08-14 17:20:14 +03003550 p = xdr_inline_decode(xdr, 4);
3551 if (unlikely(!p))
3552 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003553 n = be32_to_cpup(p);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003554 if (n <= 0)
3555 goto out_eio;
Trond Myklebust809b4262013-03-27 11:54:45 -04003556 for (res->nlocations = 0; res->nlocations < n; res->nlocations++) {
Chuck Lever464ad6b2007-10-26 13:32:08 -04003557 u32 m;
Trond Myklebust809b4262013-03-27 11:54:45 -04003558 struct nfs4_fs_location *loc;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003559
Trond Myklebust809b4262013-03-27 11:54:45 -04003560 if (res->nlocations == NFS4_FS_LOCATIONS_MAXENTRIES)
3561 break;
3562 loc = &res->locations[res->nlocations];
Benny Halevyc0eae662009-08-14 17:20:14 +03003563 p = xdr_inline_decode(xdr, 4);
3564 if (unlikely(!p))
3565 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003566 m = be32_to_cpup(p);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003567
Chuck Lever02a29762012-03-01 17:00:31 -05003568 dprintk("%s: servers:\n", __func__);
Trond Myklebust809b4262013-03-27 11:54:45 -04003569 for (loc->nservers = 0; loc->nservers < m; loc->nservers++) {
3570 struct nfs4_string *server;
3571
3572 if (loc->nservers == NFS4_FS_LOCATION_MAXSERVERS) {
Chuck Lever464ad6b2007-10-26 13:32:08 -04003573 unsigned int i;
3574 dprintk("%s: using first %u of %u servers "
3575 "returned for location %u\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003576 __func__,
Chuck Lever464ad6b2007-10-26 13:32:08 -04003577 NFS4_FS_LOCATION_MAXSERVERS,
3578 m, res->nlocations);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003579 for (i = loc->nservers; i < m; i++) {
Trond Myklebust2e42c3e2007-05-14 17:20:41 -04003580 unsigned int len;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003581 char *data;
3582 status = decode_opaque_inline(xdr, &len, &data);
3583 if (unlikely(status != 0))
3584 goto out_eio;
3585 }
Trond Myklebust809b4262013-03-27 11:54:45 -04003586 break;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003587 }
Trond Myklebust809b4262013-03-27 11:54:45 -04003588 server = &loc->servers[loc->nservers];
3589 status = decode_opaque_inline(xdr, &server->len, &server->data);
3590 if (unlikely(status != 0))
3591 goto out_eio;
3592 dprintk("%s ", server->data);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003593 }
3594 status = decode_pathname(xdr, &loc->rootpath);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003595 if (unlikely(status != 0))
3596 goto out_eio;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003597 }
Trond Myklebust409924e2009-03-11 14:10:27 -04003598 if (res->nlocations != 0)
Chuck Lever81934dd2012-03-01 17:01:57 -05003599 status = NFS_ATTR_FATTR_V4_LOCATIONS;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003600out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003601 dprintk("%s: fs_locations done, error = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003602 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003603out_overflow:
3604 print_overflow_msg(__func__, xdr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003605out_eio:
3606 status = -EIO;
3607 goto out;
3608}
3609
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3611{
Al Viro8687b632006-10-19 23:28:48 -07003612 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613 int status = 0;
3614
3615 *res = 0;
3616 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXFILESIZE - 1U)))
3617 return -EIO;
3618 if (likely(bitmap[0] & FATTR4_WORD0_MAXFILESIZE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003619 p = xdr_inline_decode(xdr, 8);
3620 if (unlikely(!p))
3621 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003622 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623 bitmap[0] &= ~FATTR4_WORD0_MAXFILESIZE;
3624 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003625 dprintk("%s: maxfilesize=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003627out_overflow:
3628 print_overflow_msg(__func__, xdr);
3629 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630}
3631
3632static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink)
3633{
Al Viro8687b632006-10-19 23:28:48 -07003634 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635 int status = 0;
3636
3637 *maxlink = 1;
3638 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXLINK - 1U)))
3639 return -EIO;
3640 if (likely(bitmap[0] & FATTR4_WORD0_MAXLINK)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003641 p = xdr_inline_decode(xdr, 4);
3642 if (unlikely(!p))
3643 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003644 *maxlink = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645 bitmap[0] &= ~FATTR4_WORD0_MAXLINK;
3646 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003647 dprintk("%s: maxlink=%u\n", __func__, *maxlink);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003649out_overflow:
3650 print_overflow_msg(__func__, xdr);
3651 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652}
3653
3654static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname)
3655{
Al Viro8687b632006-10-19 23:28:48 -07003656 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003657 int status = 0;
3658
3659 *maxname = 1024;
3660 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXNAME - 1U)))
3661 return -EIO;
3662 if (likely(bitmap[0] & FATTR4_WORD0_MAXNAME)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003663 p = xdr_inline_decode(xdr, 4);
3664 if (unlikely(!p))
3665 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003666 *maxname = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667 bitmap[0] &= ~FATTR4_WORD0_MAXNAME;
3668 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003669 dprintk("%s: maxname=%u\n", __func__, *maxname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003671out_overflow:
3672 print_overflow_msg(__func__, xdr);
3673 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674}
3675
3676static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3677{
Al Viro8687b632006-10-19 23:28:48 -07003678 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 int status = 0;
3680
3681 *res = 1024;
3682 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXREAD - 1U)))
3683 return -EIO;
3684 if (likely(bitmap[0] & FATTR4_WORD0_MAXREAD)) {
3685 uint64_t maxread;
Benny Halevyc0eae662009-08-14 17:20:14 +03003686 p = xdr_inline_decode(xdr, 8);
3687 if (unlikely(!p))
3688 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003689 xdr_decode_hyper(p, &maxread);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690 if (maxread > 0x7FFFFFFF)
3691 maxread = 0x7FFFFFFF;
3692 *res = (uint32_t)maxread;
3693 bitmap[0] &= ~FATTR4_WORD0_MAXREAD;
3694 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003695 dprintk("%s: maxread=%lu\n", __func__, (unsigned long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003697out_overflow:
3698 print_overflow_msg(__func__, xdr);
3699 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700}
3701
3702static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3703{
Al Viro8687b632006-10-19 23:28:48 -07003704 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705 int status = 0;
3706
3707 *res = 1024;
3708 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXWRITE - 1U)))
3709 return -EIO;
3710 if (likely(bitmap[0] & FATTR4_WORD0_MAXWRITE)) {
3711 uint64_t maxwrite;
Benny Halevyc0eae662009-08-14 17:20:14 +03003712 p = xdr_inline_decode(xdr, 8);
3713 if (unlikely(!p))
3714 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003715 xdr_decode_hyper(p, &maxwrite);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716 if (maxwrite > 0x7FFFFFFF)
3717 maxwrite = 0x7FFFFFFF;
3718 *res = (uint32_t)maxwrite;
3719 bitmap[0] &= ~FATTR4_WORD0_MAXWRITE;
3720 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003721 dprintk("%s: maxwrite=%lu\n", __func__, (unsigned long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003723out_overflow:
3724 print_overflow_msg(__func__, xdr);
3725 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726}
3727
Trond Myklebustbca79472009-03-11 14:10:26 -04003728static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729{
Trond Myklebustbca79472009-03-11 14:10:26 -04003730 uint32_t tmp;
Al Viro8687b632006-10-19 23:28:48 -07003731 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003732 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733
3734 *mode = 0;
3735 if (unlikely(bitmap[1] & (FATTR4_WORD1_MODE - 1U)))
3736 return -EIO;
3737 if (likely(bitmap[1] & FATTR4_WORD1_MODE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003738 p = xdr_inline_decode(xdr, 4);
3739 if (unlikely(!p))
3740 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003741 tmp = be32_to_cpup(p);
Trond Myklebustbca79472009-03-11 14:10:26 -04003742 *mode = tmp & ~S_IFMT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743 bitmap[1] &= ~FATTR4_WORD1_MODE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003744 ret = NFS_ATTR_FATTR_MODE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003746 dprintk("%s: file mode=0%o\n", __func__, (unsigned int)*mode);
Trond Myklebust409924e2009-03-11 14:10:27 -04003747 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003748out_overflow:
3749 print_overflow_msg(__func__, xdr);
3750 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751}
3752
3753static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink)
3754{
Al Viro8687b632006-10-19 23:28:48 -07003755 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003756 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757
3758 *nlink = 1;
3759 if (unlikely(bitmap[1] & (FATTR4_WORD1_NUMLINKS - 1U)))
3760 return -EIO;
3761 if (likely(bitmap[1] & FATTR4_WORD1_NUMLINKS)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003762 p = xdr_inline_decode(xdr, 4);
3763 if (unlikely(!p))
3764 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003765 *nlink = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766 bitmap[1] &= ~FATTR4_WORD1_NUMLINKS;
Trond Myklebust409924e2009-03-11 14:10:27 -04003767 ret = NFS_ATTR_FATTR_NLINK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003768 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003769 dprintk("%s: nlink=%u\n", __func__, (unsigned int)*nlink);
Trond Myklebust409924e2009-03-11 14:10:27 -04003770 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003771out_overflow:
3772 print_overflow_msg(__func__, xdr);
3773 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774}
3775
Trond Myklebust80e52ac2009-08-09 15:06:19 -04003776static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap,
Eric W. Biedermane5782072013-02-01 14:22:02 -08003777 const struct nfs_server *server, kuid_t *uid,
Trond Myklebust6926afd2012-01-07 13:22:46 -05003778 struct nfs4_string *owner_name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779{
Al Viro8687b632006-10-19 23:28:48 -07003780 uint32_t len;
3781 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003782 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783
Eric W. Biedermane5782072013-02-01 14:22:02 -08003784 *uid = make_kuid(&init_user_ns, -2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER - 1U)))
3786 return -EIO;
3787 if (likely(bitmap[1] & FATTR4_WORD1_OWNER)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003788 p = xdr_inline_decode(xdr, 4);
3789 if (unlikely(!p))
3790 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003791 len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03003792 p = xdr_inline_decode(xdr, len);
3793 if (unlikely(!p))
3794 goto out_overflow;
Trond Myklebust6926afd2012-01-07 13:22:46 -05003795 if (owner_name != NULL) {
3796 owner_name->data = kmemdup(p, len, GFP_NOWAIT);
3797 if (owner_name->data != NULL) {
3798 owner_name->len = len;
3799 ret = NFS_ATTR_FATTR_OWNER_NAME;
3800 }
Trond Myklebust80e52ac2009-08-09 15:06:19 -04003801 } else if (len < XDR_MAX_NETOBJ) {
Trond Myklebuste4fd72a2011-02-22 15:44:31 -08003802 if (nfs_map_name_to_uid(server, (char *)p, len, uid) == 0)
Trond Myklebust409924e2009-03-11 14:10:27 -04003803 ret = NFS_ATTR_FATTR_OWNER;
3804 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805 dprintk("%s: nfs_map_name_to_uid failed!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003806 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807 } else
Chuck Leverfe82a182007-09-11 18:01:10 -04003808 dprintk("%s: name too long (%u)!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003809 __func__, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810 bitmap[1] &= ~FATTR4_WORD1_OWNER;
3811 }
Eric W. Biedermane5782072013-02-01 14:22:02 -08003812 dprintk("%s: uid=%d\n", __func__, (int)from_kuid(&init_user_ns, *uid));
Trond Myklebust409924e2009-03-11 14:10:27 -04003813 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003814out_overflow:
3815 print_overflow_msg(__func__, xdr);
3816 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817}
3818
Trond Myklebust80e52ac2009-08-09 15:06:19 -04003819static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap,
Eric W. Biedermane5782072013-02-01 14:22:02 -08003820 const struct nfs_server *server, kgid_t *gid,
Trond Myklebust6926afd2012-01-07 13:22:46 -05003821 struct nfs4_string *group_name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822{
Al Viro8687b632006-10-19 23:28:48 -07003823 uint32_t len;
3824 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003825 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826
Eric W. Biedermane5782072013-02-01 14:22:02 -08003827 *gid = make_kgid(&init_user_ns, -2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER_GROUP - 1U)))
3829 return -EIO;
3830 if (likely(bitmap[1] & FATTR4_WORD1_OWNER_GROUP)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003831 p = xdr_inline_decode(xdr, 4);
3832 if (unlikely(!p))
3833 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003834 len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03003835 p = xdr_inline_decode(xdr, len);
3836 if (unlikely(!p))
3837 goto out_overflow;
Trond Myklebust6926afd2012-01-07 13:22:46 -05003838 if (group_name != NULL) {
3839 group_name->data = kmemdup(p, len, GFP_NOWAIT);
3840 if (group_name->data != NULL) {
3841 group_name->len = len;
3842 ret = NFS_ATTR_FATTR_GROUP_NAME;
3843 }
Trond Myklebust80e52ac2009-08-09 15:06:19 -04003844 } else if (len < XDR_MAX_NETOBJ) {
Trond Myklebuste4fd72a2011-02-22 15:44:31 -08003845 if (nfs_map_group_to_gid(server, (char *)p, len, gid) == 0)
Trond Myklebust409924e2009-03-11 14:10:27 -04003846 ret = NFS_ATTR_FATTR_GROUP;
3847 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848 dprintk("%s: nfs_map_group_to_gid failed!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003849 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850 } else
Chuck Leverfe82a182007-09-11 18:01:10 -04003851 dprintk("%s: name too long (%u)!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003852 __func__, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853 bitmap[1] &= ~FATTR4_WORD1_OWNER_GROUP;
3854 }
Eric W. Biedermane5782072013-02-01 14:22:02 -08003855 dprintk("%s: gid=%d\n", __func__, (int)from_kgid(&init_user_ns, *gid));
Trond Myklebust409924e2009-03-11 14:10:27 -04003856 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003857out_overflow:
3858 print_overflow_msg(__func__, xdr);
3859 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860}
3861
3862static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev)
3863{
Al Viro8687b632006-10-19 23:28:48 -07003864 uint32_t major = 0, minor = 0;
3865 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003866 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867
3868 *rdev = MKDEV(0,0);
3869 if (unlikely(bitmap[1] & (FATTR4_WORD1_RAWDEV - 1U)))
3870 return -EIO;
3871 if (likely(bitmap[1] & FATTR4_WORD1_RAWDEV)) {
3872 dev_t tmp;
3873
Benny Halevyc0eae662009-08-14 17:20:14 +03003874 p = xdr_inline_decode(xdr, 8);
3875 if (unlikely(!p))
3876 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03003877 major = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03003878 minor = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003879 tmp = MKDEV(major, minor);
3880 if (MAJOR(tmp) == major && MINOR(tmp) == minor)
3881 *rdev = tmp;
3882 bitmap[1] &= ~ FATTR4_WORD1_RAWDEV;
Trond Myklebust409924e2009-03-11 14:10:27 -04003883 ret = NFS_ATTR_FATTR_RDEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003885 dprintk("%s: rdev=(0x%x:0x%x)\n", __func__, major, minor);
Trond Myklebust409924e2009-03-11 14:10:27 -04003886 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003887out_overflow:
3888 print_overflow_msg(__func__, xdr);
3889 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890}
3891
3892static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3893{
Al Viro8687b632006-10-19 23:28:48 -07003894 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003895 int status = 0;
3896
3897 *res = 0;
3898 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_AVAIL - 1U)))
3899 return -EIO;
3900 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_AVAIL)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003901 p = xdr_inline_decode(xdr, 8);
3902 if (unlikely(!p))
3903 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003904 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905 bitmap[1] &= ~FATTR4_WORD1_SPACE_AVAIL;
3906 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003907 dprintk("%s: space avail=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003909out_overflow:
3910 print_overflow_msg(__func__, xdr);
3911 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003912}
3913
3914static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3915{
Al Viro8687b632006-10-19 23:28:48 -07003916 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917 int status = 0;
3918
3919 *res = 0;
3920 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_FREE - 1U)))
3921 return -EIO;
3922 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_FREE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003923 p = xdr_inline_decode(xdr, 8);
3924 if (unlikely(!p))
3925 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003926 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927 bitmap[1] &= ~FATTR4_WORD1_SPACE_FREE;
3928 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003929 dprintk("%s: space free=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003931out_overflow:
3932 print_overflow_msg(__func__, xdr);
3933 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934}
3935
3936static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3937{
Al Viro8687b632006-10-19 23:28:48 -07003938 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939 int status = 0;
3940
3941 *res = 0;
3942 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_TOTAL - 1U)))
3943 return -EIO;
3944 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_TOTAL)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003945 p = xdr_inline_decode(xdr, 8);
3946 if (unlikely(!p))
3947 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003948 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949 bitmap[1] &= ~FATTR4_WORD1_SPACE_TOTAL;
3950 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003951 dprintk("%s: space total=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003953out_overflow:
3954 print_overflow_msg(__func__, xdr);
3955 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956}
3957
3958static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used)
3959{
Al Viro8687b632006-10-19 23:28:48 -07003960 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003961 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962
3963 *used = 0;
3964 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_USED - 1U)))
3965 return -EIO;
3966 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_USED)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003967 p = xdr_inline_decode(xdr, 8);
3968 if (unlikely(!p))
3969 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003970 xdr_decode_hyper(p, used);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971 bitmap[1] &= ~FATTR4_WORD1_SPACE_USED;
Trond Myklebust409924e2009-03-11 14:10:27 -04003972 ret = NFS_ATTR_FATTR_SPACE_USED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003974 dprintk("%s: space used=%Lu\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975 (unsigned long long)*used);
Trond Myklebust409924e2009-03-11 14:10:27 -04003976 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003977out_overflow:
3978 print_overflow_msg(__func__, xdr);
3979 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980}
3981
3982static int decode_attr_time(struct xdr_stream *xdr, struct timespec *time)
3983{
Al Viro8687b632006-10-19 23:28:48 -07003984 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985 uint64_t sec;
3986 uint32_t nsec;
3987
Benny Halevyc0eae662009-08-14 17:20:14 +03003988 p = xdr_inline_decode(xdr, 12);
3989 if (unlikely(!p))
3990 goto out_overflow;
Benny Halevy3ceb4db2009-08-14 17:19:41 +03003991 p = xdr_decode_hyper(p, &sec);
Benny Halevycccddf42009-08-14 17:20:19 +03003992 nsec = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993 time->tv_sec = (time_t)sec;
3994 time->tv_nsec = (long)nsec;
3995 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003996out_overflow:
3997 print_overflow_msg(__func__, xdr);
3998 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003999}
4000
4001static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4002{
4003 int status = 0;
4004
4005 time->tv_sec = 0;
4006 time->tv_nsec = 0;
4007 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_ACCESS - 1U)))
4008 return -EIO;
4009 if (likely(bitmap[1] & FATTR4_WORD1_TIME_ACCESS)) {
4010 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04004011 if (status == 0)
4012 status = NFS_ATTR_FATTR_ATIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013 bitmap[1] &= ~FATTR4_WORD1_TIME_ACCESS;
4014 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004015 dprintk("%s: atime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004016 return status;
4017}
4018
4019static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4020{
4021 int status = 0;
4022
4023 time->tv_sec = 0;
4024 time->tv_nsec = 0;
4025 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_METADATA - 1U)))
4026 return -EIO;
4027 if (likely(bitmap[1] & FATTR4_WORD1_TIME_METADATA)) {
4028 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04004029 if (status == 0)
4030 status = NFS_ATTR_FATTR_CTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004031 bitmap[1] &= ~FATTR4_WORD1_TIME_METADATA;
4032 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004033 dprintk("%s: ctime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034 return status;
4035}
4036
Ricardo Labiaga55b6e772010-10-12 16:30:06 -07004037static int decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap,
4038 struct timespec *time)
4039{
4040 int status = 0;
4041
4042 time->tv_sec = 0;
4043 time->tv_nsec = 0;
4044 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_DELTA - 1U)))
4045 return -EIO;
4046 if (likely(bitmap[1] & FATTR4_WORD1_TIME_DELTA)) {
4047 status = decode_attr_time(xdr, time);
4048 bitmap[1] &= ~FATTR4_WORD1_TIME_DELTA;
4049 }
4050 dprintk("%s: time_delta=%ld %ld\n", __func__, (long)time->tv_sec,
4051 (long)time->tv_nsec);
4052 return status;
4053}
4054
Linus Torvalds1da177e2005-04-16 15:20:36 -07004055static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4056{
4057 int status = 0;
4058
4059 time->tv_sec = 0;
4060 time->tv_nsec = 0;
4061 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_MODIFY - 1U)))
4062 return -EIO;
4063 if (likely(bitmap[1] & FATTR4_WORD1_TIME_MODIFY)) {
4064 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04004065 if (status == 0)
4066 status = NFS_ATTR_FATTR_MTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004067 bitmap[1] &= ~FATTR4_WORD1_TIME_MODIFY;
4068 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004069 dprintk("%s: mtime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070 return status;
4071}
4072
Trond Myklebust256e48b2012-06-21 11:18:13 -04004073static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074{
4075 unsigned int attrwords = XDR_QUADLEN(attrlen);
Trond Myklebust256e48b2012-06-21 11:18:13 -04004076 unsigned int nwords = (xdr_stream_pos(xdr) - savep) >> 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004077
4078 if (unlikely(attrwords != nwords)) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004079 dprintk("%s: server returned incorrect attribute length: "
4080 "%u %c %u\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07004081 __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082 attrwords << 2,
4083 (attrwords < nwords) ? '<' : '>',
4084 nwords << 2);
4085 return -EIO;
4086 }
4087 return 0;
4088}
4089
4090static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4091{
Al Viro8687b632006-10-19 23:28:48 -07004092 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093
Benny Halevyc0eae662009-08-14 17:20:14 +03004094 p = xdr_inline_decode(xdr, 20);
4095 if (unlikely(!p))
4096 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03004097 cinfo->atomic = be32_to_cpup(p++);
Benny Halevy3ceb4db2009-08-14 17:19:41 +03004098 p = xdr_decode_hyper(p, &cinfo->before);
Benny Halevycccddf42009-08-14 17:20:19 +03004099 xdr_decode_hyper(p, &cinfo->after);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004101out_overflow:
4102 print_overflow_msg(__func__, xdr);
4103 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104}
4105
Weston Andros Adamson6168f622012-09-10 14:00:46 -04004106static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107{
Al Viro8687b632006-10-19 23:28:48 -07004108 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109 uint32_t supp, acc;
4110 int status;
4111
4112 status = decode_op_hdr(xdr, OP_ACCESS);
4113 if (status)
4114 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004115 p = xdr_inline_decode(xdr, 8);
4116 if (unlikely(!p))
4117 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03004118 supp = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03004119 acc = be32_to_cpup(p);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04004120 *supported = supp;
4121 *access = acc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004123out_overflow:
4124 print_overflow_msg(__func__, xdr);
4125 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126}
4127
Benny Halevy07d30432009-08-14 17:19:52 +03004128static int decode_opaque_fixed(struct xdr_stream *xdr, void *buf, size_t len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129{
Al Viro8687b632006-10-19 23:28:48 -07004130 __be32 *p;
Benny Halevy07d30432009-08-14 17:19:52 +03004131
4132 p = xdr_inline_decode(xdr, len);
4133 if (likely(p)) {
4134 memcpy(buf, p, len);
4135 return 0;
4136 }
4137 print_overflow_msg(__func__, xdr);
4138 return -EIO;
4139}
4140
4141static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid)
4142{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05004143 return decode_opaque_fixed(xdr, stateid, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004144}
4145
4146static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res)
4147{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004148 int status;
4149
4150 status = decode_op_hdr(xdr, OP_CLOSE);
Trond Myklebustc1d51932008-04-07 13:20:54 -04004151 if (status != -EIO)
4152 nfs_increment_open_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03004153 if (!status)
4154 status = decode_stateid(xdr, &res->stateid);
4155 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004156}
4157
Benny Halevydb942bb2009-08-14 17:19:56 +03004158static int decode_verifier(struct xdr_stream *xdr, void *verifier)
4159{
Chuck Levercd937102012-03-02 17:14:31 -05004160 return decode_opaque_fixed(xdr, verifier, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161}
4162
Trond Myklebust2f2c63b2012-06-08 11:56:09 -04004163static int decode_write_verifier(struct xdr_stream *xdr, struct nfs_write_verifier *verifier)
4164{
4165 return decode_opaque_fixed(xdr, verifier->data, NFS4_VERIFIER_SIZE);
4166}
4167
Fred Isaman0b7c0152012-04-20 14:47:39 -04004168static int decode_commit(struct xdr_stream *xdr, struct nfs_commitres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004169{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170 int status;
4171
4172 status = decode_op_hdr(xdr, OP_COMMIT);
Benny Halevydb942bb2009-08-14 17:19:56 +03004173 if (!status)
Trond Myklebust2f2c63b2012-06-08 11:56:09 -04004174 status = decode_write_verifier(xdr, &res->verf->verifier);
Benny Halevydb942bb2009-08-14 17:19:56 +03004175 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004176}
4177
4178static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4179{
Al Viro8687b632006-10-19 23:28:48 -07004180 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181 uint32_t bmlen;
4182 int status;
4183
4184 status = decode_op_hdr(xdr, OP_CREATE);
4185 if (status)
4186 return status;
4187 if ((status = decode_change_info(xdr, cinfo)))
4188 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004189 p = xdr_inline_decode(xdr, 4);
4190 if (unlikely(!p))
4191 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004192 bmlen = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03004193 p = xdr_inline_decode(xdr, bmlen << 2);
4194 if (likely(p))
4195 return 0;
4196out_overflow:
4197 print_overflow_msg(__func__, xdr);
4198 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199}
4200
4201static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res)
4202{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004203 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04004204 uint32_t attrlen, bitmap[3] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205 int status;
4206
4207 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4208 goto xdr_error;
4209 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4210 goto xdr_error;
4211 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4212 goto xdr_error;
4213 if ((status = decode_attr_supported(xdr, bitmap, res->attr_bitmask)) != 0)
4214 goto xdr_error;
Chuck Lever264e6352012-03-01 17:02:05 -05004215 if ((status = decode_attr_fh_expire_type(xdr, bitmap,
4216 &res->fh_expire_type)) != 0)
4217 goto xdr_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218 if ((status = decode_attr_link_support(xdr, bitmap, &res->has_links)) != 0)
4219 goto xdr_error;
4220 if ((status = decode_attr_symlink_support(xdr, bitmap, &res->has_symlinks)) != 0)
4221 goto xdr_error;
4222 if ((status = decode_attr_aclsupport(xdr, bitmap, &res->acl_bitmask)) != 0)
4223 goto xdr_error;
4224 status = verify_attr_len(xdr, savep, attrlen);
4225xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004226 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004227 return status;
4228}
Andy Adamson6c0195a2008-12-23 16:06:15 -05004229
Linus Torvalds1da177e2005-04-16 15:20:36 -07004230static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat)
4231{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004232 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04004233 uint32_t attrlen, bitmap[3] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07004234 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004235
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4237 goto xdr_error;
4238 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4239 goto xdr_error;
4240 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4241 goto xdr_error;
4242
4243 if ((status = decode_attr_files_avail(xdr, bitmap, &fsstat->afiles)) != 0)
4244 goto xdr_error;
4245 if ((status = decode_attr_files_free(xdr, bitmap, &fsstat->ffiles)) != 0)
4246 goto xdr_error;
4247 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0)
4248 goto xdr_error;
4249 if ((status = decode_attr_space_avail(xdr, bitmap, &fsstat->abytes)) != 0)
4250 goto xdr_error;
4251 if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->fbytes)) != 0)
4252 goto xdr_error;
4253 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0)
4254 goto xdr_error;
4255
4256 status = verify_attr_len(xdr, savep, attrlen);
4257xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004258 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259 return status;
4260}
4261
4262static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf)
4263{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004264 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04004265 uint32_t attrlen, bitmap[3] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07004266 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004267
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4269 goto xdr_error;
4270 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4271 goto xdr_error;
4272 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4273 goto xdr_error;
4274
4275 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0)
4276 goto xdr_error;
4277 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0)
4278 goto xdr_error;
4279
4280 status = verify_attr_len(xdr, savep, attrlen);
4281xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004282 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283 return status;
4284}
4285
Andy Adamson88034c32012-05-23 05:02:34 -04004286static int decode_threshold_hint(struct xdr_stream *xdr,
4287 uint32_t *bitmap,
4288 uint64_t *res,
4289 uint32_t hint_bit)
4290{
4291 __be32 *p;
4292
4293 *res = 0;
4294 if (likely(bitmap[0] & hint_bit)) {
4295 p = xdr_inline_decode(xdr, 8);
4296 if (unlikely(!p))
4297 goto out_overflow;
4298 xdr_decode_hyper(p, res);
4299 }
4300 return 0;
4301out_overflow:
4302 print_overflow_msg(__func__, xdr);
4303 return -EIO;
4304}
4305
4306static int decode_first_threshold_item4(struct xdr_stream *xdr,
4307 struct nfs4_threshold *res)
4308{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004309 __be32 *p;
4310 unsigned int savep;
Andy Adamson88034c32012-05-23 05:02:34 -04004311 uint32_t bitmap[3] = {0,}, attrlen;
4312 int status;
4313
4314 /* layout type */
4315 p = xdr_inline_decode(xdr, 4);
4316 if (unlikely(!p)) {
4317 print_overflow_msg(__func__, xdr);
4318 return -EIO;
4319 }
4320 res->l_type = be32_to_cpup(p);
4321
4322 /* thi_hintset bitmap */
4323 status = decode_attr_bitmap(xdr, bitmap);
4324 if (status < 0)
4325 goto xdr_error;
4326
4327 /* thi_hintlist length */
4328 status = decode_attr_length(xdr, &attrlen, &savep);
4329 if (status < 0)
4330 goto xdr_error;
4331 /* thi_hintlist */
4332 status = decode_threshold_hint(xdr, bitmap, &res->rd_sz, THRESHOLD_RD);
4333 if (status < 0)
4334 goto xdr_error;
4335 status = decode_threshold_hint(xdr, bitmap, &res->wr_sz, THRESHOLD_WR);
4336 if (status < 0)
4337 goto xdr_error;
4338 status = decode_threshold_hint(xdr, bitmap, &res->rd_io_sz,
4339 THRESHOLD_RD_IO);
4340 if (status < 0)
4341 goto xdr_error;
4342 status = decode_threshold_hint(xdr, bitmap, &res->wr_io_sz,
4343 THRESHOLD_WR_IO);
4344 if (status < 0)
4345 goto xdr_error;
4346
4347 status = verify_attr_len(xdr, savep, attrlen);
4348 res->bm = bitmap[0];
4349
4350 dprintk("%s bm=0x%x rd_sz=%llu wr_sz=%llu rd_io=%llu wr_io=%llu\n",
4351 __func__, res->bm, res->rd_sz, res->wr_sz, res->rd_io_sz,
4352 res->wr_io_sz);
4353xdr_error:
4354 dprintk("%s ret=%d!\n", __func__, status);
4355 return status;
4356}
4357
4358/*
4359 * Thresholds on pNFS direct I/O vrs MDS I/O
4360 */
4361static int decode_attr_mdsthreshold(struct xdr_stream *xdr,
4362 uint32_t *bitmap,
4363 struct nfs4_threshold *res)
4364{
4365 __be32 *p;
4366 int status = 0;
4367 uint32_t num;
4368
4369 if (unlikely(bitmap[2] & (FATTR4_WORD2_MDSTHRESHOLD - 1U)))
4370 return -EIO;
Trond Myklebust029c5342012-06-05 09:35:44 -04004371 if (bitmap[2] & FATTR4_WORD2_MDSTHRESHOLD) {
Trond Myklebust1549210f2012-06-05 09:16:47 -04004372 /* Did the server return an unrequested attribute? */
4373 if (unlikely(res == NULL))
4374 return -EREMOTEIO;
Andy Adamson88034c32012-05-23 05:02:34 -04004375 p = xdr_inline_decode(xdr, 4);
4376 if (unlikely(!p))
4377 goto out_overflow;
4378 num = be32_to_cpup(p);
4379 if (num == 0)
4380 return 0;
4381 if (num > 1)
4382 printk(KERN_INFO "%s: Warning: Multiple pNFS layout "
4383 "drivers per filesystem not supported\n",
4384 __func__);
4385
4386 status = decode_first_threshold_item4(xdr, res);
Trond Myklebust029c5342012-06-05 09:35:44 -04004387 bitmap[2] &= ~FATTR4_WORD2_MDSTHRESHOLD;
Andy Adamson88034c32012-05-23 05:02:34 -04004388 }
4389 return status;
4390out_overflow:
4391 print_overflow_msg(__func__, xdr);
4392 return -EIO;
4393}
4394
Bryan Schumakerae42c702010-10-21 16:33:17 -04004395static int decode_getfattr_attrs(struct xdr_stream *xdr, uint32_t *bitmap,
4396 struct nfs_fattr *fattr, struct nfs_fh *fh,
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05004397 struct nfs4_fs_locations *fs_loc,
Trond Myklebust6926afd2012-01-07 13:22:46 -05004398 const struct nfs_server *server)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399{
Trond Myklebustbca79472009-03-11 14:10:26 -04004400 int status;
4401 umode_t fmode = 0;
Bryan Schumakerae42c702010-10-21 16:33:17 -04004402 uint32_t type;
Trond Myklebustee7b75f2011-06-16 13:15:41 -04004403 int32_t err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004405 status = decode_attr_type(xdr, bitmap, &type);
4406 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004407 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004408 fattr->mode = 0;
4409 if (status != 0) {
4410 fattr->mode |= nfs_type2fmt[type];
4411 fattr->valid |= status;
4412 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004413
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004414 status = decode_attr_change(xdr, bitmap, &fattr->change_attr);
4415 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004416 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004417 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004418
4419 status = decode_attr_size(xdr, bitmap, &fattr->size);
4420 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004422 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004423
4424 status = decode_attr_fsid(xdr, bitmap, &fattr->fsid);
4425 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004427 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004428
Trond Myklebustee7b75f2011-06-16 13:15:41 -04004429 err = 0;
4430 status = decode_attr_error(xdr, bitmap, &err);
Bryan Schumakerae42c702010-10-21 16:33:17 -04004431 if (status < 0)
4432 goto xdr_error;
4433
4434 status = decode_attr_filehandle(xdr, bitmap, fh);
4435 if (status < 0)
4436 goto xdr_error;
4437
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004438 status = decode_attr_fileid(xdr, bitmap, &fattr->fileid);
4439 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004440 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004441 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004442
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05004443 status = decode_attr_fs_locations(xdr, bitmap, fs_loc);
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004444 if (status < 0)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004445 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004446 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004447
4448 status = decode_attr_mode(xdr, bitmap, &fmode);
4449 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004450 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004451 if (status != 0) {
4452 fattr->mode |= fmode;
4453 fattr->valid |= status;
4454 }
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004455
4456 status = decode_attr_nlink(xdr, bitmap, &fattr->nlink);
4457 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004459 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004460
Trond Myklebust6926afd2012-01-07 13:22:46 -05004461 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name);
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004462 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004464 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004465
Trond Myklebust6926afd2012-01-07 13:22:46 -05004466 status = decode_attr_group(xdr, bitmap, server, &fattr->gid, fattr->group_name);
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004467 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004469 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004470
4471 status = decode_attr_rdev(xdr, bitmap, &fattr->rdev);
4472 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004473 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004474 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004475
4476 status = decode_attr_space_used(xdr, bitmap, &fattr->du.nfs3.used);
4477 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004479 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004480
4481 status = decode_attr_time_access(xdr, bitmap, &fattr->atime);
4482 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004484 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004485
4486 status = decode_attr_time_metadata(xdr, bitmap, &fattr->ctime);
4487 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004489 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004490
4491 status = decode_attr_time_modify(xdr, bitmap, &fattr->mtime);
4492 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004493 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004494 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004495
Trond Myklebust28331a42011-04-27 13:47:52 -04004496 status = decode_attr_mounted_on_fileid(xdr, bitmap, &fattr->mounted_on_fileid);
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004497 if (status < 0)
Manoj Naik99baf622006-06-09 09:34:24 -04004498 goto xdr_error;
Trond Myklebust28331a42011-04-27 13:47:52 -04004499 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004500
Andy Adamson88034c32012-05-23 05:02:34 -04004501 status = decode_attr_mdsthreshold(xdr, bitmap, fattr->mdsthreshold);
4502 if (status < 0)
4503 goto xdr_error;
4504
Bryan Schumakerae42c702010-10-21 16:33:17 -04004505xdr_error:
4506 dprintk("%s: xdr returned %d\n", __func__, -status);
4507 return status;
4508}
4509
4510static int decode_getfattr_generic(struct xdr_stream *xdr, struct nfs_fattr *fattr,
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05004511 struct nfs_fh *fh, struct nfs4_fs_locations *fs_loc,
4512 const struct nfs_server *server)
Bryan Schumakerae42c702010-10-21 16:33:17 -04004513{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004514 unsigned int savep;
Bryan Schumakerae42c702010-10-21 16:33:17 -04004515 uint32_t attrlen,
Fred Isamandae100c2011-07-30 20:52:37 -04004516 bitmap[3] = {0};
Bryan Schumakerae42c702010-10-21 16:33:17 -04004517 int status;
4518
4519 status = decode_op_hdr(xdr, OP_GETATTR);
4520 if (status < 0)
4521 goto xdr_error;
4522
4523 status = decode_attr_bitmap(xdr, bitmap);
4524 if (status < 0)
4525 goto xdr_error;
4526
4527 status = decode_attr_length(xdr, &attrlen, &savep);
4528 if (status < 0)
4529 goto xdr_error;
4530
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05004531 status = decode_getfattr_attrs(xdr, bitmap, fattr, fh, fs_loc, server);
Bryan Schumakerae42c702010-10-21 16:33:17 -04004532 if (status < 0)
4533 goto xdr_error;
4534
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004535 status = verify_attr_len(xdr, savep, attrlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004537 dprintk("%s: xdr returned %d\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538 return status;
4539}
4540
Bryan Schumakerae42c702010-10-21 16:33:17 -04004541static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr,
Trond Myklebust6926afd2012-01-07 13:22:46 -05004542 const struct nfs_server *server)
Bryan Schumakerae42c702010-10-21 16:33:17 -04004543{
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05004544 return decode_getfattr_generic(xdr, fattr, NULL, NULL, server);
Bryan Schumakerae42c702010-10-21 16:33:17 -04004545}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004546
Andy Adamson504913f2010-10-20 00:17:57 -04004547/*
4548 * Decode potentially multiple layout types. Currently we only support
4549 * one layout driver per file system.
4550 */
4551static int decode_first_pnfs_layout_type(struct xdr_stream *xdr,
4552 uint32_t *layouttype)
4553{
4554 uint32_t *p;
4555 int num;
4556
4557 p = xdr_inline_decode(xdr, 4);
4558 if (unlikely(!p))
4559 goto out_overflow;
4560 num = be32_to_cpup(p);
4561
4562 /* pNFS is not supported by the underlying file system */
4563 if (num == 0) {
4564 *layouttype = 0;
4565 return 0;
4566 }
4567 if (num > 1)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05004568 printk(KERN_INFO "NFS: %s: Warning: Multiple pNFS layout "
4569 "drivers per filesystem not supported\n", __func__);
Andy Adamson504913f2010-10-20 00:17:57 -04004570
4571 /* Decode and set first layout type, move xdr->p past unused types */
4572 p = xdr_inline_decode(xdr, num * 4);
4573 if (unlikely(!p))
4574 goto out_overflow;
4575 *layouttype = be32_to_cpup(p);
4576 return 0;
4577out_overflow:
4578 print_overflow_msg(__func__, xdr);
4579 return -EIO;
4580}
4581
4582/*
4583 * The type of file system exported.
4584 * Note we must ensure that layouttype is set in any non-error case.
4585 */
4586static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap,
4587 uint32_t *layouttype)
4588{
4589 int status = 0;
4590
4591 dprintk("%s: bitmap is %x\n", __func__, bitmap[1]);
4592 if (unlikely(bitmap[1] & (FATTR4_WORD1_FS_LAYOUT_TYPES - 1U)))
4593 return -EIO;
4594 if (bitmap[1] & FATTR4_WORD1_FS_LAYOUT_TYPES) {
4595 status = decode_first_pnfs_layout_type(xdr, layouttype);
4596 bitmap[1] &= ~FATTR4_WORD1_FS_LAYOUT_TYPES;
4597 } else
4598 *layouttype = 0;
4599 return status;
4600}
4601
Fred Isamandae100c2011-07-30 20:52:37 -04004602/*
4603 * The prefered block size for layout directed io
4604 */
4605static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap,
4606 uint32_t *res)
4607{
4608 __be32 *p;
4609
4610 dprintk("%s: bitmap is %x\n", __func__, bitmap[2]);
4611 *res = 0;
4612 if (bitmap[2] & FATTR4_WORD2_LAYOUT_BLKSIZE) {
4613 p = xdr_inline_decode(xdr, 4);
4614 if (unlikely(!p)) {
4615 print_overflow_msg(__func__, xdr);
4616 return -EIO;
4617 }
4618 *res = be32_to_cpup(p);
4619 bitmap[2] &= ~FATTR4_WORD2_LAYOUT_BLKSIZE;
4620 }
4621 return 0;
4622}
4623
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo)
4625{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004626 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04004627 uint32_t attrlen, bitmap[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004628 int status;
4629
4630 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4631 goto xdr_error;
4632 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4633 goto xdr_error;
4634 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4635 goto xdr_error;
4636
4637 fsinfo->rtmult = fsinfo->wtmult = 512; /* ??? */
4638
4639 if ((status = decode_attr_lease_time(xdr, bitmap, &fsinfo->lease_time)) != 0)
4640 goto xdr_error;
4641 if ((status = decode_attr_maxfilesize(xdr, bitmap, &fsinfo->maxfilesize)) != 0)
4642 goto xdr_error;
4643 if ((status = decode_attr_maxread(xdr, bitmap, &fsinfo->rtmax)) != 0)
4644 goto xdr_error;
4645 fsinfo->rtpref = fsinfo->dtpref = fsinfo->rtmax;
4646 if ((status = decode_attr_maxwrite(xdr, bitmap, &fsinfo->wtmax)) != 0)
4647 goto xdr_error;
4648 fsinfo->wtpref = fsinfo->wtmax;
Ricardo Labiaga55b6e772010-10-12 16:30:06 -07004649 status = decode_attr_time_delta(xdr, bitmap, &fsinfo->time_delta);
4650 if (status != 0)
4651 goto xdr_error;
Andy Adamson504913f2010-10-20 00:17:57 -04004652 status = decode_attr_pnfstype(xdr, bitmap, &fsinfo->layouttype);
4653 if (status != 0)
4654 goto xdr_error;
Fred Isamandae100c2011-07-30 20:52:37 -04004655 status = decode_attr_layout_blksize(xdr, bitmap, &fsinfo->blksize);
4656 if (status)
4657 goto xdr_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658
4659 status = verify_attr_len(xdr, savep, attrlen);
4660xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004661 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004662 return status;
4663}
4664
4665static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh)
4666{
Al Viro8687b632006-10-19 23:28:48 -07004667 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004668 uint32_t len;
4669 int status;
4670
Trond Myklebust99367812007-07-17 21:52:41 -04004671 /* Zero handle first to allow comparisons */
4672 memset(fh, 0, sizeof(*fh));
4673
Linus Torvalds1da177e2005-04-16 15:20:36 -07004674 status = decode_op_hdr(xdr, OP_GETFH);
4675 if (status)
4676 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677
Benny Halevyc0eae662009-08-14 17:20:14 +03004678 p = xdr_inline_decode(xdr, 4);
4679 if (unlikely(!p))
4680 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004681 len = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004682 if (len > NFS4_FHSIZE)
4683 return -EIO;
4684 fh->size = len;
Benny Halevyc0eae662009-08-14 17:20:14 +03004685 p = xdr_inline_decode(xdr, len);
4686 if (unlikely(!p))
4687 goto out_overflow;
Benny Halevy99398d02009-08-14 17:20:05 +03004688 memcpy(fh->data, p, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004689 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004690out_overflow:
4691 print_overflow_msg(__func__, xdr);
4692 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693}
4694
4695static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4696{
4697 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004698
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699 status = decode_op_hdr(xdr, OP_LINK);
4700 if (status)
4701 return status;
4702 return decode_change_info(xdr, cinfo);
4703}
4704
4705/*
4706 * We create the owner, so we know a proper owner.id length is 4.
4707 */
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004708static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004709{
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004710 uint64_t offset, length, clientid;
Al Viro8687b632006-10-19 23:28:48 -07004711 __be32 *p;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004712 uint32_t namelen, type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004713
Bryan Schumakerbabddc72010-10-20 15:44:29 -04004714 p = xdr_inline_decode(xdr, 32); /* read 32 bytes */
Benny Halevyc0eae662009-08-14 17:20:14 +03004715 if (unlikely(!p))
4716 goto out_overflow;
Bryan Schumakerbabddc72010-10-20 15:44:29 -04004717 p = xdr_decode_hyper(p, &offset); /* read 2 8-byte long words */
Benny Halevy3ceb4db2009-08-14 17:19:41 +03004718 p = xdr_decode_hyper(p, &length);
Bryan Schumakerbabddc72010-10-20 15:44:29 -04004719 type = be32_to_cpup(p++); /* 4 byte read */
4720 if (fl != NULL) { /* manipulate file lock */
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004721 fl->fl_start = (loff_t)offset;
4722 fl->fl_end = fl->fl_start + (loff_t)length - 1;
4723 if (length == ~(uint64_t)0)
4724 fl->fl_end = OFFSET_MAX;
4725 fl->fl_type = F_WRLCK;
4726 if (type & 1)
4727 fl->fl_type = F_RDLCK;
4728 fl->fl_pid = 0;
4729 }
Bryan Schumakerbabddc72010-10-20 15:44:29 -04004730 p = xdr_decode_hyper(p, &clientid); /* read 8 bytes */
4731 namelen = be32_to_cpup(p); /* read 4 bytes */ /* have read all 32 bytes now */
4732 p = xdr_inline_decode(xdr, namelen); /* variable size field */
Benny Halevyc0eae662009-08-14 17:20:14 +03004733 if (likely(p))
4734 return -NFS4ERR_DENIED;
4735out_overflow:
4736 print_overflow_msg(__func__, xdr);
4737 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004738}
4739
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004740static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004741{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004742 int status;
4743
4744 status = decode_op_hdr(xdr, OP_LOCK);
Trond Myklebustc1d51932008-04-07 13:20:54 -04004745 if (status == -EIO)
4746 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004747 if (status == 0) {
Benny Halevy07d30432009-08-14 17:19:52 +03004748 status = decode_stateid(xdr, &res->stateid);
4749 if (unlikely(status))
4750 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751 } else if (status == -NFS4ERR_DENIED)
Trond Myklebustc1d51932008-04-07 13:20:54 -04004752 status = decode_lock_denied(xdr, NULL);
4753 if (res->open_seqid != NULL)
4754 nfs_increment_open_seqid(status, res->open_seqid);
4755 nfs_increment_lock_seqid(status, res->lock_seqid);
4756out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004757 return status;
4758}
4759
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004760static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004761{
4762 int status;
4763 status = decode_op_hdr(xdr, OP_LOCKT);
4764 if (status == -NFS4ERR_DENIED)
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004765 return decode_lock_denied(xdr, res->denied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004766 return status;
4767}
4768
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004769static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004770{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771 int status;
4772
4773 status = decode_op_hdr(xdr, OP_LOCKU);
Trond Myklebustc1d51932008-04-07 13:20:54 -04004774 if (status != -EIO)
4775 nfs_increment_lock_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03004776 if (status == 0)
4777 status = decode_stateid(xdr, &res->stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004778 return status;
4779}
4780
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004781static int decode_release_lockowner(struct xdr_stream *xdr)
4782{
4783 return decode_op_hdr(xdr, OP_RELEASE_LOCKOWNER);
4784}
4785
Linus Torvalds1da177e2005-04-16 15:20:36 -07004786static int decode_lookup(struct xdr_stream *xdr)
4787{
4788 return decode_op_hdr(xdr, OP_LOOKUP);
4789}
4790
4791/* This is too sick! */
4792static int decode_space_limit(struct xdr_stream *xdr, u64 *maxsize)
4793{
Andy Adamson05d564f2008-12-23 16:06:15 -05004794 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004795 uint32_t limit_type, nblocks, blocksize;
4796
Benny Halevyc0eae662009-08-14 17:20:14 +03004797 p = xdr_inline_decode(xdr, 12);
4798 if (unlikely(!p))
4799 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03004800 limit_type = be32_to_cpup(p++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004801 switch (limit_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05004802 case 1:
Benny Halevycccddf42009-08-14 17:20:19 +03004803 xdr_decode_hyper(p, maxsize);
Andy Adamson05d564f2008-12-23 16:06:15 -05004804 break;
4805 case 2:
Benny Halevy6f723f72009-08-14 17:19:37 +03004806 nblocks = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03004807 blocksize = be32_to_cpup(p);
Andy Adamson05d564f2008-12-23 16:06:15 -05004808 *maxsize = (uint64_t)nblocks * (uint64_t)blocksize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809 }
4810 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004811out_overflow:
4812 print_overflow_msg(__func__, xdr);
4813 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004814}
4815
4816static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res)
4817{
Andy Adamson05d564f2008-12-23 16:06:15 -05004818 __be32 *p;
4819 uint32_t delegation_type;
Benny Halevy07d30432009-08-14 17:19:52 +03004820 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004821
Benny Halevyc0eae662009-08-14 17:20:14 +03004822 p = xdr_inline_decode(xdr, 4);
4823 if (unlikely(!p))
4824 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004825 delegation_type = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004826 if (delegation_type == NFS4_OPEN_DELEGATE_NONE) {
4827 res->delegation_type = 0;
4828 return 0;
4829 }
Benny Halevy07d30432009-08-14 17:19:52 +03004830 status = decode_stateid(xdr, &res->delegation);
4831 if (unlikely(status))
4832 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004833 p = xdr_inline_decode(xdr, 4);
4834 if (unlikely(!p))
4835 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004836 res->do_recall = be32_to_cpup(p);
Andy Adamson05d564f2008-12-23 16:06:15 -05004837
Linus Torvalds1da177e2005-04-16 15:20:36 -07004838 switch (delegation_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05004839 case NFS4_OPEN_DELEGATE_READ:
4840 res->delegation_type = FMODE_READ;
4841 break;
4842 case NFS4_OPEN_DELEGATE_WRITE:
4843 res->delegation_type = FMODE_WRITE|FMODE_READ;
4844 if (decode_space_limit(xdr, &res->maxsize) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845 return -EIO;
4846 }
David Howells7539bba2006-08-22 20:06:09 -04004847 return decode_ace(xdr, NULL, res->server->nfs_client);
Benny Halevyc0eae662009-08-14 17:20:14 +03004848out_overflow:
4849 print_overflow_msg(__func__, xdr);
4850 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004851}
4852
4853static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res)
4854{
Andy Adamson05d564f2008-12-23 16:06:15 -05004855 __be32 *p;
Jeff Laytonaa53ed52007-06-05 14:49:03 -04004856 uint32_t savewords, bmlen, i;
Andy Adamson05d564f2008-12-23 16:06:15 -05004857 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004858
Trond Myklebustafce3602013-12-04 17:39:23 -05004859 if (!__decode_op_hdr(xdr, OP_OPEN, &status))
4860 return status;
4861 nfs_increment_open_seqid(status, res->seqid);
4862 if (status)
4863 return status;
4864 status = decode_stateid(xdr, &res->stateid);
Benny Halevy07d30432009-08-14 17:19:52 +03004865 if (unlikely(status))
Andy Adamson05d564f2008-12-23 16:06:15 -05004866 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004867
Andy Adamson05d564f2008-12-23 16:06:15 -05004868 decode_change_info(xdr, &res->cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869
Benny Halevyc0eae662009-08-14 17:20:14 +03004870 p = xdr_inline_decode(xdr, 8);
4871 if (unlikely(!p))
4872 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03004873 res->rflags = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03004874 bmlen = be32_to_cpup(p);
Andy Adamson05d564f2008-12-23 16:06:15 -05004875 if (bmlen > 10)
4876 goto xdr_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004877
Benny Halevyc0eae662009-08-14 17:20:14 +03004878 p = xdr_inline_decode(xdr, bmlen << 2);
4879 if (unlikely(!p))
4880 goto out_overflow;
Jeff Laytonaa53ed52007-06-05 14:49:03 -04004881 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE);
4882 for (i = 0; i < savewords; ++i)
Benny Halevy6f723f72009-08-14 17:19:37 +03004883 res->attrset[i] = be32_to_cpup(p++);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04004884 for (; i < NFS4_BITMAP_SIZE; i++)
4885 res->attrset[i] = 0;
4886
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887 return decode_delegation(xdr, res);
4888xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004889 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004890 return -EIO;
Benny Halevyc0eae662009-08-14 17:20:14 +03004891out_overflow:
4892 print_overflow_msg(__func__, xdr);
4893 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004894}
4895
4896static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res)
4897{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004898 int status;
4899
Andy Adamson05d564f2008-12-23 16:06:15 -05004900 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
Trond Myklebustc1d51932008-04-07 13:20:54 -04004901 if (status != -EIO)
4902 nfs_increment_open_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03004903 if (!status)
4904 status = decode_stateid(xdr, &res->stateid);
4905 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004906}
4907
4908static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res)
4909{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004910 int status;
4911
4912 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
Trond Myklebustc1d51932008-04-07 13:20:54 -04004913 if (status != -EIO)
4914 nfs_increment_open_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03004915 if (!status)
4916 status = decode_stateid(xdr, &res->stateid);
4917 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918}
4919
4920static int decode_putfh(struct xdr_stream *xdr)
4921{
4922 return decode_op_hdr(xdr, OP_PUTFH);
4923}
4924
4925static int decode_putrootfh(struct xdr_stream *xdr)
4926{
4927 return decode_op_hdr(xdr, OP_PUTROOTFH);
4928}
4929
4930static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs_readres *res)
4931{
Al Viro8687b632006-10-19 23:28:48 -07004932 __be32 *p;
Trond Myklebust64bd5772012-06-20 22:35:05 -04004933 uint32_t count, eof, recvd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004934 int status;
4935
4936 status = decode_op_hdr(xdr, OP_READ);
4937 if (status)
4938 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004939 p = xdr_inline_decode(xdr, 8);
4940 if (unlikely(!p))
4941 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03004942 eof = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03004943 count = be32_to_cpup(p);
Trond Myklebust64bd5772012-06-20 22:35:05 -04004944 recvd = xdr_read_pages(xdr, count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004945 if (count > recvd) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004946 dprintk("NFS: server cheating in read reply: "
Linus Torvalds1da177e2005-04-16 15:20:36 -07004947 "count %u > recvd %u\n", count, recvd);
4948 count = recvd;
4949 eof = 0;
4950 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004951 res->eof = eof;
4952 res->count = count;
4953 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004954out_overflow:
4955 print_overflow_msg(__func__, xdr);
4956 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957}
4958
4959static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *readdir)
4960{
Chuck Leverbcecff72007-10-26 13:32:03 -04004961 int status;
Chuck Levercd937102012-03-02 17:14:31 -05004962 __be32 verf[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004963
4964 status = decode_op_hdr(xdr, OP_READDIR);
Benny Halevydb942bb2009-08-14 17:19:56 +03004965 if (!status)
4966 status = decode_verifier(xdr, readdir->verifier.data);
4967 if (unlikely(status))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004968 return status;
Chuck Levercd937102012-03-02 17:14:31 -05004969 memcpy(verf, readdir->verifier.data, sizeof(verf));
Fred Isaman44109242008-04-02 15:21:15 +03004970 dprintk("%s: verifier = %08x:%08x\n",
Chuck Levercd937102012-03-02 17:14:31 -05004971 __func__, verf[0], verf[1]);
Trond Myklebust64bd5772012-06-20 22:35:05 -04004972 return xdr_read_pages(xdr, xdr->buf->page_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004973}
4974
4975static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req)
4976{
4977 struct xdr_buf *rcvbuf = &req->rq_rcv_buf;
Chuck Leverbcecff72007-10-26 13:32:03 -04004978 u32 len, recvd;
Al Viro8687b632006-10-19 23:28:48 -07004979 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004980 int status;
4981
4982 status = decode_op_hdr(xdr, OP_READLINK);
4983 if (status)
4984 return status;
4985
4986 /* Convert length of symlink */
Benny Halevyc0eae662009-08-14 17:20:14 +03004987 p = xdr_inline_decode(xdr, 4);
4988 if (unlikely(!p))
4989 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004990 len = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004991 if (len >= rcvbuf->page_len || len <= 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004992 dprintk("nfs: server returned giant symlink!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004993 return -ENAMETOOLONG;
4994 }
Trond Myklebust64bd5772012-06-20 22:35:05 -04004995 recvd = xdr_read_pages(xdr, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004996 if (recvd < len) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004997 dprintk("NFS: server cheating in readlink reply: "
Linus Torvalds1da177e2005-04-16 15:20:36 -07004998 "count %u > recvd %u\n", len, recvd);
4999 return -EIO;
5000 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005001 /*
5002 * The XDR encode routine has set things up so that
5003 * the link text will be copied directly into the
5004 * buffer. We just have to do overflow-checking,
5005 * and and null-terminate the text (the VFS expects
5006 * null-termination).
5007 */
Chuck Leverb4687da2010-09-21 16:55:48 -04005008 xdr_terminate_string(rcvbuf, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005009 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005010out_overflow:
5011 print_overflow_msg(__func__, xdr);
5012 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005013}
5014
5015static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
5016{
5017 int status;
5018
5019 status = decode_op_hdr(xdr, OP_REMOVE);
5020 if (status)
5021 goto out;
5022 status = decode_change_info(xdr, cinfo);
5023out:
5024 return status;
5025}
5026
5027static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo,
5028 struct nfs4_change_info *new_cinfo)
5029{
5030 int status;
5031
5032 status = decode_op_hdr(xdr, OP_RENAME);
5033 if (status)
5034 goto out;
5035 if ((status = decode_change_info(xdr, old_cinfo)))
5036 goto out;
5037 status = decode_change_info(xdr, new_cinfo);
5038out:
5039 return status;
5040}
5041
5042static int decode_renew(struct xdr_stream *xdr)
5043{
5044 return decode_op_hdr(xdr, OP_RENEW);
5045}
5046
Trond Myklebust56ae19f2005-10-27 22:12:40 -04005047static int
5048decode_restorefh(struct xdr_stream *xdr)
5049{
5050 return decode_op_hdr(xdr, OP_RESTOREFH);
5051}
5052
J. Bruce Fields029d1052005-06-22 17:16:22 +00005053static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req,
Andy Adamsonbf118a32011-12-07 11:55:27 -05005054 struct nfs_getaclres *res)
J. Bruce Fields029d1052005-06-22 17:16:22 +00005055{
Trond Myklebust256e48b2012-06-21 11:18:13 -04005056 unsigned int savep;
J. Bruce Fields029d1052005-06-22 17:16:22 +00005057 uint32_t attrlen,
Fred Isamandae100c2011-07-30 20:52:37 -04005058 bitmap[3] = {0};
J. Bruce Fields029d1052005-06-22 17:16:22 +00005059 int status;
Trond Myklebustcff298c2012-08-14 17:14:17 -04005060 unsigned int pg_offset;
J. Bruce Fields029d1052005-06-22 17:16:22 +00005061
Andy Adamsonbf118a32011-12-07 11:55:27 -05005062 res->acl_len = 0;
J. Bruce Fields029d1052005-06-22 17:16:22 +00005063 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
5064 goto out;
Sachin Prabhu5a006892012-04-17 14:35:39 +01005065
Trond Myklebust519d3952012-08-14 17:30:10 -04005066 xdr_enter_page(xdr, xdr->buf->page_len);
5067
Trond Myklebustcff298c2012-08-14 17:14:17 -04005068 /* Calculate the offset of the page data */
5069 pg_offset = xdr->buf->head[0].iov_len;
Sachin Prabhu5a006892012-04-17 14:35:39 +01005070
J. Bruce Fields029d1052005-06-22 17:16:22 +00005071 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
5072 goto out;
5073 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
5074 goto out;
5075
5076 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U)))
5077 return -EIO;
5078 if (likely(bitmap[0] & FATTR4_WORD0_ACL)) {
J. Bruce Fields029d1052005-06-22 17:16:22 +00005079
Andy Adamsonbf118a32011-12-07 11:55:27 -05005080 /* The bitmap (xdr len + bitmaps) and the attr xdr len words
5081 * are stored with the acl data to handle the problem of
5082 * variable length bitmaps.*/
Trond Myklebustcff298c2012-08-14 17:14:17 -04005083 res->acl_data_offset = xdr_stream_pos(xdr) - pg_offset;
Trond Myklebust519d3952012-08-14 17:30:10 -04005084 res->acl_len = attrlen;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07005085
5086 /* Check for receive buffer overflow */
5087 if (res->acl_len > (xdr->nwords << 2) ||
5088 res->acl_len + res->acl_data_offset > xdr->buf->page_len) {
5089 res->acl_flags |= NFS4_ACL_TRUNC;
Trond Myklebust519d3952012-08-14 17:30:10 -04005090 dprintk("NFS: acl reply: attrlen %u > page_len %u\n",
Trond Myklebustcff298c2012-08-14 17:14:17 -04005091 attrlen, xdr->nwords << 2);
J. Bruce Fields029d1052005-06-22 17:16:22 +00005092 }
J. Bruce Fields8c233cf2005-10-13 16:54:27 -04005093 } else
5094 status = -EOPNOTSUPP;
J. Bruce Fields029d1052005-06-22 17:16:22 +00005095
5096out:
5097 return status;
5098}
5099
Linus Torvalds1da177e2005-04-16 15:20:36 -07005100static int
5101decode_savefh(struct xdr_stream *xdr)
5102{
5103 return decode_op_hdr(xdr, OP_SAVEFH);
5104}
5105
Benny Halevy9e9ecc02009-04-01 09:22:00 -04005106static int decode_setattr(struct xdr_stream *xdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005107{
Al Viro8687b632006-10-19 23:28:48 -07005108 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005109 uint32_t bmlen;
5110 int status;
5111
Linus Torvalds1da177e2005-04-16 15:20:36 -07005112 status = decode_op_hdr(xdr, OP_SETATTR);
5113 if (status)
5114 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03005115 p = xdr_inline_decode(xdr, 4);
5116 if (unlikely(!p))
5117 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03005118 bmlen = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03005119 p = xdr_inline_decode(xdr, bmlen << 2);
5120 if (likely(p))
5121 return 0;
5122out_overflow:
5123 print_overflow_msg(__func__, xdr);
5124 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005125}
5126
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005127static int decode_setclientid(struct xdr_stream *xdr, struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005128{
Al Viro8687b632006-10-19 23:28:48 -07005129 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005130 uint32_t opnum;
5131 int32_t nfserr;
5132
Benny Halevyc0eae662009-08-14 17:20:14 +03005133 p = xdr_inline_decode(xdr, 8);
5134 if (unlikely(!p))
5135 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03005136 opnum = be32_to_cpup(p++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005137 if (opnum != OP_SETCLIENTID) {
Chuck Leverfe82a182007-09-11 18:01:10 -04005138 dprintk("nfs: decode_setclientid: Server returned operation"
Andy Adamson6c0195a2008-12-23 16:06:15 -05005139 " %d\n", opnum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005140 return -EIO;
5141 }
Benny Halevycccddf42009-08-14 17:20:19 +03005142 nfserr = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005143 if (nfserr == NFS_OK) {
Benny Halevyc0eae662009-08-14 17:20:14 +03005144 p = xdr_inline_decode(xdr, 8 + NFS4_VERIFIER_SIZE);
5145 if (unlikely(!p))
5146 goto out_overflow;
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005147 p = xdr_decode_hyper(p, &res->clientid);
5148 memcpy(res->confirm.data, p, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005149 } else if (nfserr == NFSERR_CLID_INUSE) {
5150 uint32_t len;
5151
5152 /* skip netid string */
Benny Halevyc0eae662009-08-14 17:20:14 +03005153 p = xdr_inline_decode(xdr, 4);
5154 if (unlikely(!p))
5155 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03005156 len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03005157 p = xdr_inline_decode(xdr, len);
5158 if (unlikely(!p))
5159 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005160
5161 /* skip uaddr string */
Benny Halevyc0eae662009-08-14 17:20:14 +03005162 p = xdr_inline_decode(xdr, 4);
5163 if (unlikely(!p))
5164 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03005165 len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03005166 p = xdr_inline_decode(xdr, len);
5167 if (unlikely(!p))
5168 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005169 return -NFSERR_CLID_INUSE;
5170 } else
Benny Halevy856dff32008-03-31 17:39:06 +03005171 return nfs4_stat_to_errno(nfserr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005172
5173 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005174out_overflow:
5175 print_overflow_msg(__func__, xdr);
5176 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005177}
5178
5179static int decode_setclientid_confirm(struct xdr_stream *xdr)
5180{
5181 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
5182}
5183
5184static int decode_write(struct xdr_stream *xdr, struct nfs_writeres *res)
5185{
Al Viro8687b632006-10-19 23:28:48 -07005186 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005187 int status;
5188
5189 status = decode_op_hdr(xdr, OP_WRITE);
5190 if (status)
5191 return status;
5192
Trond Myklebust2f2c63b2012-06-08 11:56:09 -04005193 p = xdr_inline_decode(xdr, 8);
Benny Halevyc0eae662009-08-14 17:20:14 +03005194 if (unlikely(!p))
5195 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03005196 res->count = be32_to_cpup(p++);
5197 res->verf->committed = be32_to_cpup(p++);
Trond Myklebust2f2c63b2012-06-08 11:56:09 -04005198 return decode_write_verifier(xdr, &res->verf->verifier);
Benny Halevyc0eae662009-08-14 17:20:14 +03005199out_overflow:
5200 print_overflow_msg(__func__, xdr);
5201 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005202}
5203
5204static int decode_delegreturn(struct xdr_stream *xdr)
5205{
5206 return decode_op_hdr(xdr, OP_DELEGRETURN);
5207}
5208
Chuck Leverfb15b262013-03-16 15:54:34 -04005209static int decode_secinfo_gss(struct xdr_stream *xdr,
5210 struct nfs4_secinfo4 *flavor)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005211{
Chuck Leverfb15b262013-03-16 15:54:34 -04005212 u32 oid_len;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005213 __be32 *p;
5214
5215 p = xdr_inline_decode(xdr, 4);
5216 if (unlikely(!p))
5217 goto out_overflow;
Chuck Leverfb15b262013-03-16 15:54:34 -04005218 oid_len = be32_to_cpup(p);
5219 if (oid_len > GSS_OID_MAX_LEN)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005220 goto out_err;
5221
Chuck Leverfb15b262013-03-16 15:54:34 -04005222 p = xdr_inline_decode(xdr, oid_len);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005223 if (unlikely(!p))
5224 goto out_overflow;
Chuck Leverfb15b262013-03-16 15:54:34 -04005225 memcpy(flavor->flavor_info.oid.data, p, oid_len);
5226 flavor->flavor_info.oid.len = oid_len;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005227
5228 p = xdr_inline_decode(xdr, 8);
5229 if (unlikely(!p))
5230 goto out_overflow;
Chuck Leverfb15b262013-03-16 15:54:34 -04005231 flavor->flavor_info.qop = be32_to_cpup(p++);
5232 flavor->flavor_info.service = be32_to_cpup(p);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005233
5234 return 0;
5235
5236out_overflow:
5237 print_overflow_msg(__func__, xdr);
5238 return -EIO;
5239out_err:
5240 return -EINVAL;
5241}
5242
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04005243static int decode_secinfo_common(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005244{
Chuck Leverfb15b262013-03-16 15:54:34 -04005245 struct nfs4_secinfo4 *sec_flavor;
5246 unsigned int i, num_flavors;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005247 int status;
5248 __be32 *p;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005249
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005250 p = xdr_inline_decode(xdr, 4);
5251 if (unlikely(!p))
5252 goto out_overflow;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005253
Bryan Schumakerc3dfc282011-04-13 14:31:31 -04005254 res->flavors->num_flavors = 0;
5255 num_flavors = be32_to_cpup(p);
5256
5257 for (i = 0; i < num_flavors; i++) {
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005258 sec_flavor = &res->flavors->flavors[i];
Bryan Schumakerc3dfc282011-04-13 14:31:31 -04005259 if ((char *)&sec_flavor[1] - (char *)res->flavors > PAGE_SIZE)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005260 break;
5261
5262 p = xdr_inline_decode(xdr, 4);
5263 if (unlikely(!p))
5264 goto out_overflow;
5265 sec_flavor->flavor = be32_to_cpup(p);
5266
5267 if (sec_flavor->flavor == RPC_AUTH_GSS) {
Bryan Schumaker613e9012011-04-27 15:28:44 -04005268 status = decode_secinfo_gss(xdr, sec_flavor);
5269 if (status)
5270 goto out;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005271 }
Bryan Schumakerc3dfc282011-04-13 14:31:31 -04005272 res->flavors->num_flavors++;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005273 }
5274
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04005275 status = 0;
Bryan Schumaker613e9012011-04-27 15:28:44 -04005276out:
5277 return status;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005278out_overflow:
5279 print_overflow_msg(__func__, xdr);
5280 return -EIO;
5281}
5282
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04005283static int decode_secinfo(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
5284{
5285 int status = decode_op_hdr(xdr, OP_SECINFO);
5286 if (status)
5287 return status;
5288 return decode_secinfo_common(xdr, res);
5289}
5290
Benny Halevy99fe60d2009-04-01 09:22:29 -04005291#if defined(CONFIG_NFS_V4_1)
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04005292static int decode_secinfo_no_name(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
5293{
5294 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME);
5295 if (status)
5296 return status;
5297 return decode_secinfo_common(xdr, res);
5298}
5299
Benny Halevy99fe60d2009-04-01 09:22:29 -04005300static int decode_exchange_id(struct xdr_stream *xdr,
5301 struct nfs41_exchange_id_res *res)
5302{
5303 __be32 *p;
5304 uint32_t dummy;
Benny Halevy2460ba52009-08-14 17:20:10 +03005305 char *dummy_str;
Benny Halevy99fe60d2009-04-01 09:22:29 -04005306 int status;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005307 uint32_t impl_id_count;
Benny Halevy99fe60d2009-04-01 09:22:29 -04005308
5309 status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
5310 if (status)
5311 return status;
5312
Benny Halevyc0eae662009-08-14 17:20:14 +03005313 p = xdr_inline_decode(xdr, 8);
5314 if (unlikely(!p))
5315 goto out_overflow;
Trond Myklebust32b01312012-05-26 13:41:04 -04005316 xdr_decode_hyper(p, &res->clientid);
Benny Halevyc0eae662009-08-14 17:20:14 +03005317 p = xdr_inline_decode(xdr, 12);
5318 if (unlikely(!p))
5319 goto out_overflow;
Trond Myklebust32b01312012-05-26 13:41:04 -04005320 res->seqid = be32_to_cpup(p++);
5321 res->flags = be32_to_cpup(p++);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005322
5323 /* We ask for SP4_NONE */
Benny Halevycccddf42009-08-14 17:20:19 +03005324 dummy = be32_to_cpup(p);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005325 if (dummy != SP4_NONE)
5326 return -EIO;
5327
Chuck Leveracdeb692012-05-21 22:46:16 -04005328 /* server_owner4.so_minor_id */
Benny Halevyc0eae662009-08-14 17:20:14 +03005329 p = xdr_inline_decode(xdr, 8);
5330 if (unlikely(!p))
5331 goto out_overflow;
Chuck Leveracdeb692012-05-21 22:46:16 -04005332 p = xdr_decode_hyper(p, &res->server_owner->minor_id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005333
Chuck Leveracdeb692012-05-21 22:46:16 -04005334 /* server_owner4.so_major_id */
Benny Halevy2460ba52009-08-14 17:20:10 +03005335 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5336 if (unlikely(status))
5337 return status;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005338 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5339 return -EIO;
Chuck Leveracdeb692012-05-21 22:46:16 -04005340 memcpy(res->server_owner->major_id, dummy_str, dummy);
5341 res->server_owner->major_id_sz = dummy;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005342
Chuck Leveracdeb692012-05-21 22:46:16 -04005343 /* server_scope4 */
5344 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5345 if (unlikely(status))
5346 return status;
5347 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5348 return -EIO;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005349 memcpy(res->server_scope->server_scope, dummy_str, dummy);
5350 res->server_scope->server_scope_sz = dummy;
5351
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005352 /* Implementation Id */
5353 p = xdr_inline_decode(xdr, 4);
5354 if (unlikely(!p))
5355 goto out_overflow;
5356 impl_id_count = be32_to_cpup(p++);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005357
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005358 if (impl_id_count) {
5359 /* nii_domain */
5360 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5361 if (unlikely(status))
5362 return status;
5363 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5364 return -EIO;
5365 memcpy(res->impl_id->domain, dummy_str, dummy);
5366
5367 /* nii_name */
5368 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5369 if (unlikely(status))
5370 return status;
5371 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5372 return -EIO;
5373 memcpy(res->impl_id->name, dummy_str, dummy);
5374
5375 /* nii_date */
5376 p = xdr_inline_decode(xdr, 12);
5377 if (unlikely(!p))
5378 goto out_overflow;
5379 p = xdr_decode_hyper(p, &res->impl_id->date.seconds);
5380 res->impl_id->date.nseconds = be32_to_cpup(p);
5381
5382 /* if there's more than one entry, ignore the rest */
5383 }
Benny Halevy99fe60d2009-04-01 09:22:29 -04005384 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005385out_overflow:
5386 print_overflow_msg(__func__, xdr);
5387 return -EIO;
Benny Halevy99fe60d2009-04-01 09:22:29 -04005388}
Andy Adamsonfc931582009-04-01 09:22:31 -04005389
5390static int decode_chan_attrs(struct xdr_stream *xdr,
5391 struct nfs4_channel_attrs *attrs)
5392{
5393 __be32 *p;
Benny Halevyc9c30dd2011-06-11 17:08:39 -04005394 u32 nr_attrs, val;
Andy Adamsonfc931582009-04-01 09:22:31 -04005395
Benny Halevyc0eae662009-08-14 17:20:14 +03005396 p = xdr_inline_decode(xdr, 28);
5397 if (unlikely(!p))
5398 goto out_overflow;
Benny Halevyc9c30dd2011-06-11 17:08:39 -04005399 val = be32_to_cpup(p++); /* headerpadsz */
5400 if (val)
5401 return -EINVAL; /* no support for header padding yet */
Benny Halevy6f723f72009-08-14 17:19:37 +03005402 attrs->max_rqst_sz = be32_to_cpup(p++);
5403 attrs->max_resp_sz = be32_to_cpup(p++);
5404 attrs->max_resp_sz_cached = be32_to_cpup(p++);
5405 attrs->max_ops = be32_to_cpup(p++);
5406 attrs->max_reqs = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03005407 nr_attrs = be32_to_cpup(p);
Andy Adamsonfc931582009-04-01 09:22:31 -04005408 if (unlikely(nr_attrs > 1)) {
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005409 printk(KERN_WARNING "NFS: %s: Invalid rdma channel attrs "
5410 "count %u\n", __func__, nr_attrs);
Andy Adamsonfc931582009-04-01 09:22:31 -04005411 return -EINVAL;
5412 }
Benny Halevyc0eae662009-08-14 17:20:14 +03005413 if (nr_attrs == 1) {
5414 p = xdr_inline_decode(xdr, 4); /* skip rdma_attrs */
5415 if (unlikely(!p))
5416 goto out_overflow;
5417 }
Andy Adamsonfc931582009-04-01 09:22:31 -04005418 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005419out_overflow:
5420 print_overflow_msg(__func__, xdr);
5421 return -EIO;
Andy Adamsonfc931582009-04-01 09:22:31 -04005422}
5423
Benny Halevye78291e2009-08-14 17:20:00 +03005424static int decode_sessionid(struct xdr_stream *xdr, struct nfs4_sessionid *sid)
5425{
5426 return decode_opaque_fixed(xdr, sid->data, NFS4_MAX_SESSIONID_LEN);
Andy Adamsonfc931582009-04-01 09:22:31 -04005427}
5428
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005429static int decode_bind_conn_to_session(struct xdr_stream *xdr,
5430 struct nfs41_bind_conn_to_session_res *res)
5431{
5432 __be32 *p;
5433 int status;
5434
5435 status = decode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION);
5436 if (!status)
5437 status = decode_sessionid(xdr, &res->session->sess_id);
5438 if (unlikely(status))
5439 return status;
5440
5441 /* dir flags, rdma mode bool */
5442 p = xdr_inline_decode(xdr, 8);
5443 if (unlikely(!p))
5444 goto out_overflow;
5445
5446 res->dir = be32_to_cpup(p++);
5447 if (res->dir == 0 || res->dir > NFS4_CDFS4_BOTH)
5448 return -EIO;
5449 if (be32_to_cpup(p) == 0)
5450 res->use_conn_in_rdma_mode = false;
5451 else
5452 res->use_conn_in_rdma_mode = true;
5453
5454 return 0;
5455out_overflow:
5456 print_overflow_msg(__func__, xdr);
5457 return -EIO;
5458}
5459
Andy Adamsonfc931582009-04-01 09:22:31 -04005460static int decode_create_session(struct xdr_stream *xdr,
5461 struct nfs41_create_session_res *res)
5462{
5463 __be32 *p;
5464 int status;
5465 struct nfs_client *clp = res->client;
5466 struct nfs4_session *session = clp->cl_session;
5467
5468 status = decode_op_hdr(xdr, OP_CREATE_SESSION);
Benny Halevye78291e2009-08-14 17:20:00 +03005469 if (!status)
5470 status = decode_sessionid(xdr, &session->sess_id);
5471 if (unlikely(status))
Andy Adamsonfc931582009-04-01 09:22:31 -04005472 return status;
5473
Andy Adamsonfc931582009-04-01 09:22:31 -04005474 /* seqid, flags */
Benny Halevyc0eae662009-08-14 17:20:14 +03005475 p = xdr_inline_decode(xdr, 8);
5476 if (unlikely(!p))
5477 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03005478 clp->cl_seqid = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03005479 session->flags = be32_to_cpup(p);
Andy Adamsonfc931582009-04-01 09:22:31 -04005480
5481 /* Channel attributes */
5482 status = decode_chan_attrs(xdr, &session->fc_attrs);
5483 if (!status)
5484 status = decode_chan_attrs(xdr, &session->bc_attrs);
5485 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03005486out_overflow:
5487 print_overflow_msg(__func__, xdr);
5488 return -EIO;
Andy Adamsonfc931582009-04-01 09:22:31 -04005489}
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005490
5491static int decode_destroy_session(struct xdr_stream *xdr, void *dummy)
5492{
5493 return decode_op_hdr(xdr, OP_DESTROY_SESSION);
5494}
Ricardo Labiaga18019752009-12-05 16:08:40 -05005495
Trond Myklebust66245532012-05-25 17:18:09 -04005496static int decode_destroy_clientid(struct xdr_stream *xdr, void *dummy)
5497{
5498 return decode_op_hdr(xdr, OP_DESTROY_CLIENTID);
5499}
5500
Ricardo Labiaga18019752009-12-05 16:08:40 -05005501static int decode_reclaim_complete(struct xdr_stream *xdr, void *dummy)
5502{
5503 return decode_op_hdr(xdr, OP_RECLAIM_COMPLETE);
5504}
Benny Halevy99fe60d2009-04-01 09:22:29 -04005505#endif /* CONFIG_NFS_V4_1 */
5506
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005507static int decode_sequence(struct xdr_stream *xdr,
5508 struct nfs4_sequence_res *res,
5509 struct rpc_rqst *rqstp)
5510{
5511#if defined(CONFIG_NFS_V4_1)
Trond Myklebuste3725ec2012-11-16 12:25:01 -05005512 struct nfs4_session *session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005513 struct nfs4_sessionid id;
5514 u32 dummy;
5515 int status;
5516 __be32 *p;
5517
Trond Myklebuste3725ec2012-11-16 12:25:01 -05005518 if (res->sr_slot == NULL)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005519 return 0;
5520
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005521 status = decode_op_hdr(xdr, OP_SEQUENCE);
Benny Halevye78291e2009-08-14 17:20:00 +03005522 if (!status)
5523 status = decode_sessionid(xdr, &id);
5524 if (unlikely(status))
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005525 goto out_err;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005526
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005527 /*
5528 * If the server returns different values for sessionID, slotID or
5529 * sequence number, the server is looney tunes.
5530 */
Trond Myklebustfdcb4572010-02-08 09:32:40 -05005531 status = -EREMOTEIO;
Trond Myklebuste3725ec2012-11-16 12:25:01 -05005532 session = res->sr_slot->table->session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005533
Trond Myklebuste3725ec2012-11-16 12:25:01 -05005534 if (memcmp(id.data, session->sess_id.data,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005535 NFS4_MAX_SESSIONID_LEN)) {
5536 dprintk("%s Invalid session id\n", __func__);
5537 goto out_err;
5538 }
Benny Halevye78291e2009-08-14 17:20:00 +03005539
Benny Halevyc0eae662009-08-14 17:20:14 +03005540 p = xdr_inline_decode(xdr, 20);
5541 if (unlikely(!p))
5542 goto out_overflow;
Benny Halevye78291e2009-08-14 17:20:00 +03005543
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005544 /* seqid */
Benny Halevy6f723f72009-08-14 17:19:37 +03005545 dummy = be32_to_cpup(p++);
Benny Halevydfb4f3092010-09-24 09:17:01 -04005546 if (dummy != res->sr_slot->seq_nr) {
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005547 dprintk("%s Invalid sequence number\n", __func__);
5548 goto out_err;
5549 }
5550 /* slot id */
Benny Halevy6f723f72009-08-14 17:19:37 +03005551 dummy = be32_to_cpup(p++);
Trond Myklebustdf2fabf2012-11-16 12:45:06 -05005552 if (dummy != res->sr_slot->slot_nr) {
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005553 dprintk("%s Invalid slot id\n", __func__);
5554 goto out_err;
5555 }
Trond Myklebustda0507b2012-11-20 18:10:30 -05005556 /* highest slot id */
5557 res->sr_highest_slotid = be32_to_cpup(p++);
Trond Myklebust464ee9f2012-11-20 12:49:27 -05005558 /* target highest slot id */
5559 res->sr_target_highest_slotid = be32_to_cpup(p++);
Alexandros Batsakis0629e372009-12-05 13:46:14 -05005560 /* result flags */
5561 res->sr_status_flags = be32_to_cpup(p);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005562 status = 0;
5563out_err:
5564 res->sr_status = status;
5565 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03005566out_overflow:
5567 print_overflow_msg(__func__, xdr);
5568 status = -EIO;
5569 goto out_err;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005570#else /* CONFIG_NFS_V4_1 */
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005571 return 0;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005572#endif /* CONFIG_NFS_V4_1 */
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005573}
5574
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005575#if defined(CONFIG_NFS_V4_1)
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005576/*
5577 * TODO: Need to handle case when EOF != true;
5578 */
5579static int decode_getdevicelist(struct xdr_stream *xdr,
5580 struct pnfs_devicelist *res)
5581{
5582 __be32 *p;
5583 int status, i;
Trond Myklebust98d94522012-06-08 12:01:14 -04005584 nfs4_verifier verftemp;
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005585
5586 status = decode_op_hdr(xdr, OP_GETDEVICELIST);
5587 if (status)
5588 return status;
5589
5590 p = xdr_inline_decode(xdr, 8 + 8 + 4);
5591 if (unlikely(!p))
5592 goto out_overflow;
5593
5594 /* TODO: Skip cookie for now */
5595 p += 2;
5596
5597 /* Read verifier */
Trond Myklebust98d94522012-06-08 12:01:14 -04005598 p = xdr_decode_opaque_fixed(p, verftemp.data, NFS4_VERIFIER_SIZE);
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005599
5600 res->num_devs = be32_to_cpup(p);
5601
5602 dprintk("%s: num_dev %d\n", __func__, res->num_devs);
5603
5604 if (res->num_devs > NFS4_PNFS_GETDEVLIST_MAXNUM) {
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005605 printk(KERN_ERR "NFS: %s too many result dev_num %u\n",
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005606 __func__, res->num_devs);
5607 return -EIO;
5608 }
5609
5610 p = xdr_inline_decode(xdr,
5611 res->num_devs * NFS4_DEVICEID4_SIZE + 4);
5612 if (unlikely(!p))
5613 goto out_overflow;
5614 for (i = 0; i < res->num_devs; i++)
5615 p = xdr_decode_opaque_fixed(p, res->dev_id[i].data,
5616 NFS4_DEVICEID4_SIZE);
5617 res->eof = be32_to_cpup(p);
5618 return 0;
5619out_overflow:
5620 print_overflow_msg(__func__, xdr);
5621 return -EIO;
5622}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005623
5624static int decode_getdeviceinfo(struct xdr_stream *xdr,
5625 struct pnfs_device *pdev)
5626{
5627 __be32 *p;
5628 uint32_t len, type;
5629 int status;
5630
5631 status = decode_op_hdr(xdr, OP_GETDEVICEINFO);
5632 if (status) {
5633 if (status == -ETOOSMALL) {
5634 p = xdr_inline_decode(xdr, 4);
5635 if (unlikely(!p))
5636 goto out_overflow;
5637 pdev->mincount = be32_to_cpup(p);
5638 dprintk("%s: Min count too small. mincnt = %u\n",
5639 __func__, pdev->mincount);
5640 }
5641 return status;
5642 }
5643
5644 p = xdr_inline_decode(xdr, 8);
5645 if (unlikely(!p))
5646 goto out_overflow;
5647 type = be32_to_cpup(p++);
5648 if (type != pdev->layout_type) {
5649 dprintk("%s: layout mismatch req: %u pdev: %u\n",
5650 __func__, pdev->layout_type, type);
5651 return -EINVAL;
5652 }
5653 /*
5654 * Get the length of the opaque device_addr4. xdr_read_pages places
5655 * the opaque device_addr4 in the xdr_buf->pages (pnfs_device->pages)
5656 * and places the remaining xdr data in xdr_buf->tail
5657 */
5658 pdev->mincount = be32_to_cpup(p);
Trond Myklebust13fe4ba2012-08-01 14:21:12 -04005659 if (xdr_read_pages(xdr, pdev->mincount) != pdev->mincount)
5660 goto out_overflow;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005661
5662 /* Parse notification bitmap, verifying that it is zero. */
5663 p = xdr_inline_decode(xdr, 4);
5664 if (unlikely(!p))
5665 goto out_overflow;
5666 len = be32_to_cpup(p);
5667 if (len) {
Chuck Leveread00592010-12-14 14:58:21 +00005668 uint32_t i;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005669
5670 p = xdr_inline_decode(xdr, 4 * len);
5671 if (unlikely(!p))
5672 goto out_overflow;
5673 for (i = 0; i < len; i++, p++) {
5674 if (be32_to_cpup(p)) {
5675 dprintk("%s: notifications not supported\n",
5676 __func__);
5677 return -EIO;
5678 }
5679 }
5680 }
5681 return 0;
5682out_overflow:
5683 print_overflow_msg(__func__, xdr);
5684 return -EIO;
5685}
5686
5687static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req,
5688 struct nfs4_layoutget_res *res)
5689{
5690 __be32 *p;
5691 int status;
5692 u32 layout_count;
Trond Myklebust64bd5772012-06-20 22:35:05 -04005693 u32 recvd;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005694
5695 status = decode_op_hdr(xdr, OP_LAYOUTGET);
5696 if (status)
5697 return status;
Trond Myklebustea9d23f2012-03-04 18:13:56 -05005698 p = xdr_inline_decode(xdr, 4);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005699 if (unlikely(!p))
5700 goto out_overflow;
Trond Myklebustea9d23f2012-03-04 18:13:56 -05005701 res->return_on_close = be32_to_cpup(p);
5702 decode_stateid(xdr, &res->stateid);
5703 p = xdr_inline_decode(xdr, 4);
5704 if (unlikely(!p))
5705 goto out_overflow;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005706 layout_count = be32_to_cpup(p);
5707 if (!layout_count) {
5708 dprintk("%s: server responded with empty layout array\n",
5709 __func__);
5710 return -EINVAL;
5711 }
5712
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005713 p = xdr_inline_decode(xdr, 28);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005714 if (unlikely(!p))
5715 goto out_overflow;
5716 p = xdr_decode_hyper(p, &res->range.offset);
5717 p = xdr_decode_hyper(p, &res->range.length);
5718 res->range.iomode = be32_to_cpup(p++);
5719 res->type = be32_to_cpup(p++);
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005720 res->layoutp->len = be32_to_cpup(p);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005721
5722 dprintk("%s roff:%lu rlen:%lu riomode:%d, lo_type:0x%x, lo.len:%d\n",
5723 __func__,
5724 (unsigned long)res->range.offset,
5725 (unsigned long)res->range.length,
5726 res->range.iomode,
5727 res->type,
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005728 res->layoutp->len);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005729
Trond Myklebust64bd5772012-06-20 22:35:05 -04005730 recvd = xdr_read_pages(xdr, res->layoutp->len);
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005731 if (res->layoutp->len > recvd) {
5732 dprintk("NFS: server cheating in layoutget reply: "
5733 "layout len %u > recvd %u\n",
5734 res->layoutp->len, recvd);
5735 return -EINVAL;
5736 }
5737
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005738 if (layout_count > 1) {
5739 /* We only handle a length one array at the moment. Any
5740 * further entries are just ignored. Note that this means
5741 * the client may see a response that is less than the
5742 * minimum it requested.
5743 */
5744 dprintk("%s: server responded with %d layouts, dropping tail\n",
5745 __func__, layout_count);
5746 }
5747
5748 return 0;
5749out_overflow:
5750 print_overflow_msg(__func__, xdr);
5751 return -EIO;
5752}
Andy Adamson863a3c62011-03-23 13:27:54 +00005753
Benny Halevycbe82602011-05-22 19:52:37 +03005754static int decode_layoutreturn(struct xdr_stream *xdr,
5755 struct nfs4_layoutreturn_res *res)
5756{
5757 __be32 *p;
5758 int status;
5759
5760 status = decode_op_hdr(xdr, OP_LAYOUTRETURN);
5761 if (status)
5762 return status;
5763 p = xdr_inline_decode(xdr, 4);
5764 if (unlikely(!p))
5765 goto out_overflow;
5766 res->lrs_present = be32_to_cpup(p);
5767 if (res->lrs_present)
5768 status = decode_stateid(xdr, &res->stateid);
5769 return status;
5770out_overflow:
5771 print_overflow_msg(__func__, xdr);
5772 return -EIO;
5773}
5774
Andy Adamson863a3c62011-03-23 13:27:54 +00005775static int decode_layoutcommit(struct xdr_stream *xdr,
5776 struct rpc_rqst *req,
5777 struct nfs4_layoutcommit_res *res)
5778{
5779 __be32 *p;
5780 __u32 sizechanged;
5781 int status;
5782
5783 status = decode_op_hdr(xdr, OP_LAYOUTCOMMIT);
Andy Adamsondb29c082011-07-30 20:52:38 -04005784 res->status = status;
Andy Adamson863a3c62011-03-23 13:27:54 +00005785 if (status)
5786 return status;
5787
5788 p = xdr_inline_decode(xdr, 4);
5789 if (unlikely(!p))
5790 goto out_overflow;
5791 sizechanged = be32_to_cpup(p);
5792
5793 if (sizechanged) {
5794 /* throw away new size */
5795 p = xdr_inline_decode(xdr, 8);
5796 if (unlikely(!p))
5797 goto out_overflow;
5798 }
5799 return 0;
5800out_overflow:
5801 print_overflow_msg(__func__, xdr);
5802 return -EIO;
5803}
Bryan Schumaker7d974792011-06-02 14:59:08 -04005804
5805static int decode_test_stateid(struct xdr_stream *xdr,
5806 struct nfs41_test_stateid_res *res)
5807{
5808 __be32 *p;
5809 int status;
5810 int num_res;
5811
5812 status = decode_op_hdr(xdr, OP_TEST_STATEID);
5813 if (status)
5814 return status;
5815
5816 p = xdr_inline_decode(xdr, 4);
5817 if (unlikely(!p))
5818 goto out_overflow;
5819 num_res = be32_to_cpup(p++);
5820 if (num_res != 1)
5821 goto out;
5822
5823 p = xdr_inline_decode(xdr, 4);
5824 if (unlikely(!p))
5825 goto out_overflow;
5826 res->status = be32_to_cpup(p++);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05005827
5828 return status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04005829out_overflow:
5830 print_overflow_msg(__func__, xdr);
5831out:
5832 return -EIO;
5833}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04005834
5835static int decode_free_stateid(struct xdr_stream *xdr,
5836 struct nfs41_free_stateid_res *res)
5837{
5838 __be32 *p;
5839 int status;
5840
5841 status = decode_op_hdr(xdr, OP_FREE_STATEID);
5842 if (status)
5843 return status;
5844
5845 p = xdr_inline_decode(xdr, 4);
5846 if (unlikely(!p))
5847 goto out_overflow;
5848 res->status = be32_to_cpup(p++);
5849 return res->status;
5850out_overflow:
5851 print_overflow_msg(__func__, xdr);
5852 return -EIO;
5853}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005854#endif /* CONFIG_NFS_V4_1 */
5855
Linus Torvalds1da177e2005-04-16 15:20:36 -07005856/*
Benny Halevy49c25592008-12-23 16:06:16 -05005857 * END OF "GENERIC" DECODE ROUTINES.
5858 */
5859
5860/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005861 * Decode OPEN_DOWNGRADE response
5862 */
Chuck Leverbf269552010-12-14 14:59:29 +00005863static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp,
5864 struct xdr_stream *xdr,
5865 struct nfs_closeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005866{
Andy Adamson05d564f2008-12-23 16:06:15 -05005867 struct compound_hdr hdr;
5868 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005869
Chuck Leverbf269552010-12-14 14:59:29 +00005870 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05005871 if (status)
5872 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005873 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005874 if (status)
5875 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005876 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05005877 if (status)
5878 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005879 status = decode_open_downgrade(xdr, res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04005880 if (status != 0)
5881 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05005882 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005883out:
Andy Adamson05d564f2008-12-23 16:06:15 -05005884 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005885}
5886
5887/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005888 * Decode ACCESS response
5889 */
Chuck Leverbf269552010-12-14 14:59:29 +00005890static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
5891 struct nfs4_accessres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005892{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005893 struct compound_hdr hdr;
5894 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05005895
Chuck Leverbf269552010-12-14 14:59:29 +00005896 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005897 if (status)
5898 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005899 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005900 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005901 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005902 status = decode_putfh(xdr);
Trond Myklebust76b32992007-08-10 17:45:11 -04005903 if (status != 0)
5904 goto out;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04005905 status = decode_access(xdr, &res->supported, &res->access);
Trond Myklebust76b32992007-08-10 17:45:11 -04005906 if (status != 0)
5907 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05005908 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005909out:
5910 return status;
5911}
5912
5913/*
5914 * Decode LOOKUP response
5915 */
Chuck Leverbf269552010-12-14 14:59:29 +00005916static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
5917 struct nfs4_lookup_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005918{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005919 struct compound_hdr hdr;
5920 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05005921
Chuck Leverbf269552010-12-14 14:59:29 +00005922 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005923 if (status)
5924 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005925 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005926 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005927 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005928 status = decode_putfh(xdr);
5929 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005930 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005931 status = decode_lookup(xdr);
5932 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005933 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005934 status = decode_getfh(xdr, res->fh);
5935 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005936 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05005937 status = decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005938out:
5939 return status;
5940}
5941
5942/*
5943 * Decode LOOKUP_ROOT response
5944 */
Chuck Leverbf269552010-12-14 14:59:29 +00005945static int nfs4_xdr_dec_lookup_root(struct rpc_rqst *rqstp,
5946 struct xdr_stream *xdr,
5947 struct nfs4_lookup_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005948{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005949 struct compound_hdr hdr;
5950 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05005951
Chuck Leverbf269552010-12-14 14:59:29 +00005952 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005953 if (status)
5954 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005955 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005956 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005957 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005958 status = decode_putrootfh(xdr);
5959 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005960 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005961 status = decode_getfh(xdr, res->fh);
5962 if (status == 0)
Trond Myklebust6926afd2012-01-07 13:22:46 -05005963 status = decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005964out:
5965 return status;
5966}
5967
5968/*
5969 * Decode REMOVE response
5970 */
Chuck Leverbf269552010-12-14 14:59:29 +00005971static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
5972 struct nfs_removeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005973{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005974 struct compound_hdr hdr;
5975 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05005976
Chuck Leverbf269552010-12-14 14:59:29 +00005977 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005978 if (status)
5979 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005980 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005981 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005982 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005983 status = decode_putfh(xdr);
5984 if (status)
Trond Myklebust16e42952005-10-27 22:12:44 -04005985 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00005986 status = decode_remove(xdr, &res->cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005987out:
5988 return status;
5989}
5990
5991/*
5992 * Decode RENAME response
5993 */
Chuck Leverbf269552010-12-14 14:59:29 +00005994static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
5995 struct nfs_renameres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005996{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005997 struct compound_hdr hdr;
5998 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05005999
Chuck Leverbf269552010-12-14 14:59:29 +00006000 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006001 if (status)
6002 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006003 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006004 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006005 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006006 status = decode_putfh(xdr);
6007 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006008 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006009 status = decode_savefh(xdr);
6010 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006011 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006012 status = decode_putfh(xdr);
6013 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006014 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006015 status = decode_rename(xdr, &res->old_cinfo, &res->new_cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006016out:
6017 return status;
6018}
6019
6020/*
6021 * Decode LINK response
6022 */
Chuck Leverbf269552010-12-14 14:59:29 +00006023static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6024 struct nfs4_link_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006025{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006026 struct compound_hdr hdr;
6027 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006028
Chuck Leverbf269552010-12-14 14:59:29 +00006029 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006030 if (status)
6031 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006032 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006033 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006034 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006035 status = decode_putfh(xdr);
6036 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006037 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006038 status = decode_savefh(xdr);
6039 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006040 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006041 status = decode_putfh(xdr);
6042 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006043 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006044 status = decode_link(xdr, &res->cinfo);
6045 if (status)
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04006046 goto out;
6047 /*
6048 * Note order: OP_LINK leaves the directory as the current
6049 * filehandle.
6050 */
Chuck Leverbf269552010-12-14 14:59:29 +00006051 status = decode_restorefh(xdr);
6052 if (status)
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04006053 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05006054 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006055out:
6056 return status;
6057}
6058
6059/*
6060 * Decode CREATE response
6061 */
Chuck Leverbf269552010-12-14 14:59:29 +00006062static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6063 struct nfs4_create_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006064{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006065 struct compound_hdr hdr;
6066 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006067
Chuck Leverbf269552010-12-14 14:59:29 +00006068 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006069 if (status)
6070 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006071 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006072 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006073 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006074 status = decode_putfh(xdr);
6075 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006076 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006077 status = decode_create(xdr, &res->dir_cinfo);
6078 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006079 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006080 status = decode_getfh(xdr, res->fh);
6081 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006082 goto out;
Trond Myklebust7c317fc2012-04-27 13:48:18 -04006083 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006084out:
6085 return status;
6086}
6087
6088/*
6089 * Decode SYMLINK response
6090 */
Chuck Leverbf269552010-12-14 14:59:29 +00006091static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6092 struct nfs4_create_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006093{
Chuck Leverbf269552010-12-14 14:59:29 +00006094 return nfs4_xdr_dec_create(rqstp, xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006095}
6096
6097/*
6098 * Decode GETATTR response
6099 */
Chuck Leverbf269552010-12-14 14:59:29 +00006100static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6101 struct nfs4_getattr_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006102{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006103 struct compound_hdr hdr;
6104 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006105
Chuck Leverbf269552010-12-14 14:59:29 +00006106 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006107 if (status)
6108 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006109 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006110 if (status)
6111 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006112 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006113 if (status)
6114 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05006115 status = decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006116out:
6117 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006118}
6119
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006120/*
6121 * Encode an SETACL request
6122 */
Chuck Lever9f06c712010-12-14 14:59:18 +00006123static void nfs4_xdr_enc_setacl(struct rpc_rqst *req, struct xdr_stream *xdr,
6124 struct nfs_setaclargs *args)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006125{
Andy Adamson05d564f2008-12-23 16:06:15 -05006126 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04006127 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05006128 };
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006129
Chuck Lever9f06c712010-12-14 14:59:18 +00006130 encode_compound_hdr(xdr, req, &hdr);
6131 encode_sequence(xdr, &args->seq_args, &hdr);
6132 encode_putfh(xdr, args->fh, &hdr);
6133 encode_setacl(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05006134 encode_nops(&hdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006135}
Andy Adamson05d564f2008-12-23 16:06:15 -05006136
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006137/*
6138 * Decode SETACL response
6139 */
6140static int
Chuck Leverbf269552010-12-14 14:59:29 +00006141nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
Benny Halevy73c403a2009-04-01 09:22:01 -04006142 struct nfs_setaclres *res)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006143{
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006144 struct compound_hdr hdr;
6145 int status;
6146
Chuck Leverbf269552010-12-14 14:59:29 +00006147 status = decode_compound_hdr(xdr, &hdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006148 if (status)
6149 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006150 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006151 if (status)
6152 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006153 status = decode_putfh(xdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006154 if (status)
6155 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006156 status = decode_setattr(xdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006157out:
6158 return status;
6159}
Linus Torvalds1da177e2005-04-16 15:20:36 -07006160
6161/*
J. Bruce Fields029d1052005-06-22 17:16:22 +00006162 * Decode GETACL response
6163 */
6164static int
Chuck Leverbf269552010-12-14 14:59:29 +00006165nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
Benny Halevy663c79b2009-04-01 09:21:59 -04006166 struct nfs_getaclres *res)
J. Bruce Fields029d1052005-06-22 17:16:22 +00006167{
J. Bruce Fields029d1052005-06-22 17:16:22 +00006168 struct compound_hdr hdr;
6169 int status;
6170
Trond Myklebust331818f2012-02-03 18:30:53 -05006171 if (res->acl_scratch != NULL) {
6172 void *p = page_address(res->acl_scratch);
6173 xdr_set_scratch_buffer(xdr, p, PAGE_SIZE);
6174 }
Chuck Leverbf269552010-12-14 14:59:29 +00006175 status = decode_compound_hdr(xdr, &hdr);
J. Bruce Fields029d1052005-06-22 17:16:22 +00006176 if (status)
6177 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006178 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006179 if (status)
6180 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006181 status = decode_putfh(xdr);
J. Bruce Fields029d1052005-06-22 17:16:22 +00006182 if (status)
6183 goto out;
Andy Adamsonbf118a32011-12-07 11:55:27 -05006184 status = decode_getacl(xdr, rqstp, res);
J. Bruce Fields029d1052005-06-22 17:16:22 +00006185
6186out:
6187 return status;
6188}
6189
6190/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006191 * Decode CLOSE response
6192 */
Chuck Leverbf269552010-12-14 14:59:29 +00006193static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6194 struct nfs_closeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006195{
Andy Adamson05d564f2008-12-23 16:06:15 -05006196 struct compound_hdr hdr;
6197 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006198
Chuck Leverbf269552010-12-14 14:59:29 +00006199 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006200 if (status)
6201 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006202 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006203 if (status)
6204 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006205 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006206 if (status)
6207 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006208 status = decode_close(xdr, res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04006209 if (status != 0)
6210 goto out;
6211 /*
6212 * Note: Server may do delete on close for this file
6213 * in which case the getattr call will fail with
6214 * an ESTALE error. Shouldn't be a problem,
6215 * though, since fattr->valid will remain unset.
6216 */
Trond Myklebust6926afd2012-01-07 13:22:46 -05006217 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006218out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006219 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006220}
6221
6222/*
6223 * Decode OPEN response
6224 */
Chuck Leverbf269552010-12-14 14:59:29 +00006225static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6226 struct nfs_openres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006227{
Andy Adamson05d564f2008-12-23 16:06:15 -05006228 struct compound_hdr hdr;
6229 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006230
Chuck Leverbf269552010-12-14 14:59:29 +00006231 status = decode_compound_hdr(xdr, &hdr);
Trond Myklebust56ae19f2005-10-27 22:12:40 -04006232 if (status)
6233 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006234 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006235 if (status)
6236 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006237 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006238 if (status)
6239 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006240 status = decode_open(xdr, res);
Andy Adamson05d564f2008-12-23 16:06:15 -05006241 if (status)
6242 goto out;
Weston Andros Adamson01913b42012-09-06 15:54:27 -04006243 status = decode_getfh(xdr, &res->fh);
6244 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006245 goto out;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07006246 if (res->access_request)
6247 decode_access(xdr, &res->access_supported, &res->access_result);
Trond Myklebust90ff0c52012-04-27 13:48:18 -04006248 decode_getfattr(xdr, res->f_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006249out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006250 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006251}
6252
6253/*
6254 * Decode OPEN_CONFIRM response
6255 */
Chuck Leverbf269552010-12-14 14:59:29 +00006256static int nfs4_xdr_dec_open_confirm(struct rpc_rqst *rqstp,
6257 struct xdr_stream *xdr,
6258 struct nfs_open_confirmres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006259{
Andy Adamson05d564f2008-12-23 16:06:15 -05006260 struct compound_hdr hdr;
6261 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006262
Chuck Leverbf269552010-12-14 14:59:29 +00006263 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006264 if (status)
6265 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006266 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006267 if (status)
6268 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006269 status = decode_open_confirm(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006270out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006271 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006272}
6273
6274/*
6275 * Decode OPEN response
6276 */
Chuck Leverbf269552010-12-14 14:59:29 +00006277static int nfs4_xdr_dec_open_noattr(struct rpc_rqst *rqstp,
6278 struct xdr_stream *xdr,
6279 struct nfs_openres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006280{
Andy Adamson05d564f2008-12-23 16:06:15 -05006281 struct compound_hdr hdr;
6282 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006283
Chuck Leverbf269552010-12-14 14:59:29 +00006284 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006285 if (status)
6286 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006287 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006288 if (status)
6289 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006290 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006291 if (status)
6292 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006293 status = decode_open(xdr, res);
Andy Adamson05d564f2008-12-23 16:06:15 -05006294 if (status)
6295 goto out;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07006296 if (res->access_request)
6297 decode_access(xdr, &res->access_supported, &res->access_result);
Trond Myklebust6926afd2012-01-07 13:22:46 -05006298 decode_getfattr(xdr, res->f_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006299out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006300 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006301}
6302
6303/*
6304 * Decode SETATTR response
6305 */
Chuck Leverbf269552010-12-14 14:59:29 +00006306static int nfs4_xdr_dec_setattr(struct rpc_rqst *rqstp,
6307 struct xdr_stream *xdr,
6308 struct nfs_setattrres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006309{
Andy Adamson05d564f2008-12-23 16:06:15 -05006310 struct compound_hdr hdr;
6311 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006312
Chuck Leverbf269552010-12-14 14:59:29 +00006313 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006314 if (status)
6315 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006316 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006317 if (status)
6318 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006319 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006320 if (status)
6321 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006322 status = decode_setattr(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006323 if (status)
6324 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05006325 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006326out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006327 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006328}
6329
6330/*
6331 * Decode LOCK response
6332 */
Chuck Leverbf269552010-12-14 14:59:29 +00006333static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6334 struct nfs_lock_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006335{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006336 struct compound_hdr hdr;
6337 int status;
6338
Chuck Leverbf269552010-12-14 14:59:29 +00006339 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006340 if (status)
6341 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006342 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006343 if (status)
6344 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006345 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006346 if (status)
6347 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006348 status = decode_lock(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006349out:
6350 return status;
6351}
6352
6353/*
6354 * Decode LOCKT response
6355 */
Chuck Leverbf269552010-12-14 14:59:29 +00006356static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6357 struct nfs_lockt_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006358{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006359 struct compound_hdr hdr;
6360 int status;
6361
Chuck Leverbf269552010-12-14 14:59:29 +00006362 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006363 if (status)
6364 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006365 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006366 if (status)
6367 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006368 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006369 if (status)
6370 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006371 status = decode_lockt(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006372out:
6373 return status;
6374}
6375
6376/*
6377 * Decode LOCKU response
6378 */
Chuck Leverbf269552010-12-14 14:59:29 +00006379static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6380 struct nfs_locku_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006381{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006382 struct compound_hdr hdr;
6383 int status;
6384
Chuck Leverbf269552010-12-14 14:59:29 +00006385 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006386 if (status)
6387 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006388 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006389 if (status)
6390 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006391 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006392 if (status)
6393 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006394 status = decode_locku(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006395out:
6396 return status;
6397}
6398
Chuck Leverbf269552010-12-14 14:59:29 +00006399static int nfs4_xdr_dec_release_lockowner(struct rpc_rqst *rqstp,
6400 struct xdr_stream *xdr, void *dummy)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006401{
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006402 struct compound_hdr hdr;
6403 int status;
6404
Chuck Leverbf269552010-12-14 14:59:29 +00006405 status = decode_compound_hdr(xdr, &hdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006406 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006407 status = decode_release_lockowner(xdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006408 return status;
6409}
6410
Linus Torvalds1da177e2005-04-16 15:20:36 -07006411/*
6412 * Decode READLINK response
6413 */
Chuck Leverbf269552010-12-14 14:59:29 +00006414static int nfs4_xdr_dec_readlink(struct rpc_rqst *rqstp,
6415 struct xdr_stream *xdr,
Benny Halevyf50c7002009-04-01 09:21:55 -04006416 struct nfs4_readlink_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006417{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006418 struct compound_hdr hdr;
6419 int status;
6420
Chuck Leverbf269552010-12-14 14:59:29 +00006421 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006422 if (status)
6423 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006424 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006425 if (status)
6426 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006427 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006428 if (status)
6429 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006430 status = decode_readlink(xdr, rqstp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006431out:
6432 return status;
6433}
6434
6435/*
6436 * Decode READDIR response
6437 */
Chuck Leverbf269552010-12-14 14:59:29 +00006438static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6439 struct nfs4_readdir_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006440{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006441 struct compound_hdr hdr;
6442 int status;
6443
Chuck Leverbf269552010-12-14 14:59:29 +00006444 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006445 if (status)
6446 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006447 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006448 if (status)
6449 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006450 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006451 if (status)
6452 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006453 status = decode_readdir(xdr, rqstp, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006454out:
6455 return status;
6456}
6457
6458/*
6459 * Decode Read response
6460 */
Chuck Leverbf269552010-12-14 14:59:29 +00006461static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6462 struct nfs_readres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006463{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006464 struct compound_hdr hdr;
6465 int status;
6466
Chuck Leverbf269552010-12-14 14:59:29 +00006467 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006468 if (status)
6469 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006470 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006471 if (status)
6472 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006473 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006474 if (status)
6475 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006476 status = decode_read(xdr, rqstp, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006477 if (!status)
6478 status = res->count;
6479out:
6480 return status;
6481}
6482
6483/*
6484 * Decode WRITE response
6485 */
Chuck Leverbf269552010-12-14 14:59:29 +00006486static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6487 struct nfs_writeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006488{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006489 struct compound_hdr hdr;
6490 int status;
6491
Chuck Leverbf269552010-12-14 14:59:29 +00006492 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006493 if (status)
6494 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006495 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006496 if (status)
6497 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006498 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006499 if (status)
6500 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006501 status = decode_write(xdr, res);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04006502 if (status)
6503 goto out;
Fred Isaman7ffd1062011-03-03 15:13:46 +00006504 if (res->fattr)
Trond Myklebust6926afd2012-01-07 13:22:46 -05006505 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006506 if (!status)
6507 status = res->count;
6508out:
6509 return status;
6510}
6511
6512/*
6513 * Decode COMMIT response
6514 */
Chuck Leverbf269552010-12-14 14:59:29 +00006515static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
Fred Isaman0b7c0152012-04-20 14:47:39 -04006516 struct nfs_commitres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006517{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006518 struct compound_hdr hdr;
6519 int status;
6520
Chuck Leverbf269552010-12-14 14:59:29 +00006521 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006522 if (status)
6523 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006524 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006525 if (status)
6526 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006527 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006528 if (status)
6529 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006530 status = decode_commit(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006531out:
6532 return status;
6533}
6534
6535/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006536 * Decode FSINFO response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006537 */
Chuck Leverbf269552010-12-14 14:59:29 +00006538static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr,
Benny Halevy3dda5e42009-04-01 09:21:57 -04006539 struct nfs4_fsinfo_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006540{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006541 struct compound_hdr hdr;
6542 int status;
6543
Chuck Leverbf269552010-12-14 14:59:29 +00006544 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006545 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006546 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006547 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006548 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006549 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006550 status = decode_fsinfo(xdr, res->fsinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006551 return status;
6552}
6553
6554/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006555 * Decode PATHCONF response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006556 */
Chuck Leverbf269552010-12-14 14:59:29 +00006557static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr,
Benny Halevyd45b2982009-04-01 09:21:58 -04006558 struct nfs4_pathconf_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006559{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006560 struct compound_hdr hdr;
6561 int status;
6562
Chuck Leverbf269552010-12-14 14:59:29 +00006563 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006564 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006565 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006566 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006567 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006568 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006569 status = decode_pathconf(xdr, res->pathconf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006570 return status;
6571}
6572
6573/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006574 * Decode STATFS response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006575 */
Chuck Leverbf269552010-12-14 14:59:29 +00006576static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, struct xdr_stream *xdr,
Benny Halevy24ad1482009-04-01 09:21:56 -04006577 struct nfs4_statfs_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006578{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006579 struct compound_hdr hdr;
6580 int status;
6581
Chuck Leverbf269552010-12-14 14:59:29 +00006582 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006583 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006584 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006585 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006586 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006587 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006588 status = decode_statfs(xdr, res->fsstat);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006589 return status;
6590}
6591
6592/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006593 * Decode GETATTR_BITMAP response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006594 */
Chuck Leverbf269552010-12-14 14:59:29 +00006595static int nfs4_xdr_dec_server_caps(struct rpc_rqst *req,
6596 struct xdr_stream *xdr,
6597 struct nfs4_server_caps_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006598{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006599 struct compound_hdr hdr;
6600 int status;
6601
Chuck Leverbf269552010-12-14 14:59:29 +00006602 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006603 if (status)
6604 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006605 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006606 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006607 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006608 status = decode_putfh(xdr);
6609 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006610 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006611 status = decode_server_caps(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006612out:
6613 return status;
6614}
6615
6616/*
6617 * Decode RENEW response
6618 */
Chuck Leverbf269552010-12-14 14:59:29 +00006619static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6620 void *__unused)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006621{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006622 struct compound_hdr hdr;
6623 int status;
6624
Chuck Leverbf269552010-12-14 14:59:29 +00006625 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006626 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006627 status = decode_renew(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006628 return status;
6629}
6630
6631/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006632 * Decode SETCLIENTID response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006633 */
Chuck Leverbf269552010-12-14 14:59:29 +00006634static int nfs4_xdr_dec_setclientid(struct rpc_rqst *req,
6635 struct xdr_stream *xdr,
6636 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006637{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006638 struct compound_hdr hdr;
6639 int status;
6640
Chuck Leverbf269552010-12-14 14:59:29 +00006641 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006642 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006643 status = decode_setclientid(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006644 return status;
6645}
6646
6647/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006648 * Decode SETCLIENTID_CONFIRM response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006649 */
Chuck Leverbf269552010-12-14 14:59:29 +00006650static int nfs4_xdr_dec_setclientid_confirm(struct rpc_rqst *req,
Chuck Lever83ca7f52013-03-16 15:55:53 -04006651 struct xdr_stream *xdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006652{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006653 struct compound_hdr hdr;
6654 int status;
6655
Chuck Leverbf269552010-12-14 14:59:29 +00006656 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006657 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006658 status = decode_setclientid_confirm(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006659 return status;
6660}
6661
6662/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006663 * Decode DELEGRETURN response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006664 */
Chuck Leverbf269552010-12-14 14:59:29 +00006665static int nfs4_xdr_dec_delegreturn(struct rpc_rqst *rqstp,
6666 struct xdr_stream *xdr,
6667 struct nfs4_delegreturnres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006668{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006669 struct compound_hdr hdr;
6670 int status;
6671
Chuck Leverbf269552010-12-14 14:59:29 +00006672 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006673 if (status)
6674 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006675 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006676 if (status)
Trond Myklebustfa178f22006-01-03 09:55:38 +01006677 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006678 status = decode_putfh(xdr);
Trond Myklebustfa178f22006-01-03 09:55:38 +01006679 if (status != 0)
6680 goto out;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04006681 status = decode_getfattr(xdr, res->fattr, res->server);
Jeff Layton556ae3b2010-03-21 12:10:36 -04006682 if (status != 0)
6683 goto out;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04006684 status = decode_delegreturn(xdr);
Trond Myklebustfa178f22006-01-03 09:55:38 +01006685out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07006686 return status;
6687}
6688
Trond Myklebust683b57b2006-06-09 09:34:22 -04006689/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006690 * Decode FS_LOCATIONS response
Trond Myklebust683b57b2006-06-09 09:34:22 -04006691 */
Chuck Leverbf269552010-12-14 14:59:29 +00006692static int nfs4_xdr_dec_fs_locations(struct rpc_rqst *req,
6693 struct xdr_stream *xdr,
Benny Halevy22958462009-04-01 09:22:02 -04006694 struct nfs4_fs_locations_res *res)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006695{
Trond Myklebust683b57b2006-06-09 09:34:22 -04006696 struct compound_hdr hdr;
6697 int status;
6698
Chuck Leverbf269552010-12-14 14:59:29 +00006699 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006700 if (status)
6701 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006702 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006703 if (status)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006704 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006705 status = decode_putfh(xdr);
6706 if (status)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006707 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006708 status = decode_lookup(xdr);
6709 if (status)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006710 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006711 xdr_enter_page(xdr, PAGE_SIZE);
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05006712 status = decode_getfattr_generic(xdr, &res->fs_locations->fattr,
6713 NULL, res->fs_locations,
6714 res->fs_locations->server);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006715out:
6716 return status;
6717}
6718
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006719/*
6720 * Decode SECINFO response
6721 */
6722static int nfs4_xdr_dec_secinfo(struct rpc_rqst *rqstp,
6723 struct xdr_stream *xdr,
6724 struct nfs4_secinfo_res *res)
6725{
6726 struct compound_hdr hdr;
6727 int status;
6728
6729 status = decode_compound_hdr(xdr, &hdr);
6730 if (status)
6731 goto out;
6732 status = decode_sequence(xdr, &res->seq_res, rqstp);
6733 if (status)
6734 goto out;
6735 status = decode_putfh(xdr);
6736 if (status)
6737 goto out;
6738 status = decode_secinfo(xdr, res);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006739out:
6740 return status;
6741}
6742
Benny Halevy99fe60d2009-04-01 09:22:29 -04006743#if defined(CONFIG_NFS_V4_1)
6744/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006745 * Decode BIND_CONN_TO_SESSION response
6746 */
6747static int nfs4_xdr_dec_bind_conn_to_session(struct rpc_rqst *rqstp,
6748 struct xdr_stream *xdr,
6749 void *res)
6750{
6751 struct compound_hdr hdr;
6752 int status;
6753
6754 status = decode_compound_hdr(xdr, &hdr);
6755 if (!status)
6756 status = decode_bind_conn_to_session(xdr, res);
6757 return status;
6758}
6759
6760/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006761 * Decode EXCHANGE_ID response
Benny Halevy99fe60d2009-04-01 09:22:29 -04006762 */
Chuck Leverbf269552010-12-14 14:59:29 +00006763static int nfs4_xdr_dec_exchange_id(struct rpc_rqst *rqstp,
6764 struct xdr_stream *xdr,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006765 void *res)
6766{
Benny Halevy99fe60d2009-04-01 09:22:29 -04006767 struct compound_hdr hdr;
6768 int status;
6769
Chuck Leverbf269552010-12-14 14:59:29 +00006770 status = decode_compound_hdr(xdr, &hdr);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006771 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006772 status = decode_exchange_id(xdr, res);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006773 return status;
6774}
Andy Adamson2050f0c2009-04-01 09:22:30 -04006775
6776/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006777 * Decode CREATE_SESSION response
Andy Adamsonfc931582009-04-01 09:22:31 -04006778 */
Chuck Leverbf269552010-12-14 14:59:29 +00006779static int nfs4_xdr_dec_create_session(struct rpc_rqst *rqstp,
6780 struct xdr_stream *xdr,
Andy Adamsonfc931582009-04-01 09:22:31 -04006781 struct nfs41_create_session_res *res)
6782{
Andy Adamsonfc931582009-04-01 09:22:31 -04006783 struct compound_hdr hdr;
6784 int status;
6785
Chuck Leverbf269552010-12-14 14:59:29 +00006786 status = decode_compound_hdr(xdr, &hdr);
Andy Adamsonfc931582009-04-01 09:22:31 -04006787 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006788 status = decode_create_session(xdr, res);
Andy Adamsonfc931582009-04-01 09:22:31 -04006789 return status;
6790}
6791
6792/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006793 * Decode DESTROY_SESSION response
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006794 */
Chuck Leverbf269552010-12-14 14:59:29 +00006795static int nfs4_xdr_dec_destroy_session(struct rpc_rqst *rqstp,
6796 struct xdr_stream *xdr,
6797 void *res)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006798{
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006799 struct compound_hdr hdr;
6800 int status;
6801
Chuck Leverbf269552010-12-14 14:59:29 +00006802 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006803 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006804 status = decode_destroy_session(xdr, res);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006805 return status;
6806}
6807
6808/*
Trond Myklebust66245532012-05-25 17:18:09 -04006809 * Decode DESTROY_CLIENTID response
6810 */
6811static int nfs4_xdr_dec_destroy_clientid(struct rpc_rqst *rqstp,
6812 struct xdr_stream *xdr,
6813 void *res)
6814{
6815 struct compound_hdr hdr;
6816 int status;
6817
6818 status = decode_compound_hdr(xdr, &hdr);
6819 if (!status)
6820 status = decode_destroy_clientid(xdr, res);
6821 return status;
6822}
6823
6824/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006825 * Decode SEQUENCE response
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006826 */
Chuck Leverbf269552010-12-14 14:59:29 +00006827static int nfs4_xdr_dec_sequence(struct rpc_rqst *rqstp,
6828 struct xdr_stream *xdr,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006829 struct nfs4_sequence_res *res)
6830{
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006831 struct compound_hdr hdr;
6832 int status;
6833
Chuck Leverbf269552010-12-14 14:59:29 +00006834 status = decode_compound_hdr(xdr, &hdr);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006835 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006836 status = decode_sequence(xdr, res, rqstp);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04006837 return status;
6838}
6839
6840/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006841 * Decode GET_LEASE_TIME response
Andy Adamson2050f0c2009-04-01 09:22:30 -04006842 */
Chuck Leverbf269552010-12-14 14:59:29 +00006843static int nfs4_xdr_dec_get_lease_time(struct rpc_rqst *rqstp,
6844 struct xdr_stream *xdr,
Andy Adamson2050f0c2009-04-01 09:22:30 -04006845 struct nfs4_get_lease_time_res *res)
6846{
Andy Adamson2050f0c2009-04-01 09:22:30 -04006847 struct compound_hdr hdr;
6848 int status;
6849
Chuck Leverbf269552010-12-14 14:59:29 +00006850 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006851 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006852 status = decode_sequence(xdr, &res->lr_seq_res, rqstp);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006853 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006854 status = decode_putrootfh(xdr);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006855 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006856 status = decode_fsinfo(xdr, res->lr_fsinfo);
Andy Adamson2050f0c2009-04-01 09:22:30 -04006857 return status;
6858}
Ricardo Labiaga18019752009-12-05 16:08:40 -05006859
6860/*
6861 * Decode RECLAIM_COMPLETE response
6862 */
Chuck Leverbf269552010-12-14 14:59:29 +00006863static int nfs4_xdr_dec_reclaim_complete(struct rpc_rqst *rqstp,
6864 struct xdr_stream *xdr,
Ricardo Labiaga18019752009-12-05 16:08:40 -05006865 struct nfs41_reclaim_complete_res *res)
6866{
Ricardo Labiaga18019752009-12-05 16:08:40 -05006867 struct compound_hdr hdr;
6868 int status;
6869
Chuck Leverbf269552010-12-14 14:59:29 +00006870 status = decode_compound_hdr(xdr, &hdr);
Ricardo Labiaga18019752009-12-05 16:08:40 -05006871 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006872 status = decode_sequence(xdr, &res->seq_res, rqstp);
Ricardo Labiaga18019752009-12-05 16:08:40 -05006873 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006874 status = decode_reclaim_complete(xdr, (void *)NULL);
Ricardo Labiaga18019752009-12-05 16:08:40 -05006875 return status;
6876}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006877
6878/*
Andy Adamson7f11d8d2011-07-30 20:52:35 -04006879 * Decode GETDEVICELIST response
6880 */
6881static int nfs4_xdr_dec_getdevicelist(struct rpc_rqst *rqstp,
6882 struct xdr_stream *xdr,
6883 struct nfs4_getdevicelist_res *res)
6884{
6885 struct compound_hdr hdr;
6886 int status;
6887
6888 dprintk("encoding getdevicelist!\n");
6889
6890 status = decode_compound_hdr(xdr, &hdr);
6891 if (status != 0)
6892 goto out;
6893 status = decode_sequence(xdr, &res->seq_res, rqstp);
6894 if (status != 0)
6895 goto out;
6896 status = decode_putfh(xdr);
6897 if (status != 0)
6898 goto out;
6899 status = decode_getdevicelist(xdr, res->devlist);
6900out:
6901 return status;
6902}
6903
6904/*
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006905 * Decode GETDEVINFO response
6906 */
Chuck Leverbf269552010-12-14 14:59:29 +00006907static int nfs4_xdr_dec_getdeviceinfo(struct rpc_rqst *rqstp,
6908 struct xdr_stream *xdr,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006909 struct nfs4_getdeviceinfo_res *res)
6910{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006911 struct compound_hdr hdr;
6912 int status;
6913
Chuck Leverbf269552010-12-14 14:59:29 +00006914 status = decode_compound_hdr(xdr, &hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006915 if (status != 0)
6916 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006917 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006918 if (status != 0)
6919 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006920 status = decode_getdeviceinfo(xdr, res->pdev);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006921out:
6922 return status;
6923}
6924
6925/*
6926 * Decode LAYOUTGET response
6927 */
Chuck Leverbf269552010-12-14 14:59:29 +00006928static int nfs4_xdr_dec_layoutget(struct rpc_rqst *rqstp,
6929 struct xdr_stream *xdr,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006930 struct nfs4_layoutget_res *res)
6931{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006932 struct compound_hdr hdr;
6933 int status;
6934
Chuck Leverbf269552010-12-14 14:59:29 +00006935 status = decode_compound_hdr(xdr, &hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006936 if (status)
6937 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006938 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006939 if (status)
6940 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006941 status = decode_putfh(xdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006942 if (status)
6943 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006944 status = decode_layoutget(xdr, rqstp, res);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006945out:
6946 return status;
6947}
Andy Adamson863a3c62011-03-23 13:27:54 +00006948
6949/*
Benny Halevycbe82602011-05-22 19:52:37 +03006950 * Decode LAYOUTRETURN response
6951 */
6952static int nfs4_xdr_dec_layoutreturn(struct rpc_rqst *rqstp,
6953 struct xdr_stream *xdr,
6954 struct nfs4_layoutreturn_res *res)
6955{
6956 struct compound_hdr hdr;
6957 int status;
6958
6959 status = decode_compound_hdr(xdr, &hdr);
6960 if (status)
6961 goto out;
6962 status = decode_sequence(xdr, &res->seq_res, rqstp);
6963 if (status)
6964 goto out;
6965 status = decode_putfh(xdr);
6966 if (status)
6967 goto out;
6968 status = decode_layoutreturn(xdr, res);
6969out:
6970 return status;
6971}
6972
6973/*
Andy Adamson863a3c62011-03-23 13:27:54 +00006974 * Decode LAYOUTCOMMIT response
6975 */
6976static int nfs4_xdr_dec_layoutcommit(struct rpc_rqst *rqstp,
6977 struct xdr_stream *xdr,
6978 struct nfs4_layoutcommit_res *res)
6979{
6980 struct compound_hdr hdr;
6981 int status;
6982
6983 status = decode_compound_hdr(xdr, &hdr);
6984 if (status)
6985 goto out;
6986 status = decode_sequence(xdr, &res->seq_res, rqstp);
6987 if (status)
6988 goto out;
6989 status = decode_putfh(xdr);
6990 if (status)
6991 goto out;
6992 status = decode_layoutcommit(xdr, rqstp, res);
6993 if (status)
6994 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05006995 decode_getfattr(xdr, res->fattr, res->server);
Andy Adamson863a3c62011-03-23 13:27:54 +00006996out:
6997 return status;
6998}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006999
7000/*
7001 * Decode SECINFO_NO_NAME response
7002 */
7003static int nfs4_xdr_dec_secinfo_no_name(struct rpc_rqst *rqstp,
7004 struct xdr_stream *xdr,
7005 struct nfs4_secinfo_res *res)
7006{
7007 struct compound_hdr hdr;
7008 int status;
7009
7010 status = decode_compound_hdr(xdr, &hdr);
7011 if (status)
7012 goto out;
7013 status = decode_sequence(xdr, &res->seq_res, rqstp);
7014 if (status)
7015 goto out;
7016 status = decode_putrootfh(xdr);
7017 if (status)
7018 goto out;
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04007019 status = decode_secinfo_no_name(xdr, res);
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007020out:
7021 return status;
7022}
Bryan Schumaker7d974792011-06-02 14:59:08 -04007023
7024/*
7025 * Decode TEST_STATEID response
7026 */
7027static int nfs4_xdr_dec_test_stateid(struct rpc_rqst *rqstp,
7028 struct xdr_stream *xdr,
7029 struct nfs41_test_stateid_res *res)
7030{
7031 struct compound_hdr hdr;
7032 int status;
7033
7034 status = decode_compound_hdr(xdr, &hdr);
7035 if (status)
7036 goto out;
7037 status = decode_sequence(xdr, &res->seq_res, rqstp);
7038 if (status)
7039 goto out;
7040 status = decode_test_stateid(xdr, res);
7041out:
7042 return status;
7043}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007044
7045/*
7046 * Decode FREE_STATEID response
7047 */
7048static int nfs4_xdr_dec_free_stateid(struct rpc_rqst *rqstp,
7049 struct xdr_stream *xdr,
7050 struct nfs41_free_stateid_res *res)
7051{
7052 struct compound_hdr hdr;
7053 int status;
7054
7055 status = decode_compound_hdr(xdr, &hdr);
7056 if (status)
7057 goto out;
7058 status = decode_sequence(xdr, &res->seq_res, rqstp);
7059 if (status)
7060 goto out;
7061 status = decode_free_stateid(xdr, res);
7062out:
7063 return status;
7064}
Benny Halevy99fe60d2009-04-01 09:22:29 -04007065#endif /* CONFIG_NFS_V4_1 */
7066
Chuck Lever573c4e12010-12-14 14:58:11 +00007067/**
7068 * nfs4_decode_dirent - Decode a single NFSv4 directory entry stored in
7069 * the local page cache.
7070 * @xdr: XDR stream where entry resides
7071 * @entry: buffer to fill in with entry data
7072 * @plus: boolean indicating whether this should be a readdirplus entry
7073 *
7074 * Returns zero if successful, otherwise a negative errno value is
7075 * returned.
7076 *
7077 * This function is not invoked during READDIR reply decoding, but
7078 * rather whenever an application invokes the getdents(2) system call
7079 * on a directory already in our cache.
7080 */
7081int nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry,
7082 int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007083{
Trond Myklebust256e48b2012-06-21 11:18:13 -04007084 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04007085 uint32_t bitmap[3] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07007086 uint32_t len;
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007087 __be32 *p = xdr_inline_decode(xdr, 4);
7088 if (unlikely(!p))
7089 goto out_overflow;
Chuck Leverc08e76d2011-01-28 12:40:55 -05007090 if (*p == xdr_zero) {
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007091 p = xdr_inline_decode(xdr, 4);
7092 if (unlikely(!p))
7093 goto out_overflow;
Chuck Leverc08e76d2011-01-28 12:40:55 -05007094 if (*p == xdr_zero)
Chuck Lever573c4e12010-12-14 14:58:11 +00007095 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007096 entry->eof = 1;
Chuck Lever573c4e12010-12-14 14:58:11 +00007097 return -EBADCOOKIE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007098 }
7099
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007100 p = xdr_inline_decode(xdr, 12);
7101 if (unlikely(!p))
7102 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007103 entry->prev_cookie = entry->cookie;
7104 p = xdr_decode_hyper(p, &entry->cookie);
Chuck Leverc08e76d2011-01-28 12:40:55 -05007105 entry->len = be32_to_cpup(p);
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007106
Trond Myklebust9af8c222010-10-24 11:52:55 -04007107 p = xdr_inline_decode(xdr, entry->len);
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007108 if (unlikely(!p))
7109 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007110 entry->name = (const char *) p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007111
7112 /*
7113 * In case the server doesn't return an inode number,
7114 * we fake one here. (We don't use inode number 0,
7115 * since glibc seems to choke on it...)
7116 */
7117 entry->ino = 1;
Trond Myklebust4f082222010-10-24 13:14:02 -04007118 entry->fattr->valid = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007119
Trond Myklebust9af8c222010-10-24 11:52:55 -04007120 if (decode_attr_bitmap(xdr, bitmap) < 0)
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007121 goto out_overflow;
Trond Myklebust9af8c222010-10-24 11:52:55 -04007122
Trond Myklebust256e48b2012-06-21 11:18:13 -04007123 if (decode_attr_length(xdr, &len, &savep) < 0)
Trond Myklebust9af8c222010-10-24 11:52:55 -04007124 goto out_overflow;
7125
Chuck Lever573c4e12010-12-14 14:58:11 +00007126 if (decode_getfattr_attrs(xdr, bitmap, entry->fattr, entry->fh,
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05007127 NULL, entry->server) < 0)
Trond Myklebust9af8c222010-10-24 11:52:55 -04007128 goto out_overflow;
Trond Myklebust28331a42011-04-27 13:47:52 -04007129 if (entry->fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID)
7130 entry->ino = entry->fattr->mounted_on_fileid;
7131 else if (entry->fattr->valid & NFS_ATTR_FATTR_FILEID)
Trond Myklebust9af8c222010-10-24 11:52:55 -04007132 entry->ino = entry->fattr->fileid;
7133
Trond Myklebust0b26a0b2010-11-20 14:26:44 -05007134 entry->d_type = DT_UNKNOWN;
7135 if (entry->fattr->valid & NFS_ATTR_FATTR_TYPE)
7136 entry->d_type = nfs_umode_to_dtype(entry->fattr->mode);
7137
Chuck Lever573c4e12010-12-14 14:58:11 +00007138 return 0;
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007139
7140out_overflow:
7141 print_overflow_msg(__func__, xdr);
Chuck Lever573c4e12010-12-14 14:58:11 +00007142 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007143}
7144
7145/*
7146 * We need to translate between nfs status return values and
7147 * the local errno values which may not be the same.
7148 */
7149static struct {
7150 int stat;
7151 int errno;
7152} nfs_errtbl[] = {
7153 { NFS4_OK, 0 },
Benny Halevy856dff32008-03-31 17:39:06 +03007154 { NFS4ERR_PERM, -EPERM },
7155 { NFS4ERR_NOENT, -ENOENT },
7156 { NFS4ERR_IO, -errno_NFSERR_IO},
7157 { NFS4ERR_NXIO, -ENXIO },
7158 { NFS4ERR_ACCESS, -EACCES },
7159 { NFS4ERR_EXIST, -EEXIST },
7160 { NFS4ERR_XDEV, -EXDEV },
7161 { NFS4ERR_NOTDIR, -ENOTDIR },
7162 { NFS4ERR_ISDIR, -EISDIR },
7163 { NFS4ERR_INVAL, -EINVAL },
7164 { NFS4ERR_FBIG, -EFBIG },
7165 { NFS4ERR_NOSPC, -ENOSPC },
7166 { NFS4ERR_ROFS, -EROFS },
7167 { NFS4ERR_MLINK, -EMLINK },
7168 { NFS4ERR_NAMETOOLONG, -ENAMETOOLONG },
7169 { NFS4ERR_NOTEMPTY, -ENOTEMPTY },
7170 { NFS4ERR_DQUOT, -EDQUOT },
7171 { NFS4ERR_STALE, -ESTALE },
7172 { NFS4ERR_BADHANDLE, -EBADHANDLE },
Benny Halevy856dff32008-03-31 17:39:06 +03007173 { NFS4ERR_BAD_COOKIE, -EBADCOOKIE },
7174 { NFS4ERR_NOTSUPP, -ENOTSUPP },
7175 { NFS4ERR_TOOSMALL, -ETOOSMALL },
Trond Myklebustfdcb4572010-02-08 09:32:40 -05007176 { NFS4ERR_SERVERFAULT, -EREMOTEIO },
Benny Halevy856dff32008-03-31 17:39:06 +03007177 { NFS4ERR_BADTYPE, -EBADTYPE },
7178 { NFS4ERR_LOCKED, -EAGAIN },
Benny Halevy856dff32008-03-31 17:39:06 +03007179 { NFS4ERR_SYMLINK, -ELOOP },
7180 { NFS4ERR_OP_ILLEGAL, -EOPNOTSUPP },
7181 { NFS4ERR_DEADLOCK, -EDEADLK },
Benny Halevy856dff32008-03-31 17:39:06 +03007182 { -1, -EIO }
Linus Torvalds1da177e2005-04-16 15:20:36 -07007183};
7184
7185/*
7186 * Convert an NFS error code to a local one.
7187 * This one is used jointly by NFSv2 and NFSv3.
7188 */
7189static int
David Howells0a8ea432006-08-22 20:06:08 -04007190nfs4_stat_to_errno(int stat)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007191{
7192 int i;
7193 for (i = 0; nfs_errtbl[i].stat != -1; i++) {
7194 if (nfs_errtbl[i].stat == stat)
7195 return nfs_errtbl[i].errno;
7196 }
7197 if (stat <= 10000 || stat > 10100) {
7198 /* The server is looney tunes. */
Trond Myklebustfdcb4572010-02-08 09:32:40 -05007199 return -EREMOTEIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007200 }
7201 /* If we cannot translate the error, the recovery routines should
7202 * handle it.
7203 * Note: remaining NFSv4 error codes have values > 10000, so should
7204 * not conflict with native Linux error codes.
7205 */
Benny Halevy856dff32008-03-31 17:39:06 +03007206 return -stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007207}
7208
Linus Torvalds1da177e2005-04-16 15:20:36 -07007209#define PROC(proc, argtype, restype) \
7210[NFSPROC4_CLNT_##proc] = { \
7211 .p_proc = NFSPROC4_COMPOUND, \
Chuck Lever9f06c712010-12-14 14:59:18 +00007212 .p_encode = (kxdreproc_t)nfs4_xdr_##argtype, \
Chuck Leverbf269552010-12-14 14:59:29 +00007213 .p_decode = (kxdrdproc_t)nfs4_xdr_##restype, \
Chuck Lever2bea90d2007-03-29 16:47:53 -04007214 .p_arglen = NFS4_##argtype##_sz, \
7215 .p_replen = NFS4_##restype##_sz, \
Chuck Levercc0175c2006-03-20 13:44:22 -05007216 .p_statidx = NFSPROC4_CLNT_##proc, \
7217 .p_name = #proc, \
Andy Adamson05d564f2008-12-23 16:06:15 -05007218}
Linus Torvalds1da177e2005-04-16 15:20:36 -07007219
7220struct rpc_procinfo nfs4_procedures[] = {
Chuck Lever7d93bd712010-12-14 14:57:42 +00007221 PROC(READ, enc_read, dec_read),
7222 PROC(WRITE, enc_write, dec_write),
7223 PROC(COMMIT, enc_commit, dec_commit),
7224 PROC(OPEN, enc_open, dec_open),
7225 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
7226 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
7227 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
7228 PROC(CLOSE, enc_close, dec_close),
7229 PROC(SETATTR, enc_setattr, dec_setattr),
7230 PROC(FSINFO, enc_fsinfo, dec_fsinfo),
7231 PROC(RENEW, enc_renew, dec_renew),
7232 PROC(SETCLIENTID, enc_setclientid, dec_setclientid),
7233 PROC(SETCLIENTID_CONFIRM, enc_setclientid_confirm, dec_setclientid_confirm),
7234 PROC(LOCK, enc_lock, dec_lock),
7235 PROC(LOCKT, enc_lockt, dec_lockt),
7236 PROC(LOCKU, enc_locku, dec_locku),
7237 PROC(ACCESS, enc_access, dec_access),
7238 PROC(GETATTR, enc_getattr, dec_getattr),
7239 PROC(LOOKUP, enc_lookup, dec_lookup),
7240 PROC(LOOKUP_ROOT, enc_lookup_root, dec_lookup_root),
7241 PROC(REMOVE, enc_remove, dec_remove),
7242 PROC(RENAME, enc_rename, dec_rename),
7243 PROC(LINK, enc_link, dec_link),
7244 PROC(SYMLINK, enc_symlink, dec_symlink),
7245 PROC(CREATE, enc_create, dec_create),
7246 PROC(PATHCONF, enc_pathconf, dec_pathconf),
7247 PROC(STATFS, enc_statfs, dec_statfs),
7248 PROC(READLINK, enc_readlink, dec_readlink),
7249 PROC(READDIR, enc_readdir, dec_readdir),
7250 PROC(SERVER_CAPS, enc_server_caps, dec_server_caps),
7251 PROC(DELEGRETURN, enc_delegreturn, dec_delegreturn),
7252 PROC(GETACL, enc_getacl, dec_getacl),
7253 PROC(SETACL, enc_setacl, dec_setacl),
7254 PROC(FS_LOCATIONS, enc_fs_locations, dec_fs_locations),
7255 PROC(RELEASE_LOCKOWNER, enc_release_lockowner, dec_release_lockowner),
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00007256 PROC(SECINFO, enc_secinfo, dec_secinfo),
Benny Halevy99fe60d2009-04-01 09:22:29 -04007257#if defined(CONFIG_NFS_V4_1)
Chuck Lever7d93bd712010-12-14 14:57:42 +00007258 PROC(EXCHANGE_ID, enc_exchange_id, dec_exchange_id),
7259 PROC(CREATE_SESSION, enc_create_session, dec_create_session),
7260 PROC(DESTROY_SESSION, enc_destroy_session, dec_destroy_session),
7261 PROC(SEQUENCE, enc_sequence, dec_sequence),
7262 PROC(GET_LEASE_TIME, enc_get_lease_time, dec_get_lease_time),
7263 PROC(RECLAIM_COMPLETE, enc_reclaim_complete, dec_reclaim_complete),
7264 PROC(GETDEVICEINFO, enc_getdeviceinfo, dec_getdeviceinfo),
7265 PROC(LAYOUTGET, enc_layoutget, dec_layoutget),
Andy Adamson863a3c62011-03-23 13:27:54 +00007266 PROC(LAYOUTCOMMIT, enc_layoutcommit, dec_layoutcommit),
Benny Halevycbe82602011-05-22 19:52:37 +03007267 PROC(LAYOUTRETURN, enc_layoutreturn, dec_layoutreturn),
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007268 PROC(SECINFO_NO_NAME, enc_secinfo_no_name, dec_secinfo_no_name),
Bryan Schumaker7d974792011-06-02 14:59:08 -04007269 PROC(TEST_STATEID, enc_test_stateid, dec_test_stateid),
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007270 PROC(FREE_STATEID, enc_free_stateid, dec_free_stateid),
Andy Adamson7f11d8d2011-07-30 20:52:35 -04007271 PROC(GETDEVICELIST, enc_getdevicelist, dec_getdevicelist),
Trond Myklebustad24ecf2012-05-25 17:11:42 -04007272 PROC(BIND_CONN_TO_SESSION,
7273 enc_bind_conn_to_session, dec_bind_conn_to_session),
Trond Myklebust66245532012-05-25 17:18:09 -04007274 PROC(DESTROY_CLIENTID, enc_destroy_clientid, dec_destroy_clientid),
Benny Halevy99fe60d2009-04-01 09:22:29 -04007275#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07007276};
7277
Trond Myklebusta613fa12012-01-20 13:53:56 -05007278const struct rpc_version nfs_version4 = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007279 .number = 4,
Tobias Klausere8c96f82006-03-24 03:15:34 -08007280 .nrprocs = ARRAY_SIZE(nfs4_procedures),
Linus Torvalds1da177e2005-04-16 15:20:36 -07007281 .procs = nfs4_procedures
7282};
7283
7284/*
7285 * Local variables:
7286 * c-basic-offset: 8
7287 * End:
7288 */