blob: 5be2868c02f15e63c33eaea848f077e1e7b3d889 [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))
David Quigleyaa9c2662013-05-22 12:50:44 -0400105#ifdef CONFIG_NFS_V4_SECURITY_LABEL
106/* PI(4 bytes) + LFS(4 bytes) + 1(for null terminator?) + MAXLABELLEN */
107#define nfs4_label_maxsz (4 + 4 + 1 + XDR_QUADLEN(NFS4_MAXLABELLEN))
David Quigleyaa9c2662013-05-22 12:50:44 -0400108#else
109#define nfs4_label_maxsz 0
David Quigleyaa9c2662013-05-22 12:50:44 -0400110#endif
Andy Adamson88034c32012-05-23 05:02:34 -0400111/* We support only one layout type per file system */
112#define decode_mdsthreshold_maxsz (1 + 1 + nfs4_fattr_bitmap_maxsz + 1 + 8)
J. Bruce Fields96928202005-06-22 17:16:22 +0000113/* This is based on getfattr, which uses the most attributes: */
114#define nfs4_fattr_value_maxsz (1 + (1 + 2 + 2 + 4 + 2 + 1 + 1 + 2 + 2 + \
Andy Adamson88034c32012-05-23 05:02:34 -0400115 3 + 3 + 3 + nfs4_owner_maxsz + \
David Quigleyaa9c2662013-05-22 12:50:44 -0400116 nfs4_group_maxsz + nfs4_label_maxsz + \
117 decode_mdsthreshold_maxsz))
J. Bruce Fields96928202005-06-22 17:16:22 +0000118#define nfs4_fattr_maxsz (nfs4_fattr_bitmap_maxsz + \
119 nfs4_fattr_value_maxsz)
120#define decode_getattr_maxsz (op_decode_hdr_maxsz + nfs4_fattr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400121#define encode_attrs_maxsz (nfs4_fattr_bitmap_maxsz + \
122 1 + 2 + 1 + \
123 nfs4_owner_maxsz + \
124 nfs4_group_maxsz + \
David Quigleyaa9c2662013-05-22 12:50:44 -0400125 nfs4_label_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400126 4 + 4)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127#define encode_savefh_maxsz (op_encode_hdr_maxsz)
128#define decode_savefh_maxsz (op_decode_hdr_maxsz)
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400129#define encode_restorefh_maxsz (op_encode_hdr_maxsz)
130#define decode_restorefh_maxsz (op_decode_hdr_maxsz)
Fred Isaman2f42b5d2008-03-13 15:26:30 +0200131#define encode_fsinfo_maxsz (encode_getattr_maxsz)
Fred Isamandae100c2011-07-30 20:52:37 -0400132/* The 5 accounts for the PNFS attributes, and assumes that at most three
133 * layout types will be returned.
134 */
135#define decode_fsinfo_maxsz (op_decode_hdr_maxsz + \
136 nfs4_fattr_bitmap_maxsz + 4 + 8 + 5)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137#define encode_renew_maxsz (op_encode_hdr_maxsz + 3)
138#define decode_renew_maxsz (op_decode_hdr_maxsz)
139#define encode_setclientid_maxsz \
140 (op_encode_hdr_maxsz + \
Chuck Levercc38bac2007-12-10 14:56:54 -0500141 XDR_QUADLEN(NFS4_VERIFIER_SIZE) + \
142 XDR_QUADLEN(NFS4_SETCLIENTID_NAMELEN) + \
143 1 /* sc_prog */ + \
144 XDR_QUADLEN(RPCBIND_MAXNETIDLEN) + \
145 XDR_QUADLEN(RPCBIND_MAXUADDRLEN) + \
146 1) /* sc_cb_ident */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147#define decode_setclientid_maxsz \
148 (op_decode_hdr_maxsz + \
149 2 + \
150 1024) /* large value for CLID_INUSE */
151#define encode_setclientid_confirm_maxsz \
152 (op_encode_hdr_maxsz + \
153 3 + (NFS4_VERIFIER_SIZE >> 2))
154#define decode_setclientid_confirm_maxsz \
155 (op_decode_hdr_maxsz)
Trond Myklebuste6889622007-07-02 13:58:30 -0400156#define encode_lookup_maxsz (op_encode_hdr_maxsz + nfs4_name_maxsz)
157#define decode_lookup_maxsz (op_decode_hdr_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400158#define encode_share_access_maxsz \
159 (2)
Alexandros Batsakis4882ef72009-12-05 13:30:21 -0500160#define encode_createmode_maxsz (1 + encode_attrs_maxsz + encode_verifier_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400161#define encode_opentype_maxsz (1 + encode_createmode_maxsz)
162#define encode_claim_null_maxsz (1 + nfs4_name_maxsz)
163#define encode_open_maxsz (op_encode_hdr_maxsz + \
164 2 + encode_share_access_maxsz + 2 + \
165 open_owner_id_maxsz + \
166 encode_opentype_maxsz + \
167 encode_claim_null_maxsz)
168#define decode_ace_maxsz (3 + nfs4_owner_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400169#define decode_delegation_maxsz (1 + decode_stateid_maxsz + 1 + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400170 decode_ace_maxsz)
171#define decode_change_info_maxsz (5)
172#define decode_open_maxsz (op_decode_hdr_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400173 decode_stateid_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400174 decode_change_info_maxsz + 1 + \
175 nfs4_fattr_bitmap_maxsz + \
176 decode_delegation_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400177#define encode_open_confirm_maxsz \
178 (op_encode_hdr_maxsz + \
179 encode_stateid_maxsz + 1)
180#define decode_open_confirm_maxsz \
181 (op_decode_hdr_maxsz + \
182 decode_stateid_maxsz)
183#define encode_open_downgrade_maxsz \
184 (op_encode_hdr_maxsz + \
185 encode_stateid_maxsz + 1 + \
186 encode_share_access_maxsz)
187#define decode_open_downgrade_maxsz \
188 (op_decode_hdr_maxsz + \
189 decode_stateid_maxsz)
190#define encode_close_maxsz (op_encode_hdr_maxsz + \
191 1 + encode_stateid_maxsz)
192#define decode_close_maxsz (op_decode_hdr_maxsz + \
193 decode_stateid_maxsz)
194#define encode_setattr_maxsz (op_encode_hdr_maxsz + \
195 encode_stateid_maxsz + \
196 encode_attrs_maxsz)
197#define decode_setattr_maxsz (op_decode_hdr_maxsz + \
198 nfs4_fattr_bitmap_maxsz)
199#define encode_read_maxsz (op_encode_hdr_maxsz + \
200 encode_stateid_maxsz + 3)
201#define decode_read_maxsz (op_decode_hdr_maxsz + 2)
202#define encode_readdir_maxsz (op_encode_hdr_maxsz + \
David Quigleyaa9c2662013-05-22 12:50:44 -0400203 2 + encode_verifier_maxsz + 5 + \
204 nfs4_label_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400205#define decode_readdir_maxsz (op_decode_hdr_maxsz + \
David Quigleyaa9c2662013-05-22 12:50:44 -0400206 decode_verifier_maxsz + \
207 nfs4_label_maxsz + nfs4_fattr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400208#define encode_readlink_maxsz (op_encode_hdr_maxsz)
209#define decode_readlink_maxsz (op_decode_hdr_maxsz + 1)
210#define encode_write_maxsz (op_encode_hdr_maxsz + \
211 encode_stateid_maxsz + 4)
212#define decode_write_maxsz (op_decode_hdr_maxsz + \
213 2 + decode_verifier_maxsz)
214#define encode_commit_maxsz (op_encode_hdr_maxsz + 3)
215#define decode_commit_maxsz (op_decode_hdr_maxsz + \
216 decode_verifier_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217#define encode_remove_maxsz (op_encode_hdr_maxsz + \
218 nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400219#define decode_remove_maxsz (op_decode_hdr_maxsz + \
220 decode_change_info_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221#define encode_rename_maxsz (op_encode_hdr_maxsz + \
222 2 * nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400223#define decode_rename_maxsz (op_decode_hdr_maxsz + \
224 decode_change_info_maxsz + \
225 decode_change_info_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226#define encode_link_maxsz (op_encode_hdr_maxsz + \
227 nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400228#define decode_link_maxsz (op_decode_hdr_maxsz + decode_change_info_maxsz)
Trond Myklebustdaccbde2010-06-25 18:11:43 -0400229#define encode_lockowner_maxsz (7)
Trond Myklebust9104a552007-07-17 21:52:42 -0400230#define encode_lock_maxsz (op_encode_hdr_maxsz + \
231 7 + \
Trond Myklebustdaccbde2010-06-25 18:11:43 -0400232 1 + encode_stateid_maxsz + 1 + \
233 encode_lockowner_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400234#define decode_lock_denied_maxsz \
235 (8 + decode_lockowner_maxsz)
236#define decode_lock_maxsz (op_decode_hdr_maxsz + \
237 decode_lock_denied_maxsz)
Trond Myklebustdaccbde2010-06-25 18:11:43 -0400238#define encode_lockt_maxsz (op_encode_hdr_maxsz + 5 + \
239 encode_lockowner_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400240#define decode_lockt_maxsz (op_decode_hdr_maxsz + \
241 decode_lock_denied_maxsz)
242#define encode_locku_maxsz (op_encode_hdr_maxsz + 3 + \
243 encode_stateid_maxsz + \
244 4)
245#define decode_locku_maxsz (op_decode_hdr_maxsz + \
246 decode_stateid_maxsz)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -0400247#define encode_release_lockowner_maxsz \
248 (op_encode_hdr_maxsz + \
249 encode_lockowner_maxsz)
250#define decode_release_lockowner_maxsz \
251 (op_decode_hdr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400252#define encode_access_maxsz (op_encode_hdr_maxsz + 1)
253#define decode_access_maxsz (op_decode_hdr_maxsz + 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254#define encode_symlink_maxsz (op_encode_hdr_maxsz + \
255 1 + nfs4_name_maxsz + \
Chuck Lever94a6d752006-08-22 20:06:23 -0400256 1 + \
J. Bruce Fields96928202005-06-22 17:16:22 +0000257 nfs4_fattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258#define decode_symlink_maxsz (op_decode_hdr_maxsz + 8)
259#define encode_create_maxsz (op_encode_hdr_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400260 1 + 2 + nfs4_name_maxsz + \
261 encode_attrs_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400262#define decode_create_maxsz (op_decode_hdr_maxsz + \
263 decode_change_info_maxsz + \
264 nfs4_fattr_bitmap_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400265#define encode_statfs_maxsz (encode_getattr_maxsz)
266#define decode_statfs_maxsz (decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267#define encode_delegreturn_maxsz (op_encode_hdr_maxsz + 4)
268#define decode_delegreturn_maxsz (op_decode_hdr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400269#define encode_getacl_maxsz (encode_getattr_maxsz)
270#define decode_getacl_maxsz (op_decode_hdr_maxsz + \
271 nfs4_fattr_bitmap_maxsz + 1)
272#define encode_setacl_maxsz (op_encode_hdr_maxsz + \
273 encode_stateid_maxsz + 3)
274#define decode_setacl_maxsz (decode_setattr_maxsz)
Trond Myklebuste6889622007-07-02 13:58:30 -0400275#define encode_fs_locations_maxsz \
276 (encode_getattr_maxsz)
277#define decode_fs_locations_maxsz \
278 (0)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +0000279#define encode_secinfo_maxsz (op_encode_hdr_maxsz + nfs4_name_maxsz)
Bryan Schumaker1650add2011-06-02 15:07:35 -0400280#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 -0400281
282#if defined(CONFIG_NFS_V4_1)
Andy Adamsonfc931582009-04-01 09:22:31 -0400283#define NFS4_MAX_MACHINE_NAME_LEN (64)
Jim Reesd751f742012-11-16 18:12:06 -0500284#define IMPL_NAME_LIMIT (sizeof(utsname()->sysname) + sizeof(utsname()->release) + \
285 sizeof(utsname()->version) + sizeof(utsname()->machine) + 8)
Andy Adamsonfc931582009-04-01 09:22:31 -0400286
Benny Halevy99fe60d2009-04-01 09:22:29 -0400287#define encode_exchange_id_maxsz (op_encode_hdr_maxsz + \
288 encode_verifier_maxsz + \
289 1 /* co_ownerid.len */ + \
290 XDR_QUADLEN(NFS4_EXCHANGE_ID_LEN) + \
291 1 /* flags */ + \
292 1 /* spa_how */ + \
Weston Andros Adamson2031cd12013-08-13 16:37:32 -0400293 /* max is SP4_MACH_CRED (for now) */ + \
294 1 + NFS4_OP_MAP_NUM_WORDS + \
295 1 + NFS4_OP_MAP_NUM_WORDS + \
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -0500296 1 /* implementation id array of size 1 */ + \
297 1 /* nii_domain */ + \
298 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
299 1 /* nii_name */ + \
Jim Reesd751f742012-11-16 18:12:06 -0500300 XDR_QUADLEN(IMPL_NAME_LIMIT) + \
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -0500301 3 /* nii_date */)
Benny Halevy99fe60d2009-04-01 09:22:29 -0400302#define decode_exchange_id_maxsz (op_decode_hdr_maxsz + \
303 2 /* eir_clientid */ + \
304 1 /* eir_sequenceid */ + \
305 1 /* eir_flags */ + \
306 1 /* spr_how */ + \
Weston Andros Adamson2031cd12013-08-13 16:37:32 -0400307 /* max is SP4_MACH_CRED (for now) */ + \
308 1 + NFS4_OP_MAP_NUM_WORDS + \
309 1 + NFS4_OP_MAP_NUM_WORDS + \
Benny Halevy99fe60d2009-04-01 09:22:29 -0400310 2 /* eir_server_owner.so_minor_id */ + \
311 /* eir_server_owner.so_major_id<> */ \
312 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 + \
313 /* eir_server_scope<> */ \
314 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 + \
315 1 /* eir_server_impl_id array length */ + \
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -0500316 1 /* nii_domain */ + \
317 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
318 1 /* nii_name */ + \
319 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + \
320 3 /* nii_date */)
Andy Adamsonfc931582009-04-01 09:22:31 -0400321#define encode_channel_attrs_maxsz (6 + 1 /* ca_rdma_ird.len (0) */)
322#define decode_channel_attrs_maxsz (6 + \
323 1 /* ca_rdma_ird.len */ + \
324 1 /* ca_rdma_ird */)
325#define encode_create_session_maxsz (op_encode_hdr_maxsz + \
326 2 /* csa_clientid */ + \
327 1 /* csa_sequence */ + \
328 1 /* csa_flags */ + \
329 encode_channel_attrs_maxsz + \
330 encode_channel_attrs_maxsz + \
331 1 /* csa_cb_program */ + \
332 1 /* csa_sec_parms.len (1) */ + \
333 1 /* cb_secflavor (AUTH_SYS) */ + \
334 1 /* stamp */ + \
335 1 /* machinename.len */ + \
336 XDR_QUADLEN(NFS4_MAX_MACHINE_NAME_LEN) + \
337 1 /* uid */ + \
338 1 /* gid */ + \
339 1 /* gids.len (0) */)
340#define decode_create_session_maxsz (op_decode_hdr_maxsz + \
341 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
342 1 /* csr_sequence */ + \
343 1 /* csr_flags */ + \
344 decode_channel_attrs_maxsz + \
345 decode_channel_attrs_maxsz)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -0400346#define encode_bind_conn_to_session_maxsz (op_encode_hdr_maxsz + \
347 /* bctsa_sessid */ \
348 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
349 1 /* bctsa_dir */ + \
350 1 /* bctsa_use_conn_in_rdma_mode */)
351#define decode_bind_conn_to_session_maxsz (op_decode_hdr_maxsz + \
352 /* bctsr_sessid */ \
353 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
354 1 /* bctsr_dir */ + \
355 1 /* bctsr_use_conn_in_rdma_mode */)
Andy Adamson0f3e66c2009-04-01 09:22:34 -0400356#define encode_destroy_session_maxsz (op_encode_hdr_maxsz + 4)
357#define decode_destroy_session_maxsz (op_decode_hdr_maxsz)
Trond Myklebust66245532012-05-25 17:18:09 -0400358#define encode_destroy_clientid_maxsz (op_encode_hdr_maxsz + 2)
359#define decode_destroy_clientid_maxsz (op_decode_hdr_maxsz)
Andy Adamsonfc01cea2009-04-01 09:22:36 -0400360#define encode_sequence_maxsz (op_encode_hdr_maxsz + \
361 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 4)
362#define decode_sequence_maxsz (op_decode_hdr_maxsz + \
363 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5)
Ricardo Labiaga180197532009-12-05 16:08:40 -0500364#define encode_reclaim_complete_maxsz (op_encode_hdr_maxsz + 4)
365#define decode_reclaim_complete_maxsz (op_decode_hdr_maxsz + 4)
Andy Adamson7f11d8d2011-07-30 20:52:35 -0400366#define encode_getdevicelist_maxsz (op_encode_hdr_maxsz + 4 + \
367 encode_verifier_maxsz)
368#define decode_getdevicelist_maxsz (op_decode_hdr_maxsz + \
369 2 /* nfs_cookie4 gdlr_cookie */ + \
370 decode_verifier_maxsz \
371 /* verifier4 gdlr_verifier */ + \
372 1 /* gdlr_deviceid_list count */ + \
373 XDR_QUADLEN(NFS4_PNFS_GETDEVLIST_MAXNUM * \
374 NFS4_DEVICEID4_SIZE) \
375 /* gdlr_deviceid_list */ + \
376 1 /* bool gdlr_eof */)
Andy Adamsonb1f69b72010-10-20 00:18:03 -0400377#define encode_getdeviceinfo_maxsz (op_encode_hdr_maxsz + 4 + \
378 XDR_QUADLEN(NFS4_DEVICEID4_SIZE))
379#define decode_getdeviceinfo_maxsz (op_decode_hdr_maxsz + \
380 1 /* layout type */ + \
381 1 /* opaque devaddr4 length */ + \
382 /* devaddr4 payload is read into page */ \
383 1 /* notification bitmap length */ + \
384 1 /* notification bitmap */)
385#define encode_layoutget_maxsz (op_encode_hdr_maxsz + 10 + \
386 encode_stateid_maxsz)
387#define decode_layoutget_maxsz (op_decode_hdr_maxsz + 8 + \
388 decode_stateid_maxsz + \
389 XDR_QUADLEN(PNFS_LAYOUT_MAXSIZE))
Andy Adamson863a3c62011-03-23 13:27:54 +0000390#define encode_layoutcommit_maxsz (op_encode_hdr_maxsz + \
391 2 /* offset */ + \
392 2 /* length */ + \
393 1 /* reclaim */ + \
394 encode_stateid_maxsz + \
395 1 /* new offset (true) */ + \
396 2 /* last byte written */ + \
397 1 /* nt_timechanged (false) */ + \
398 1 /* layoutupdate4 layout type */ + \
399 1 /* NULL filelayout layoutupdate4 payload */)
400#define decode_layoutcommit_maxsz (op_decode_hdr_maxsz + 3)
Benny Halevycbe82602011-05-22 19:52:37 +0300401#define encode_layoutreturn_maxsz (8 + op_encode_hdr_maxsz + \
402 encode_stateid_maxsz + \
403 1 /* FIXME: opaque lrf_body always empty at the moment */)
404#define decode_layoutreturn_maxsz (op_decode_hdr_maxsz + \
405 1 + decode_stateid_maxsz)
Bryan Schumakerfca78d62011-06-02 14:59:07 -0400406#define encode_secinfo_no_name_maxsz (op_encode_hdr_maxsz + 1)
407#define decode_secinfo_no_name_maxsz decode_secinfo_maxsz
Bryan Schumaker7d974792011-06-02 14:59:08 -0400408#define encode_test_stateid_maxsz (op_encode_hdr_maxsz + 2 + \
409 XDR_QUADLEN(NFS4_STATEID_SIZE))
410#define decode_test_stateid_maxsz (op_decode_hdr_maxsz + 2 + 1)
Bryan Schumaker9aeda352011-06-02 14:59:09 -0400411#define encode_free_stateid_maxsz (op_encode_hdr_maxsz + 1 + \
412 XDR_QUADLEN(NFS4_STATEID_SIZE))
Andy Adamson9f79fb42013-09-10 12:56:29 -0400413#define decode_free_stateid_maxsz (op_decode_hdr_maxsz)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400414#else /* CONFIG_NFS_V4_1 */
415#define encode_sequence_maxsz 0
416#define decode_sequence_maxsz 0
417#endif /* CONFIG_NFS_V4_1 */
418
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419#define NFS4_enc_compound_sz (1024) /* XXX: large enough? */
420#define NFS4_dec_compound_sz (1024) /* XXX: large enough? */
421#define NFS4_enc_read_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400422 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400424 encode_read_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425#define NFS4_dec_read_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400426 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400428 decode_read_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429#define NFS4_enc_readlink_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400430 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400432 encode_readlink_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433#define NFS4_dec_readlink_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400434 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400436 decode_readlink_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437#define NFS4_enc_readdir_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400438 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400440 encode_readdir_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441#define NFS4_dec_readdir_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400442 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400444 decode_readdir_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445#define NFS4_enc_write_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400446 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400448 encode_write_maxsz + \
Trond Myklebust4f9838c2005-10-27 22:12:44 -0400449 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450#define NFS4_dec_write_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400451 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400453 decode_write_maxsz + \
Trond Myklebust4f9838c2005-10-27 22:12:44 -0400454 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455#define NFS4_enc_commit_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400456 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 encode_putfh_maxsz + \
Trond Myklebust85827152012-04-29 10:44:42 -0400458 encode_commit_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459#define NFS4_dec_commit_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400460 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 decode_putfh_maxsz + \
Trond Myklebust85827152012-04-29 10:44:42 -0400462 decode_commit_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463#define NFS4_enc_open_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400464 encode_sequence_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400465 encode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400466 encode_open_maxsz + \
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400467 encode_access_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400468 encode_getfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400469 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470#define NFS4_dec_open_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400471 decode_sequence_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400472 decode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400473 decode_open_maxsz + \
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400474 decode_access_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400475 decode_getfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400476 decode_getattr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400477#define NFS4_enc_open_confirm_sz \
478 (compound_encode_hdr_maxsz + \
479 encode_putfh_maxsz + \
480 encode_open_confirm_maxsz)
481#define NFS4_dec_open_confirm_sz \
482 (compound_decode_hdr_maxsz + \
483 decode_putfh_maxsz + \
484 decode_open_confirm_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485#define NFS4_enc_open_noattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400486 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 encode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400488 encode_open_maxsz + \
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400489 encode_access_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400490 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491#define NFS4_dec_open_noattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400492 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 decode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400494 decode_open_maxsz + \
Weston Andros Adamson6168f622012-09-10 14:00:46 -0400495 decode_access_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400496 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497#define NFS4_enc_open_downgrade_sz \
498 (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400499 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400500 encode_putfh_maxsz + \
501 encode_open_downgrade_maxsz + \
502 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503#define NFS4_dec_open_downgrade_sz \
504 (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400505 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400506 decode_putfh_maxsz + \
507 decode_open_downgrade_maxsz + \
508 decode_getattr_maxsz)
509#define NFS4_enc_close_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400510 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400511 encode_putfh_maxsz + \
512 encode_close_maxsz + \
513 encode_getattr_maxsz)
514#define NFS4_dec_close_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400515 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400516 decode_putfh_maxsz + \
517 decode_close_maxsz + \
518 decode_getattr_maxsz)
519#define NFS4_enc_setattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400520 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400521 encode_putfh_maxsz + \
522 encode_setattr_maxsz + \
523 encode_getattr_maxsz)
524#define NFS4_dec_setattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400525 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400526 decode_putfh_maxsz + \
527 decode_setattr_maxsz + \
528 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529#define NFS4_enc_fsinfo_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400530 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 encode_putfh_maxsz + \
532 encode_fsinfo_maxsz)
533#define NFS4_dec_fsinfo_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400534 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 decode_putfh_maxsz + \
536 decode_fsinfo_maxsz)
537#define NFS4_enc_renew_sz (compound_encode_hdr_maxsz + \
538 encode_renew_maxsz)
539#define NFS4_dec_renew_sz (compound_decode_hdr_maxsz + \
540 decode_renew_maxsz)
541#define NFS4_enc_setclientid_sz (compound_encode_hdr_maxsz + \
542 encode_setclientid_maxsz)
543#define NFS4_dec_setclientid_sz (compound_decode_hdr_maxsz + \
544 decode_setclientid_maxsz)
545#define NFS4_enc_setclientid_confirm_sz \
546 (compound_encode_hdr_maxsz + \
Chuck Lever83ca7f52013-03-16 15:55:53 -0400547 encode_setclientid_confirm_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548#define NFS4_dec_setclientid_confirm_sz \
549 (compound_decode_hdr_maxsz + \
Chuck Lever83ca7f52013-03-16 15:55:53 -0400550 decode_setclientid_confirm_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551#define NFS4_enc_lock_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400552 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400554 encode_lock_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555#define NFS4_dec_lock_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400556 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400558 decode_lock_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559#define NFS4_enc_lockt_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400560 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400562 encode_lockt_maxsz)
563#define NFS4_dec_lockt_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400564 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400565 decode_putfh_maxsz + \
566 decode_lockt_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567#define NFS4_enc_locku_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 Myklebust9104a552007-07-17 21:52:42 -0400570 encode_locku_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571#define NFS4_dec_locku_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400572 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400574 decode_locku_maxsz)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -0400575#define NFS4_enc_release_lockowner_sz \
576 (compound_encode_hdr_maxsz + \
577 encode_lockowner_maxsz)
578#define NFS4_dec_release_lockowner_sz \
579 (compound_decode_hdr_maxsz + \
580 decode_lockowner_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581#define NFS4_enc_access_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400582 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 encode_putfh_maxsz + \
Trond Myklebust76b32992007-08-10 17:45:11 -0400584 encode_access_maxsz + \
585 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586#define NFS4_dec_access_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400587 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 decode_putfh_maxsz + \
Trond Myklebust76b32992007-08-10 17:45:11 -0400589 decode_access_maxsz + \
590 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591#define NFS4_enc_getattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400592 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 encode_putfh_maxsz + \
Chuck Lever44c99932013-10-17 14:13:30 -0400594 encode_getattr_maxsz + \
595 encode_renew_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596#define NFS4_dec_getattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400597 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 decode_putfh_maxsz + \
Chuck Lever44c99932013-10-17 14:13:30 -0400599 decode_getattr_maxsz + \
600 decode_renew_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601#define NFS4_enc_lookup_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400602 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 encode_putfh_maxsz + \
604 encode_lookup_maxsz + \
605 encode_getattr_maxsz + \
606 encode_getfh_maxsz)
607#define NFS4_dec_lookup_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400608 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 decode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400610 decode_lookup_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 decode_getattr_maxsz + \
612 decode_getfh_maxsz)
613#define NFS4_enc_lookup_root_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400614 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615 encode_putrootfh_maxsz + \
616 encode_getattr_maxsz + \
617 encode_getfh_maxsz)
618#define NFS4_dec_lookup_root_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400619 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 decode_putrootfh_maxsz + \
621 decode_getattr_maxsz + \
622 decode_getfh_maxsz)
623#define NFS4_enc_remove_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400624 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 encode_putfh_maxsz + \
Trond Myklebust778d2812012-04-27 13:48:19 -0400626 encode_remove_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627#define NFS4_dec_remove_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400628 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 decode_putfh_maxsz + \
Trond Myklebust778d2812012-04-27 13:48:19 -0400630 decode_remove_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631#define NFS4_enc_rename_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400632 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 encode_putfh_maxsz + \
634 encode_savefh_maxsz + \
635 encode_putfh_maxsz + \
Trond Myklebust778d2812012-04-27 13:48:19 -0400636 encode_rename_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637#define NFS4_dec_rename_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400638 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 decode_putfh_maxsz + \
640 decode_savefh_maxsz + \
641 decode_putfh_maxsz + \
Trond Myklebust778d2812012-04-27 13:48:19 -0400642 decode_rename_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643#define NFS4_enc_link_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_savefh_maxsz + \
647 encode_putfh_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400648 encode_link_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400649 encode_restorefh_maxsz + \
Trond Myklebusta9f69912012-04-27 13:48:17 -0400650 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651#define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400652 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 decode_putfh_maxsz + \
654 decode_savefh_maxsz + \
655 decode_putfh_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400656 decode_link_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400657 decode_restorefh_maxsz + \
658 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659#define NFS4_enc_symlink_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400660 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 encode_putfh_maxsz + \
662 encode_symlink_maxsz + \
663 encode_getattr_maxsz + \
664 encode_getfh_maxsz)
665#define NFS4_dec_symlink_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400666 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 decode_putfh_maxsz + \
668 decode_symlink_maxsz + \
669 decode_getattr_maxsz + \
670 decode_getfh_maxsz)
671#define NFS4_enc_create_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400672 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 encode_putfh_maxsz + \
674 encode_create_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400675 encode_getfh_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400676 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677#define NFS4_dec_create_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400678 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679 decode_putfh_maxsz + \
680 decode_create_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400681 decode_getfh_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400682 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683#define NFS4_enc_pathconf_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400684 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685 encode_putfh_maxsz + \
686 encode_getattr_maxsz)
687#define NFS4_dec_pathconf_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400688 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689 decode_putfh_maxsz + \
690 decode_getattr_maxsz)
691#define NFS4_enc_statfs_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 Myklebust9104a552007-07-17 21:52:42 -0400694 encode_statfs_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695#define NFS4_dec_statfs_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400696 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400698 decode_statfs_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699#define NFS4_enc_server_caps_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400700 encode_sequence_maxsz + \
Trond Myklebustab91f262007-02-02 14:47:17 -0800701 encode_putfh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 encode_getattr_maxsz)
703#define NFS4_dec_server_caps_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400704 decode_sequence_maxsz + \
Trond Myklebustab91f262007-02-02 14:47:17 -0800705 decode_putfh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706 decode_getattr_maxsz)
707#define NFS4_enc_delegreturn_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400708 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 encode_putfh_maxsz + \
Trond Myklebustfa178f22006-01-03 09:55:38 +0100710 encode_delegreturn_maxsz + \
711 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712#define NFS4_dec_delegreturn_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400713 decode_sequence_maxsz + \
Trond Myklebustfa178f22006-01-03 09:55:38 +0100714 decode_delegreturn_maxsz + \
715 decode_getattr_maxsz)
J. Bruce Fields029d1052005-06-22 17:16:22 +0000716#define NFS4_enc_getacl_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400717 encode_sequence_maxsz + \
J. Bruce Fields029d1052005-06-22 17:16:22 +0000718 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400719 encode_getacl_maxsz)
J. Bruce Fields029d1052005-06-22 17:16:22 +0000720#define NFS4_dec_getacl_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400721 decode_sequence_maxsz + \
J. Bruce Fields029d1052005-06-22 17:16:22 +0000722 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400723 decode_getacl_maxsz)
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000724#define NFS4_enc_setacl_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400725 encode_sequence_maxsz + \
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000726 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400727 encode_setacl_maxsz)
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000728#define NFS4_dec_setacl_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400729 decode_sequence_maxsz + \
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000730 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400731 decode_setacl_maxsz)
Trond Myklebust683b57b2006-06-09 09:34:22 -0400732#define NFS4_enc_fs_locations_sz \
733 (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400734 encode_sequence_maxsz + \
Trond Myklebust683b57b2006-06-09 09:34:22 -0400735 encode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400736 encode_lookup_maxsz + \
Chuck Leverb03d7352013-10-17 14:12:50 -0400737 encode_fs_locations_maxsz + \
738 encode_renew_maxsz)
Trond Myklebust683b57b2006-06-09 09:34:22 -0400739#define NFS4_dec_fs_locations_sz \
740 (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400741 decode_sequence_maxsz + \
Trond Myklebust683b57b2006-06-09 09:34:22 -0400742 decode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400743 decode_lookup_maxsz + \
Chuck Leverb03d7352013-10-17 14:12:50 -0400744 decode_fs_locations_maxsz + \
745 decode_renew_maxsz)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +0000746#define NFS4_enc_secinfo_sz (compound_encode_hdr_maxsz + \
747 encode_sequence_maxsz + \
748 encode_putfh_maxsz + \
749 encode_secinfo_maxsz)
750#define NFS4_dec_secinfo_sz (compound_decode_hdr_maxsz + \
751 decode_sequence_maxsz + \
752 decode_putfh_maxsz + \
753 decode_secinfo_maxsz)
Chuck Lever44c99932013-10-17 14:13:30 -0400754#define NFS4_enc_fsid_present_sz \
755 (compound_encode_hdr_maxsz + \
756 encode_sequence_maxsz + \
757 encode_putfh_maxsz + \
758 encode_getfh_maxsz + \
759 encode_renew_maxsz)
760#define NFS4_dec_fsid_present_sz \
761 (compound_decode_hdr_maxsz + \
762 decode_sequence_maxsz + \
763 decode_putfh_maxsz + \
764 decode_getfh_maxsz + \
765 decode_renew_maxsz)
Benny Halevy99fe60d2009-04-01 09:22:29 -0400766#if defined(CONFIG_NFS_V4_1)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -0400767#define NFS4_enc_bind_conn_to_session_sz \
768 (compound_encode_hdr_maxsz + \
769 encode_bind_conn_to_session_maxsz)
770#define NFS4_dec_bind_conn_to_session_sz \
771 (compound_decode_hdr_maxsz + \
772 decode_bind_conn_to_session_maxsz)
Benny Halevy99fe60d2009-04-01 09:22:29 -0400773#define NFS4_enc_exchange_id_sz \
774 (compound_encode_hdr_maxsz + \
775 encode_exchange_id_maxsz)
776#define NFS4_dec_exchange_id_sz \
777 (compound_decode_hdr_maxsz + \
778 decode_exchange_id_maxsz)
Andy Adamsonfc931582009-04-01 09:22:31 -0400779#define NFS4_enc_create_session_sz \
780 (compound_encode_hdr_maxsz + \
781 encode_create_session_maxsz)
782#define NFS4_dec_create_session_sz \
783 (compound_decode_hdr_maxsz + \
784 decode_create_session_maxsz)
Andy Adamson0f3e66c2009-04-01 09:22:34 -0400785#define NFS4_enc_destroy_session_sz (compound_encode_hdr_maxsz + \
786 encode_destroy_session_maxsz)
787#define NFS4_dec_destroy_session_sz (compound_decode_hdr_maxsz + \
788 decode_destroy_session_maxsz)
Trond Myklebust66245532012-05-25 17:18:09 -0400789#define NFS4_enc_destroy_clientid_sz (compound_encode_hdr_maxsz + \
790 encode_destroy_clientid_maxsz)
791#define NFS4_dec_destroy_clientid_sz (compound_decode_hdr_maxsz + \
792 decode_destroy_clientid_maxsz)
Andy Adamsonfc01cea2009-04-01 09:22:36 -0400793#define NFS4_enc_sequence_sz \
794 (compound_decode_hdr_maxsz + \
795 encode_sequence_maxsz)
796#define NFS4_dec_sequence_sz \
797 (compound_decode_hdr_maxsz + \
798 decode_sequence_maxsz)
Andy Adamson2050f0c2009-04-01 09:22:30 -0400799#define NFS4_enc_get_lease_time_sz (compound_encode_hdr_maxsz + \
800 encode_sequence_maxsz + \
801 encode_putrootfh_maxsz + \
802 encode_fsinfo_maxsz)
803#define NFS4_dec_get_lease_time_sz (compound_decode_hdr_maxsz + \
804 decode_sequence_maxsz + \
805 decode_putrootfh_maxsz + \
806 decode_fsinfo_maxsz)
Ricardo Labiaga180197532009-12-05 16:08:40 -0500807#define NFS4_enc_reclaim_complete_sz (compound_encode_hdr_maxsz + \
808 encode_sequence_maxsz + \
809 encode_reclaim_complete_maxsz)
810#define NFS4_dec_reclaim_complete_sz (compound_decode_hdr_maxsz + \
811 decode_sequence_maxsz + \
812 decode_reclaim_complete_maxsz)
Andy Adamson7f11d8d2011-07-30 20:52:35 -0400813#define NFS4_enc_getdevicelist_sz (compound_encode_hdr_maxsz + \
814 encode_sequence_maxsz + \
815 encode_putfh_maxsz + \
816 encode_getdevicelist_maxsz)
817#define NFS4_dec_getdevicelist_sz (compound_decode_hdr_maxsz + \
818 decode_sequence_maxsz + \
819 decode_putfh_maxsz + \
820 decode_getdevicelist_maxsz)
Andy Adamsonb1f69b72010-10-20 00:18:03 -0400821#define NFS4_enc_getdeviceinfo_sz (compound_encode_hdr_maxsz + \
822 encode_sequence_maxsz +\
823 encode_getdeviceinfo_maxsz)
824#define NFS4_dec_getdeviceinfo_sz (compound_decode_hdr_maxsz + \
825 decode_sequence_maxsz + \
826 decode_getdeviceinfo_maxsz)
827#define NFS4_enc_layoutget_sz (compound_encode_hdr_maxsz + \
828 encode_sequence_maxsz + \
829 encode_putfh_maxsz + \
830 encode_layoutget_maxsz)
831#define NFS4_dec_layoutget_sz (compound_decode_hdr_maxsz + \
832 decode_sequence_maxsz + \
833 decode_putfh_maxsz + \
834 decode_layoutget_maxsz)
Andy Adamson863a3c62011-03-23 13:27:54 +0000835#define NFS4_enc_layoutcommit_sz (compound_encode_hdr_maxsz + \
836 encode_sequence_maxsz +\
837 encode_putfh_maxsz + \
838 encode_layoutcommit_maxsz + \
839 encode_getattr_maxsz)
840#define NFS4_dec_layoutcommit_sz (compound_decode_hdr_maxsz + \
841 decode_sequence_maxsz + \
842 decode_putfh_maxsz + \
843 decode_layoutcommit_maxsz + \
844 decode_getattr_maxsz)
Benny Halevycbe82602011-05-22 19:52:37 +0300845#define NFS4_enc_layoutreturn_sz (compound_encode_hdr_maxsz + \
846 encode_sequence_maxsz + \
847 encode_putfh_maxsz + \
848 encode_layoutreturn_maxsz)
849#define NFS4_dec_layoutreturn_sz (compound_decode_hdr_maxsz + \
850 decode_sequence_maxsz + \
851 decode_putfh_maxsz + \
852 decode_layoutreturn_maxsz)
Bryan Schumakerfca78d62011-06-02 14:59:07 -0400853#define NFS4_enc_secinfo_no_name_sz (compound_encode_hdr_maxsz + \
854 encode_sequence_maxsz + \
855 encode_putrootfh_maxsz +\
856 encode_secinfo_no_name_maxsz)
857#define NFS4_dec_secinfo_no_name_sz (compound_decode_hdr_maxsz + \
858 decode_sequence_maxsz + \
859 decode_putrootfh_maxsz + \
860 decode_secinfo_no_name_maxsz)
Bryan Schumaker7d974792011-06-02 14:59:08 -0400861#define NFS4_enc_test_stateid_sz (compound_encode_hdr_maxsz + \
862 encode_sequence_maxsz + \
863 encode_test_stateid_maxsz)
864#define NFS4_dec_test_stateid_sz (compound_decode_hdr_maxsz + \
865 decode_sequence_maxsz + \
866 decode_test_stateid_maxsz)
Bryan Schumaker9aeda352011-06-02 14:59:09 -0400867#define NFS4_enc_free_stateid_sz (compound_encode_hdr_maxsz + \
868 encode_sequence_maxsz + \
869 encode_free_stateid_maxsz)
870#define NFS4_dec_free_stateid_sz (compound_decode_hdr_maxsz + \
871 decode_sequence_maxsz + \
872 decode_free_stateid_maxsz)
Alexandros Batsakis2449ea22009-12-05 13:36:55 -0500873
874const u32 nfs41_maxwrite_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
875 compound_encode_hdr_maxsz +
876 encode_sequence_maxsz +
877 encode_putfh_maxsz +
878 encode_getattr_maxsz) *
879 XDR_UNIT);
880
881const u32 nfs41_maxread_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
882 compound_decode_hdr_maxsz +
883 decode_sequence_maxsz +
884 decode_putfh_maxsz) *
885 XDR_UNIT);
Andy Adamsonf1c097b2013-06-25 19:02:53 -0400886
887const u32 nfs41_maxgetdevinfo_overhead = ((RPC_MAX_REPHEADER_WITH_AUTH +
888 compound_decode_hdr_maxsz +
889 decode_sequence_maxsz) *
890 XDR_UNIT);
891EXPORT_SYMBOL_GPL(nfs41_maxgetdevinfo_overhead);
Benny Halevy99fe60d2009-04-01 09:22:29 -0400892#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
Trond Myklebustbca79472009-03-11 14:10:26 -0400894static const umode_t nfs_type2fmt[] = {
895 [NF4BAD] = 0,
896 [NF4REG] = S_IFREG,
897 [NF4DIR] = S_IFDIR,
898 [NF4BLK] = S_IFBLK,
899 [NF4CHR] = S_IFCHR,
900 [NF4LNK] = S_IFLNK,
901 [NF4SOCK] = S_IFSOCK,
902 [NF4FIFO] = S_IFIFO,
903 [NF4ATTRDIR] = 0,
904 [NF4NAMEDATTR] = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905};
906
907struct compound_hdr {
908 int32_t status;
909 uint32_t nops;
Andy Adamsond0179312008-12-23 16:06:17 -0500910 __be32 * nops_p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 uint32_t taglen;
912 char * tag;
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400913 uint32_t replen; /* expected reply words */
Benny Halevy66cc0422009-04-01 09:22:10 -0400914 u32 minorversion;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915};
916
Benny Halevy13c65ce2009-08-14 17:19:25 +0300917static __be32 *reserve_space(struct xdr_stream *xdr, size_t nbytes)
918{
919 __be32 *p = xdr_reserve_space(xdr, nbytes);
920 BUG_ON(!p);
921 return p;
922}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
Trond Myklebustcb17e552012-03-04 18:13:56 -0500924static void encode_opaque_fixed(struct xdr_stream *xdr, const void *buf, size_t len)
925{
926 __be32 *p;
927
928 p = xdr_reserve_space(xdr, len);
929 xdr_encode_opaque_fixed(p, buf, len);
930}
931
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str)
933{
Al Viro8687b632006-10-19 23:28:48 -0700934 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -0500936 p = reserve_space(xdr, 4 + len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 xdr_encode_opaque(p, str, len);
938}
939
Trond Myklebust4ade9822012-03-04 18:13:57 -0500940static void encode_uint32(struct xdr_stream *xdr, u32 n)
941{
942 __be32 *p;
943
944 p = reserve_space(xdr, 4);
945 *p = cpu_to_be32(n);
946}
947
Trond Myklebustff2eb682012-03-05 11:40:12 -0500948static void encode_uint64(struct xdr_stream *xdr, u64 n)
949{
950 __be32 *p;
951
952 p = reserve_space(xdr, 8);
953 xdr_encode_hyper(p, n);
954}
955
Trond Myklebust4ade9822012-03-04 18:13:57 -0500956static void encode_nfs4_seqid(struct xdr_stream *xdr,
957 const struct nfs_seqid *seqid)
958{
959 encode_uint32(xdr, seqid->sequence->counter);
960}
961
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400962static void encode_compound_hdr(struct xdr_stream *xdr,
963 struct rpc_rqst *req,
964 struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965{
Al Viro8687b632006-10-19 23:28:48 -0700966 __be32 *p;
Trond Myklebusta17c2152010-07-31 14:29:08 -0400967 struct rpc_auth *auth = req->rq_cred->cr_auth;
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400968
969 /* initialize running count of expected bytes in reply.
970 * NOTE: the replied tag SHOULD be the same is the one sent,
971 * but this is not required as a MUST for the server to do so. */
972 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973
Trond Myklebust7fc38842012-10-15 11:51:21 -0400974 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -0500975 encode_string(xdr, hdr->taglen, hdr->tag);
976 p = reserve_space(xdr, 8);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300977 *p++ = cpu_to_be32(hdr->minorversion);
Andy Adamsond0179312008-12-23 16:06:17 -0500978 hdr->nops_p = p;
Benny Halevy34558512009-08-14 17:19:30 +0300979 *p = cpu_to_be32(hdr->nops);
Andy Adamsond0179312008-12-23 16:06:17 -0500980}
981
Trond Myklebustab19b482012-03-04 18:13:57 -0500982static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op,
983 uint32_t replen,
984 struct compound_hdr *hdr)
985{
986 encode_uint32(xdr, op);
987 hdr->nops++;
988 hdr->replen += replen;
989}
990
Andy Adamsond0179312008-12-23 16:06:17 -0500991static void encode_nops(struct compound_hdr *hdr)
992{
Trond Myklebust7fc38842012-10-15 11:51:21 -0400993 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS);
Andy Adamsond0179312008-12-23 16:06:17 -0500994 *hdr->nops_p = htonl(hdr->nops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995}
996
Trond Myklebustea9d23f2012-03-04 18:13:56 -0500997static void encode_nfs4_stateid(struct xdr_stream *xdr, const nfs4_stateid *stateid)
998{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -0500999 encode_opaque_fixed(xdr, stateid, NFS4_STATEID_SIZE);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001000}
1001
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002static void encode_nfs4_verifier(struct xdr_stream *xdr, const nfs4_verifier *verf)
1003{
Trond Myklebustcb17e552012-03-04 18:13:56 -05001004 encode_opaque_fixed(xdr, verf->data, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005}
1006
David Quigleyaa9c2662013-05-22 12:50:44 -04001007static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap,
1008 const struct nfs4_label *label,
1009 const struct nfs_server *server)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010{
1011 char owner_name[IDMAP_NAMESZ];
1012 char owner_group[IDMAP_NAMESZ];
1013 int owner_namelen = 0;
1014 int owner_grouplen = 0;
Al Viro8687b632006-10-19 23:28:48 -07001015 __be32 *p;
Trond Myklebustd7067b22013-07-17 17:09:01 -04001016 unsigned i;
1017 uint32_t len = 0;
1018 uint32_t bmval_len;
1019 uint32_t bmval[3] = { 0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020
1021 /*
1022 * We reserve enough space to write the entire attribute buffer at once.
1023 * In the worst-case, this would be
David Quigleya09df2c2013-05-22 12:50:41 -04001024 * 16(bitmap) + 4(attrlen) + 8(size) + 4(mode) + 4(atime) + 4(mtime)
1025 * = 40 bytes, plus any contribution from variable-length fields
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001026 * such as owner/group.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 */
Trond Myklebustd7067b22013-07-17 17:09:01 -04001028 if (iap->ia_valid & ATTR_SIZE) {
1029 bmval[0] |= FATTR4_WORD0_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030 len += 8;
Trond Myklebustd7067b22013-07-17 17:09:01 -04001031 }
1032 if (iap->ia_valid & ATTR_MODE) {
1033 bmval[1] |= FATTR4_WORD1_MODE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 len += 4;
Trond Myklebustd7067b22013-07-17 17:09:01 -04001035 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 if (iap->ia_valid & ATTR_UID) {
Trond Myklebuste4fd72a2011-02-22 15:44:31 -08001037 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 if (owner_namelen < 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -04001039 dprintk("nfs: couldn't resolve uid %d to string\n",
Eric W. Biedermane5782072013-02-01 14:22:02 -08001040 from_kuid(&init_user_ns, iap->ia_uid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041 /* XXX */
1042 strcpy(owner_name, "nobody");
1043 owner_namelen = sizeof("nobody") - 1;
1044 /* goto out; */
1045 }
Trond Myklebustd7067b22013-07-17 17:09:01 -04001046 bmval[1] |= FATTR4_WORD1_OWNER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 len += 4 + (XDR_QUADLEN(owner_namelen) << 2);
1048 }
1049 if (iap->ia_valid & ATTR_GID) {
Trond Myklebuste4fd72a2011-02-22 15:44:31 -08001050 owner_grouplen = nfs_map_gid_to_group(server, iap->ia_gid, owner_group, IDMAP_NAMESZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 if (owner_grouplen < 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -04001052 dprintk("nfs: couldn't resolve gid %d to string\n",
Eric W. Biedermane5782072013-02-01 14:22:02 -08001053 from_kgid(&init_user_ns, iap->ia_gid));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 strcpy(owner_group, "nobody");
1055 owner_grouplen = sizeof("nobody") - 1;
1056 /* goto out; */
1057 }
Trond Myklebustd7067b22013-07-17 17:09:01 -04001058 bmval[1] |= FATTR4_WORD1_OWNER_GROUP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 len += 4 + (XDR_QUADLEN(owner_grouplen) << 2);
1060 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 if (iap->ia_valid & ATTR_ATIME_SET) {
Trond Myklebustd7067b22013-07-17 17:09:01 -04001062 bmval[1] |= FATTR4_WORD1_TIME_ACCESS_SET;
1063 len += 16;
1064 } else if (iap->ia_valid & ATTR_ATIME) {
1065 bmval[1] |= FATTR4_WORD1_TIME_ACCESS_SET;
1066 len += 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 }
1068 if (iap->ia_valid & ATTR_MTIME_SET) {
Trond Myklebustd7067b22013-07-17 17:09:01 -04001069 bmval[1] |= FATTR4_WORD1_TIME_MODIFY_SET;
1070 len += 16;
1071 } else if (iap->ia_valid & ATTR_MTIME) {
1072 bmval[1] |= FATTR4_WORD1_TIME_MODIFY_SET;
1073 len += 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001074 }
David Quigleyaa9c2662013-05-22 12:50:44 -04001075 if (label) {
Trond Myklebustd7067b22013-07-17 17:09:01 -04001076 len += 4 + 4 + 4 + (XDR_QUADLEN(label->len) << 2);
1077 bmval[2] |= FATTR4_WORD2_SECURITY_LABEL;
1078 }
1079
1080 if (bmval[2] != 0)
1081 bmval_len = 3;
1082 else if (bmval[1] != 0)
1083 bmval_len = 2;
1084 else
1085 bmval_len = 1;
1086
1087 p = reserve_space(xdr, 4 + (bmval_len << 2) + 4 + len);
1088
1089 *p++ = cpu_to_be32(bmval_len);
1090 for (i = 0; i < bmval_len; i++)
1091 *p++ = cpu_to_be32(bmval[i]);
1092 *p++ = cpu_to_be32(len);
1093
1094 if (bmval[0] & FATTR4_WORD0_SIZE)
1095 p = xdr_encode_hyper(p, iap->ia_size);
1096 if (bmval[1] & FATTR4_WORD1_MODE)
1097 *p++ = cpu_to_be32(iap->ia_mode & S_IALLUGO);
1098 if (bmval[1] & FATTR4_WORD1_OWNER)
1099 p = xdr_encode_opaque(p, owner_name, owner_namelen);
1100 if (bmval[1] & FATTR4_WORD1_OWNER_GROUP)
1101 p = xdr_encode_opaque(p, owner_group, owner_grouplen);
1102 if (bmval[1] & FATTR4_WORD1_TIME_ACCESS_SET) {
1103 if (iap->ia_valid & ATTR_ATIME_SET) {
1104 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
1105 p = xdr_encode_hyper(p, (s64)iap->ia_atime.tv_sec);
1106 *p++ = cpu_to_be32(iap->ia_atime.tv_nsec);
1107 } else
1108 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
1109 }
1110 if (bmval[1] & FATTR4_WORD1_TIME_MODIFY_SET) {
1111 if (iap->ia_valid & ATTR_MTIME_SET) {
1112 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
1113 p = xdr_encode_hyper(p, (s64)iap->ia_mtime.tv_sec);
1114 *p++ = cpu_to_be32(iap->ia_mtime.tv_nsec);
1115 } else
1116 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
1117 }
1118 if (bmval[2] & FATTR4_WORD2_SECURITY_LABEL) {
David Quigleyaa9c2662013-05-22 12:50:44 -04001119 *p++ = cpu_to_be32(label->lfs);
1120 *p++ = cpu_to_be32(label->pi);
1121 *p++ = cpu_to_be32(label->len);
1122 p = xdr_encode_opaque_fixed(p, label->label, label->len);
1123 }
Andy Adamson6c0195a2008-12-23 16:06:15 -05001124
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125/* out: */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126}
1127
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001128static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001130 encode_op_hdr(xdr, OP_ACCESS, decode_access_maxsz, hdr);
1131 encode_uint32(xdr, access);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132}
1133
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001134static void encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135{
Trond Myklebustab19b482012-03-04 18:13:57 -05001136 encode_op_hdr(xdr, OP_CLOSE, decode_close_maxsz, hdr);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001137 encode_nfs4_seqid(xdr, arg->seqid);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001138 encode_nfs4_stateid(xdr, arg->stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139}
1140
Fred Isaman0b7c0152012-04-20 14:47:39 -04001141static void encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142{
Al Viro8687b632006-10-19 23:28:48 -07001143 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -05001144
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001145 encode_op_hdr(xdr, OP_COMMIT, decode_commit_maxsz, hdr);
1146 p = reserve_space(xdr, 12);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001147 p = xdr_encode_hyper(p, args->offset);
Benny Halevy34558512009-08-14 17:19:30 +03001148 *p = cpu_to_be32(args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149}
1150
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001151static void encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152{
Al Viro8687b632006-10-19 23:28:48 -07001153 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -05001154
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001155 encode_op_hdr(xdr, OP_CREATE, decode_create_maxsz, hdr);
1156 encode_uint32(xdr, create->ftype);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157
1158 switch (create->ftype) {
1159 case NF4LNK:
Benny Halevy13c65ce2009-08-14 17:19:25 +03001160 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001161 *p = cpu_to_be32(create->u.symlink.len);
Chuck Lever94a6d752006-08-22 20:06:23 -04001162 xdr_write_pages(xdr, create->u.symlink.pages, 0, create->u.symlink.len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163 break;
1164
1165 case NF4BLK: case NF4CHR:
Benny Halevy13c65ce2009-08-14 17:19:25 +03001166 p = reserve_space(xdr, 8);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001167 *p++ = cpu_to_be32(create->u.device.specdata1);
Benny Halevy34558512009-08-14 17:19:30 +03001168 *p = cpu_to_be32(create->u.device.specdata2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 break;
1170
1171 default:
1172 break;
1173 }
1174
Benny Halevy811652b2009-08-14 17:19:34 +03001175 encode_string(xdr, create->name->len, create->name->name);
David Quigleyaa9c2662013-05-22 12:50:44 -04001176 encode_attrs(xdr, create->attrs, create->label, create->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177}
1178
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001179static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180{
Andy Adamson05d564f2008-12-23 16:06:15 -05001181 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001183 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
1184 p = reserve_space(xdr, 8);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001185 *p++ = cpu_to_be32(1);
Benny Halevy34558512009-08-14 17:19:30 +03001186 *p = cpu_to_be32(bitmap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187}
1188
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001189static 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 -07001190{
Andy Adamson05d564f2008-12-23 16:06:15 -05001191 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001193 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
1194 p = reserve_space(xdr, 12);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001195 *p++ = cpu_to_be32(2);
1196 *p++ = cpu_to_be32(bm0);
Benny Halevy34558512009-08-14 17:19:30 +03001197 *p = cpu_to_be32(bm1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198}
1199
Fred Isamandae100c2011-07-30 20:52:37 -04001200static void
1201encode_getattr_three(struct xdr_stream *xdr,
1202 uint32_t bm0, uint32_t bm1, uint32_t bm2,
1203 struct compound_hdr *hdr)
1204{
1205 __be32 *p;
1206
Trond Myklebustab19b482012-03-04 18:13:57 -05001207 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
Fred Isamandae100c2011-07-30 20:52:37 -04001208 if (bm2) {
1209 p = reserve_space(xdr, 16);
1210 *p++ = cpu_to_be32(3);
1211 *p++ = cpu_to_be32(bm0);
1212 *p++ = cpu_to_be32(bm1);
1213 *p = cpu_to_be32(bm2);
1214 } else if (bm1) {
1215 p = reserve_space(xdr, 12);
1216 *p++ = cpu_to_be32(2);
1217 *p++ = cpu_to_be32(bm0);
1218 *p = cpu_to_be32(bm1);
1219 } else {
1220 p = reserve_space(xdr, 8);
1221 *p++ = cpu_to_be32(1);
1222 *p = cpu_to_be32(bm0);
1223 }
Fred Isamandae100c2011-07-30 20:52:37 -04001224}
1225
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001226static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227{
David Quigleya09df2c2013-05-22 12:50:41 -04001228 encode_getattr_three(xdr, bitmask[0] & nfs4_fattr_bitmap[0],
1229 bitmask[1] & nfs4_fattr_bitmap[1],
1230 bitmask[2] & nfs4_fattr_bitmap[2],
1231 hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232}
1233
Andy Adamson88034c32012-05-23 05:02:34 -04001234static void encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask,
Trond Myklebust1549210f2012-06-05 09:16:47 -04001235 const u32 *open_bitmap,
Andy Adamson88034c32012-05-23 05:02:34 -04001236 struct compound_hdr *hdr)
1237{
1238 encode_getattr_three(xdr,
Trond Myklebust1549210f2012-06-05 09:16:47 -04001239 bitmask[0] & open_bitmap[0],
1240 bitmask[1] & open_bitmap[1],
1241 bitmask[2] & open_bitmap[2],
Andy Adamson88034c32012-05-23 05:02:34 -04001242 hdr);
1243}
1244
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001245static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246{
Fred Isamandae100c2011-07-30 20:52:37 -04001247 encode_getattr_three(xdr,
1248 bitmask[0] & nfs4_fsinfo_bitmap[0],
1249 bitmask[1] & nfs4_fsinfo_bitmap[1],
1250 bitmask[2] & nfs4_fsinfo_bitmap[2],
1251 hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252}
1253
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001254static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Manoj Naik830b8e32006-06-09 09:34:25 -04001255{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001256 encode_getattr_two(xdr, bitmask[0] & nfs4_fs_locations_bitmap[0],
1257 bitmask[1] & nfs4_fs_locations_bitmap[1], hdr);
Manoj Naik830b8e32006-06-09 09:34:25 -04001258}
1259
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001260static void encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261{
Trond Myklebustab19b482012-03-04 18:13:57 -05001262 encode_op_hdr(xdr, OP_GETFH, decode_getfh_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263}
1264
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001265static void encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266{
Trond Myklebustab19b482012-03-04 18:13:57 -05001267 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001268 encode_string(xdr, name->len, name->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269}
1270
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001271static inline int nfs4_lock_type(struct file_lock *fl, int block)
1272{
Jeff Laytonf44106e2012-07-23 15:49:56 -04001273 if (fl->fl_type == F_RDLCK)
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001274 return block ? NFS4_READW_LT : NFS4_READ_LT;
1275 return block ? NFS4_WRITEW_LT : NFS4_WRITE_LT;
1276}
1277
1278static inline uint64_t nfs4_lock_length(struct file_lock *fl)
1279{
1280 if (fl->fl_end == OFFSET_MAX)
1281 return ~(uint64_t)0;
1282 return fl->fl_end - fl->fl_start + 1;
1283}
1284
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001285static void encode_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner)
1286{
1287 __be32 *p;
1288
Trond Myklebustd035c362010-12-21 10:45:27 -05001289 p = reserve_space(xdr, 32);
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001290 p = xdr_encode_hyper(p, lowner->clientid);
Trond Myklebustd035c362010-12-21 10:45:27 -05001291 *p++ = cpu_to_be32(20);
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001292 p = xdr_encode_opaque_fixed(p, "lock id:", 8);
Trond Myklebustd035c362010-12-21 10:45:27 -05001293 *p++ = cpu_to_be32(lowner->s_dev);
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001294 xdr_encode_hyper(p, lowner->id);
1295}
1296
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297/*
1298 * opcode,type,reclaim,offset,length,new_lock_owner = 32
1299 * open_seqid,open_stateid,lock_seqid,lock_owner.clientid, lock_owner.id = 40
1300 */
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001301static void encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302{
Al Viro8687b632006-10-19 23:28:48 -07001303 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001305 encode_op_hdr(xdr, OP_LOCK, decode_lock_maxsz, hdr);
1306 p = reserve_space(xdr, 28);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001307 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, args->block));
1308 *p++ = cpu_to_be32(args->reclaim);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001309 p = xdr_encode_hyper(p, args->fl->fl_start);
1310 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Benny Halevy34558512009-08-14 17:19:30 +03001311 *p = cpu_to_be32(args->new_lock_owner);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001312 if (args->new_lock_owner){
Trond Myklebust4ade9822012-03-04 18:13:57 -05001313 encode_nfs4_seqid(xdr, args->open_seqid);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001314 encode_nfs4_stateid(xdr, args->open_stateid);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001315 encode_nfs4_seqid(xdr, args->lock_seqid);
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001316 encode_lockowner(xdr, &args->lock_owner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317 }
1318 else {
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001319 encode_nfs4_stateid(xdr, args->lock_stateid);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001320 encode_nfs4_seqid(xdr, args->lock_seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322}
1323
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001324static void encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325{
Al Viro8687b632006-10-19 23:28:48 -07001326 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001328 encode_op_hdr(xdr, OP_LOCKT, decode_lockt_maxsz, hdr);
1329 p = reserve_space(xdr, 20);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001330 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, 0));
Benny Halevyb95be5a2009-08-14 17:19:01 +03001331 p = xdr_encode_hyper(p, args->fl->fl_start);
1332 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Trond Myklebustdaccbde2010-06-25 18:11:43 -04001333 encode_lockowner(xdr, &args->lock_owner);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334}
1335
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001336static void encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337{
Al Viro8687b632006-10-19 23:28:48 -07001338 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001340 encode_op_hdr(xdr, OP_LOCKU, decode_locku_maxsz, hdr);
1341 encode_uint32(xdr, nfs4_lock_type(args->fl, 0));
Trond Myklebust4ade9822012-03-04 18:13:57 -05001342 encode_nfs4_seqid(xdr, args->seqid);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001343 encode_nfs4_stateid(xdr, args->stateid);
1344 p = reserve_space(xdr, 16);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001345 p = xdr_encode_hyper(p, args->fl->fl_start);
Benny Halevy34558512009-08-14 17:19:30 +03001346 xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347}
1348
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04001349static void encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struct compound_hdr *hdr)
1350{
Trond Myklebustab19b482012-03-04 18:13:57 -05001351 encode_op_hdr(xdr, OP_RELEASE_LOCKOWNER, decode_release_lockowner_maxsz, hdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04001352 encode_lockowner(xdr, lowner);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04001353}
1354
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001355static void encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356{
Trond Myklebustab19b482012-03-04 18:13:57 -05001357 encode_op_hdr(xdr, OP_LOOKUP, decode_lookup_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001358 encode_string(xdr, name->len, name->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359}
1360
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001361static void encode_share_access(struct xdr_stream *xdr, fmode_t fmode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362{
Al Viro8687b632006-10-19 23:28:48 -07001363 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364
Benny Halevy13c65ce2009-08-14 17:19:25 +03001365 p = reserve_space(xdr, 8);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001366 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001367 case FMODE_READ:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001368 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_READ);
Andy Adamson05d564f2008-12-23 16:06:15 -05001369 break;
1370 case FMODE_WRITE:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001371 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_WRITE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001372 break;
1373 case FMODE_READ|FMODE_WRITE:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001374 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_BOTH);
Andy Adamson05d564f2008-12-23 16:06:15 -05001375 break;
1376 default:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001377 *p++ = cpu_to_be32(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 }
Benny Halevy34558512009-08-14 17:19:30 +03001379 *p = cpu_to_be32(0); /* for linux, share_deny = 0 always */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380}
1381
1382static inline void encode_openhdr(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1383{
Al Viro8687b632006-10-19 23:28:48 -07001384 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 /*
1386 * opcode 4, seqid 4, share_access 4, share_deny 4, clientid 8, ownerlen 4,
1387 * owner 4 = 32
1388 */
Trond Myklebust4ade9822012-03-04 18:13:57 -05001389 encode_nfs4_seqid(xdr, arg->seqid);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001390 encode_share_access(xdr, arg->fmode);
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001391 p = reserve_space(xdr, 36);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001392 p = xdr_encode_hyper(p, arg->clientid);
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001393 *p++ = cpu_to_be32(24);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001394 p = xdr_encode_opaque_fixed(p, "open id:", 8);
Trond Myklebustd035c362010-12-21 10:45:27 -05001395 *p++ = cpu_to_be32(arg->server->s_dev);
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001396 *p++ = cpu_to_be32(arg->id.uniquifier);
1397 xdr_encode_hyper(p, arg->id.create_time);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398}
1399
1400static inline void encode_createmode(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1401{
Trond Myklebust549b19c2013-04-16 18:42:34 -04001402 struct iattr dummy;
Al Viro8687b632006-10-19 23:28:48 -07001403 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404
Benny Halevy13c65ce2009-08-14 17:19:25 +03001405 p = reserve_space(xdr, 4);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001406 switch(arg->createmode) {
1407 case NFS4_CREATE_UNCHECKED:
Benny Halevy34558512009-08-14 17:19:30 +03001408 *p = cpu_to_be32(NFS4_CREATE_UNCHECKED);
David Quigleyaa9c2662013-05-22 12:50:44 -04001409 encode_attrs(xdr, arg->u.attrs, arg->label, arg->server);
Andy Adamson05d564f2008-12-23 16:06:15 -05001410 break;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001411 case NFS4_CREATE_GUARDED:
1412 *p = cpu_to_be32(NFS4_CREATE_GUARDED);
David Quigleyaa9c2662013-05-22 12:50:44 -04001413 encode_attrs(xdr, arg->u.attrs, arg->label, arg->server);
Trond Myklebust549b19c2013-04-16 18:42:34 -04001414 break;
1415 case NFS4_CREATE_EXCLUSIVE:
1416 *p = cpu_to_be32(NFS4_CREATE_EXCLUSIVE);
1417 encode_nfs4_verifier(xdr, &arg->u.verifier);
1418 break;
1419 case NFS4_CREATE_EXCLUSIVE4_1:
1420 *p = cpu_to_be32(NFS4_CREATE_EXCLUSIVE4_1);
1421 encode_nfs4_verifier(xdr, &arg->u.verifier);
1422 dummy.ia_valid = 0;
David Quigleyaa9c2662013-05-22 12:50:44 -04001423 encode_attrs(xdr, &dummy, arg->label, arg->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424 }
1425}
1426
1427static void encode_opentype(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1428{
Al Viro8687b632006-10-19 23:28:48 -07001429 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430
Benny Halevy13c65ce2009-08-14 17:19:25 +03001431 p = reserve_space(xdr, 4);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432 switch (arg->open_flags & O_CREAT) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001433 case 0:
Benny Halevy34558512009-08-14 17:19:30 +03001434 *p = cpu_to_be32(NFS4_OPEN_NOCREATE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001435 break;
1436 default:
Benny Halevy34558512009-08-14 17:19:30 +03001437 *p = cpu_to_be32(NFS4_OPEN_CREATE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001438 encode_createmode(xdr, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439 }
1440}
1441
Trond Myklebustbd7bf9d2008-12-23 15:21:53 -05001442static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443{
Al Viro8687b632006-10-19 23:28:48 -07001444 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445
Benny Halevy13c65ce2009-08-14 17:19:25 +03001446 p = reserve_space(xdr, 4);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447 switch (delegation_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001448 case 0:
Benny Halevy34558512009-08-14 17:19:30 +03001449 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_NONE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001450 break;
1451 case FMODE_READ:
Benny Halevy34558512009-08-14 17:19:30 +03001452 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_READ);
Andy Adamson05d564f2008-12-23 16:06:15 -05001453 break;
1454 case FMODE_WRITE|FMODE_READ:
Benny Halevy34558512009-08-14 17:19:30 +03001455 *p = cpu_to_be32(NFS4_OPEN_DELEGATE_WRITE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001456 break;
1457 default:
1458 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459 }
1460}
1461
1462static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name)
1463{
Al Viro8687b632006-10-19 23:28:48 -07001464 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465
Benny Halevy13c65ce2009-08-14 17:19:25 +03001466 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001467 *p = cpu_to_be32(NFS4_OPEN_CLAIM_NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468 encode_string(xdr, name->len, name->name);
1469}
1470
Trond Myklebustbd7bf9d2008-12-23 15:21:53 -05001471static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472{
Al Viro8687b632006-10-19 23:28:48 -07001473 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474
Benny Halevy13c65ce2009-08-14 17:19:25 +03001475 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001476 *p = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477 encode_delegation_type(xdr, type);
1478}
1479
1480static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const nfs4_stateid *stateid)
1481{
Al Viro8687b632006-10-19 23:28:48 -07001482 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001484 p = reserve_space(xdr, 4);
1485 *p = cpu_to_be32(NFS4_OPEN_CLAIM_DELEGATE_CUR);
1486 encode_nfs4_stateid(xdr, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487 encode_string(xdr, name->len, name->name);
1488}
1489
Trond Myklebustd9fc6612013-03-15 15:39:06 -04001490static inline void encode_claim_fh(struct xdr_stream *xdr)
1491{
1492 __be32 *p;
1493
1494 p = reserve_space(xdr, 4);
1495 *p = cpu_to_be32(NFS4_OPEN_CLAIM_FH);
1496}
1497
1498static inline void encode_claim_delegate_cur_fh(struct xdr_stream *xdr, const nfs4_stateid *stateid)
1499{
1500 __be32 *p;
1501
1502 p = reserve_space(xdr, 4);
1503 *p = cpu_to_be32(NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1504 encode_nfs4_stateid(xdr, stateid);
1505}
1506
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001507static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508{
Trond Myklebustab19b482012-03-04 18:13:57 -05001509 encode_op_hdr(xdr, OP_OPEN, decode_open_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510 encode_openhdr(xdr, arg);
1511 encode_opentype(xdr, arg);
1512 switch (arg->claim) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001513 case NFS4_OPEN_CLAIM_NULL:
1514 encode_claim_null(xdr, arg->name);
1515 break;
1516 case NFS4_OPEN_CLAIM_PREVIOUS:
1517 encode_claim_previous(xdr, arg->u.delegation_type);
1518 break;
1519 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1520 encode_claim_delegate_cur(xdr, arg->name, &arg->u.delegation);
1521 break;
Trond Myklebustd9fc6612013-03-15 15:39:06 -04001522 case NFS4_OPEN_CLAIM_FH:
1523 encode_claim_fh(xdr);
1524 break;
1525 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1526 encode_claim_delegate_cur_fh(xdr, &arg->u.delegation);
1527 break;
Andy Adamson05d564f2008-12-23 16:06:15 -05001528 default:
1529 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531}
1532
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001533static 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 -07001534{
Trond Myklebustab19b482012-03-04 18:13:57 -05001535 encode_op_hdr(xdr, OP_OPEN_CONFIRM, decode_open_confirm_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001536 encode_nfs4_stateid(xdr, arg->stateid);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001537 encode_nfs4_seqid(xdr, arg->seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538}
1539
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001540static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541{
Trond Myklebustab19b482012-03-04 18:13:57 -05001542 encode_op_hdr(xdr, OP_OPEN_DOWNGRADE, decode_open_downgrade_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001543 encode_nfs4_stateid(xdr, arg->stateid);
Trond Myklebust4ade9822012-03-04 18:13:57 -05001544 encode_nfs4_seqid(xdr, arg->seqid);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001545 encode_share_access(xdr, arg->fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546}
1547
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001548static void
Andy Adamsond0179312008-12-23 16:06:17 -05001549encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550{
Trond Myklebustab19b482012-03-04 18:13:57 -05001551 encode_op_hdr(xdr, OP_PUTFH, decode_putfh_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001552 encode_string(xdr, fh->size, fh->data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553}
1554
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001555static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556{
Trond Myklebustab19b482012-03-04 18:13:57 -05001557 encode_op_hdr(xdr, OP_PUTROOTFH, decode_putrootfh_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558}
1559
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001560static void encode_read(struct xdr_stream *xdr, const struct nfs_readargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561{
Al Viro8687b632006-10-19 23:28:48 -07001562 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563
Trond Myklebustab19b482012-03-04 18:13:57 -05001564 encode_op_hdr(xdr, OP_READ, decode_read_maxsz, hdr);
Trond Myklebust9b206142013-03-17 15:52:00 -04001565 encode_nfs4_stateid(xdr, &args->stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566
Benny Halevy13c65ce2009-08-14 17:19:25 +03001567 p = reserve_space(xdr, 12);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001568 p = xdr_encode_hyper(p, args->offset);
Benny Halevy34558512009-08-14 17:19:30 +03001569 *p = cpu_to_be32(args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570}
1571
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001572static 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 -07001573{
David Quigleyaa9c2662013-05-22 12:50:44 -04001574 uint32_t attrs[3] = {
Trond Myklebust28331a42011-04-27 13:47:52 -04001575 FATTR4_WORD0_RDATTR_ERROR,
1576 FATTR4_WORD1_MOUNTED_ON_FILEID,
1577 };
Trond Myklebust6f7a35b2010-10-24 12:11:42 -04001578 uint32_t dircount = readdir->count >> 1;
Chuck Levercd937102012-03-02 17:14:31 -05001579 __be32 *p, verf[2];
Trond Myklebustd204c5d2013-11-04 13:23:59 -05001580 uint32_t attrlen = 0;
1581 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001583 if (readdir->plus) {
1584 attrs[0] |= FATTR4_WORD0_TYPE|FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE|
Trond Myklebust28331a42011-04-27 13:47:52 -04001585 FATTR4_WORD0_FSID|FATTR4_WORD0_FILEHANDLE|FATTR4_WORD0_FILEID;
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001586 attrs[1] |= FATTR4_WORD1_MODE|FATTR4_WORD1_NUMLINKS|FATTR4_WORD1_OWNER|
1587 FATTR4_WORD1_OWNER_GROUP|FATTR4_WORD1_RAWDEV|
1588 FATTR4_WORD1_SPACE_USED|FATTR4_WORD1_TIME_ACCESS|
1589 FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustd204c5d2013-11-04 13:23:59 -05001590 attrs[2] |= FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust6f7a35b2010-10-24 12:11:42 -04001591 dircount >>= 1;
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001592 }
Trond Myklebust28331a42011-04-27 13:47:52 -04001593 /* Use mounted_on_fileid only if the server supports it */
1594 if (!(readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID))
1595 attrs[0] |= FATTR4_WORD0_FILEID;
Trond Myklebustd204c5d2013-11-04 13:23:59 -05001596 for (i = 0; i < ARRAY_SIZE(attrs); i++) {
1597 attrs[i] &= readdir->bitmask[i];
1598 if (attrs[i] != 0)
1599 attrlen = i+1;
1600 }
Bryan Schumaker82f2e542010-10-21 16:33:18 -04001601
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001602 encode_op_hdr(xdr, OP_READDIR, decode_readdir_maxsz, hdr);
Trond Myklebustff2eb682012-03-05 11:40:12 -05001603 encode_uint64(xdr, readdir->cookie);
Chuck Levercd937102012-03-02 17:14:31 -05001604 encode_nfs4_verifier(xdr, &readdir->verifier);
Trond Myklebustd204c5d2013-11-04 13:23:59 -05001605 p = reserve_space(xdr, 12 + (attrlen << 2));
Trond Myklebust6f7a35b2010-10-24 12:11:42 -04001606 *p++ = cpu_to_be32(dircount);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001607 *p++ = cpu_to_be32(readdir->count);
Trond Myklebustd204c5d2013-11-04 13:23:59 -05001608 *p++ = cpu_to_be32(attrlen);
1609 for (i = 0; i < attrlen; i++)
1610 *p++ = cpu_to_be32(attrs[i]);
Chuck Levercd937102012-03-02 17:14:31 -05001611 memcpy(verf, readdir->verifier.data, sizeof(verf));
David Quigleyaa9c2662013-05-22 12:50:44 -04001612
1613 dprintk("%s: cookie = %llu, verifier = %08x:%08x, bitmap = %08x:%08x:%08x\n",
Fred Isaman44109242008-04-02 15:21:15 +03001614 __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00001615 (unsigned long long)readdir->cookie,
Chuck Levercd937102012-03-02 17:14:31 -05001616 verf[0], verf[1],
Trond Myklebusteadf4592005-06-22 17:16:39 +00001617 attrs[0] & readdir->bitmask[0],
David Quigleyaa9c2662013-05-22 12:50:44 -04001618 attrs[1] & readdir->bitmask[1],
1619 attrs[2] & readdir->bitmask[2]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620}
1621
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001622static 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 -07001623{
Trond Myklebustab19b482012-03-04 18:13:57 -05001624 encode_op_hdr(xdr, OP_READLINK, decode_readlink_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625}
1626
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001627static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001628{
Trond Myklebustab19b482012-03-04 18:13:57 -05001629 encode_op_hdr(xdr, OP_REMOVE, decode_remove_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001630 encode_string(xdr, name->len, name->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631}
1632
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001633static 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 -07001634{
Trond Myklebustab19b482012-03-04 18:13:57 -05001635 encode_op_hdr(xdr, OP_RENAME, decode_rename_maxsz, hdr);
Benny Halevy811652b2009-08-14 17:19:34 +03001636 encode_string(xdr, oldname->len, oldname->name);
1637 encode_string(xdr, newname->len, newname->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638}
1639
Chuck Leverbb4dae52012-03-01 17:01:48 -05001640static void encode_renew(struct xdr_stream *xdr, clientid4 clid,
1641 struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001643 encode_op_hdr(xdr, OP_RENEW, decode_renew_maxsz, hdr);
Trond Myklebustff2eb682012-03-05 11:40:12 -05001644 encode_uint64(xdr, clid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645}
1646
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001647static void
Andy Adamsond0179312008-12-23 16:06:17 -05001648encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001649{
Trond Myklebustab19b482012-03-04 18:13:57 -05001650 encode_op_hdr(xdr, OP_RESTOREFH, decode_restorefh_maxsz, hdr);
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001651}
1652
Chuck Lever9f06c712010-12-14 14:59:18 +00001653static void
Andy Adamsond0179312008-12-23 16:06:17 -05001654encode_setacl(struct xdr_stream *xdr, struct nfs_setaclargs *arg, struct compound_hdr *hdr)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001655{
Al Viro8687b632006-10-19 23:28:48 -07001656 __be32 *p;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001657
Trond Myklebustab19b482012-03-04 18:13:57 -05001658 encode_op_hdr(xdr, OP_SETATTR, decode_setacl_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001659 encode_nfs4_stateid(xdr, &zero_stateid);
Benny Halevy13c65ce2009-08-14 17:19:25 +03001660 p = reserve_space(xdr, 2*4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001661 *p++ = cpu_to_be32(1);
Benny Halevy34558512009-08-14 17:19:30 +03001662 *p = cpu_to_be32(FATTR4_WORD0_ACL);
Benny Halevy13c65ce2009-08-14 17:19:25 +03001663 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001664 *p = cpu_to_be32(arg->acl_len);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001665 xdr_write_pages(xdr, arg->acl_pages, arg->acl_pgbase, arg->acl_len);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001666}
1667
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001668static void
Andy Adamsond0179312008-12-23 16:06:17 -05001669encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670{
Trond Myklebustab19b482012-03-04 18:13:57 -05001671 encode_op_hdr(xdr, OP_SAVEFH, decode_savefh_maxsz, hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672}
1673
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001674static 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 -07001675{
Trond Myklebustab19b482012-03-04 18:13:57 -05001676 encode_op_hdr(xdr, OP_SETATTR, decode_setattr_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001677 encode_nfs4_stateid(xdr, &arg->stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04001678 encode_attrs(xdr, arg->iap, arg->label, server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679}
1680
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001681static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682{
Al Viro8687b632006-10-19 23:28:48 -07001683 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684
Trond Myklebust70019512012-03-04 20:49:32 -05001685 encode_op_hdr(xdr, OP_SETCLIENTID, decode_setclientid_maxsz, hdr);
Chuck Levercd937102012-03-02 17:14:31 -05001686 encode_nfs4_verifier(xdr, setclientid->sc_verifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687
1688 encode_string(xdr, setclientid->sc_name_len, setclientid->sc_name);
Benny Halevy13c65ce2009-08-14 17:19:25 +03001689 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001690 *p = cpu_to_be32(setclientid->sc_prog);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691 encode_string(xdr, setclientid->sc_netid_len, setclientid->sc_netid);
1692 encode_string(xdr, setclientid->sc_uaddr_len, setclientid->sc_uaddr);
Benny Halevy13c65ce2009-08-14 17:19:25 +03001693 p = reserve_space(xdr, 4);
Benny Halevy34558512009-08-14 17:19:30 +03001694 *p = cpu_to_be32(setclientid->sc_cb_ident);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695}
1696
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04001697static 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 -07001698{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001699 encode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM,
1700 decode_setclientid_confirm_maxsz, hdr);
Trond Myklebustff2eb682012-03-05 11:40:12 -05001701 encode_uint64(xdr, arg->clientid);
Chuck Levercd937102012-03-02 17:14:31 -05001702 encode_nfs4_verifier(xdr, &arg->confirm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703}
1704
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001705static void encode_write(struct xdr_stream *xdr, const struct nfs_writeargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706{
Al Viro8687b632006-10-19 23:28:48 -07001707 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708
Trond Myklebustab19b482012-03-04 18:13:57 -05001709 encode_op_hdr(xdr, OP_WRITE, decode_write_maxsz, hdr);
Trond Myklebust9b206142013-03-17 15:52:00 -04001710 encode_nfs4_stateid(xdr, &args->stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711
Benny Halevy13c65ce2009-08-14 17:19:25 +03001712 p = reserve_space(xdr, 16);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001713 p = xdr_encode_hyper(p, args->offset);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001714 *p++ = cpu_to_be32(args->stable);
Benny Halevy34558512009-08-14 17:19:30 +03001715 *p = cpu_to_be32(args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716
1717 xdr_write_pages(xdr, args->pages, args->pgbase, args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718}
1719
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001720static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721{
Trond Myklebustab19b482012-03-04 18:13:57 -05001722 encode_op_hdr(xdr, OP_DELEGRETURN, decode_delegreturn_maxsz, hdr);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001723 encode_nfs4_stateid(xdr, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724}
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001725
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00001726static void encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
1727{
Trond Myklebustab19b482012-03-04 18:13:57 -05001728 encode_op_hdr(xdr, OP_SECINFO, decode_secinfo_maxsz, hdr);
Trond Myklebust6fdfb0bc2012-03-04 18:13:57 -05001729 encode_string(xdr, name->len, name->name);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00001730}
1731
Benny Halevy99fe60d2009-04-01 09:22:29 -04001732#if defined(CONFIG_NFS_V4_1)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001733/* NFSv4.1 operations */
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04001734static void encode_bind_conn_to_session(struct xdr_stream *xdr,
1735 struct nfs4_session *session,
1736 struct compound_hdr *hdr)
1737{
1738 __be32 *p;
1739
1740 encode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION,
1741 decode_bind_conn_to_session_maxsz, hdr);
1742 encode_opaque_fixed(xdr, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
1743 p = xdr_reserve_space(xdr, 8);
1744 *p++ = cpu_to_be32(NFS4_CDFC4_BACK_OR_BOTH);
1745 *p = 0; /* use_conn_in_rdma_mode = False */
1746}
1747
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04001748static void encode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map)
1749{
1750 unsigned int i;
1751 encode_uint32(xdr, NFS4_OP_MAP_NUM_WORDS);
1752 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++)
1753 encode_uint32(xdr, op_map->u.words[i]);
1754}
1755
Benny Halevy99fe60d2009-04-01 09:22:29 -04001756static void encode_exchange_id(struct xdr_stream *xdr,
1757 struct nfs41_exchange_id_args *args,
1758 struct compound_hdr *hdr)
1759{
1760 __be32 *p;
Jim Reesd751f742012-11-16 18:12:06 -05001761 char impl_name[IMPL_NAME_LIMIT];
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -05001762 int len = 0;
Benny Halevy99fe60d2009-04-01 09:22:29 -04001763
Trond Myklebust70019512012-03-04 20:49:32 -05001764 encode_op_hdr(xdr, OP_EXCHANGE_ID, decode_exchange_id_maxsz, hdr);
Chuck Levercd937102012-03-02 17:14:31 -05001765 encode_nfs4_verifier(xdr, args->verifier);
Benny Halevy99fe60d2009-04-01 09:22:29 -04001766
1767 encode_string(xdr, args->id_len, args->id);
1768
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04001769 encode_uint32(xdr, args->flags);
1770 encode_uint32(xdr, args->state_protect.how);
1771
1772 switch (args->state_protect.how) {
1773 case SP4_NONE:
1774 break;
1775 case SP4_MACH_CRED:
1776 encode_op_map(xdr, &args->state_protect.enforce);
1777 encode_op_map(xdr, &args->state_protect.allow);
1778 break;
1779 default:
1780 WARN_ON_ONCE(1);
1781 break;
1782 }
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -05001783
1784 if (send_implementation_id &&
1785 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN) > 1 &&
1786 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN)
Jim Reesd751f742012-11-16 18:12:06 -05001787 <= sizeof(impl_name) + 1)
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -05001788 len = snprintf(impl_name, sizeof(impl_name), "%s %s %s %s",
1789 utsname()->sysname, utsname()->release,
1790 utsname()->version, utsname()->machine);
1791
1792 if (len > 0) {
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04001793 encode_uint32(xdr, 1); /* implementation id array length=1 */
Weston Andros Adamsondb8ac8b2012-02-17 15:20:24 -05001794
1795 encode_string(xdr,
1796 sizeof(CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN) - 1,
1797 CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN);
1798 encode_string(xdr, len, impl_name);
1799 /* just send zeros for nii_date - the date is in nii_name */
1800 p = reserve_space(xdr, 12);
1801 p = xdr_encode_hyper(p, 0);
1802 *p = cpu_to_be32(0);
1803 } else
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04001804 encode_uint32(xdr, 0); /* implementation id array length=0 */
Benny Halevy99fe60d2009-04-01 09:22:29 -04001805}
Andy Adamsonfc931582009-04-01 09:22:31 -04001806
1807static void encode_create_session(struct xdr_stream *xdr,
1808 struct nfs41_create_session_args *args,
1809 struct compound_hdr *hdr)
1810{
1811 __be32 *p;
1812 char machine_name[NFS4_MAX_MACHINE_NAME_LEN];
1813 uint32_t len;
1814 struct nfs_client *clp = args->client;
Chuck Leverf0920752012-05-21 22:45:41 -04001815 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Mike Sager8e0d46e2009-12-17 12:06:26 -05001816 u32 max_resp_sz_cached;
1817
1818 /*
1819 * Assumes OPEN is the biggest non-idempotent compound.
1820 * 2 is the verifier.
1821 */
1822 max_resp_sz_cached = (NFS4_dec_open_sz + RPC_REPHDRSIZE +
1823 RPC_MAX_AUTH_SIZE + 2) * XDR_UNIT;
Andy Adamsonfc931582009-04-01 09:22:31 -04001824
Andy Adamsonfc931582009-04-01 09:22:31 -04001825 len = scnprintf(machine_name, sizeof(machine_name), "%s",
1826 clp->cl_ipaddr);
Benny Halevy42edd692009-08-14 17:19:13 +03001827
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001828 encode_op_hdr(xdr, OP_CREATE_SESSION, decode_create_session_maxsz, hdr);
1829 p = reserve_space(xdr, 16 + 2*28 + 20 + len + 12);
Andy Adamson114f64b2011-03-09 13:13:45 -05001830 p = xdr_encode_hyper(p, clp->cl_clientid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001831 *p++ = cpu_to_be32(clp->cl_seqid); /*Sequence id */
1832 *p++ = cpu_to_be32(args->flags); /*flags */
Andy Adamsonfc931582009-04-01 09:22:31 -04001833
Andy Adamsonfc931582009-04-01 09:22:31 -04001834 /* Fore Channel */
Benny Halevyc9c30dd2011-06-11 17:08:39 -04001835 *p++ = cpu_to_be32(0); /* header padding size */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001836 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1837 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz); /* max resp size */
Mike Sager8e0d46e2009-12-17 12:06:26 -05001838 *p++ = cpu_to_be32(max_resp_sz_cached); /* Max resp sz cached */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001839 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */
1840 *p++ = cpu_to_be32(args->fc_attrs.max_reqs); /* max requests */
1841 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
Andy Adamsonfc931582009-04-01 09:22:31 -04001842
1843 /* Back Channel */
Benny Halevyc9c30dd2011-06-11 17:08:39 -04001844 *p++ = cpu_to_be32(0); /* header padding size */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001845 *p++ = cpu_to_be32(args->bc_attrs.max_rqst_sz); /* max req size */
1846 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz); /* max resp size */
1847 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz_cached); /* Max resp sz cached */
1848 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */
1849 *p++ = cpu_to_be32(args->bc_attrs.max_reqs); /* max requests */
1850 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
Andy Adamsonfc931582009-04-01 09:22:31 -04001851
Benny Halevye75bc1c2009-08-14 17:18:54 +03001852 *p++ = cpu_to_be32(args->cb_program); /* cb_program */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001853 *p++ = cpu_to_be32(1);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001854 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */
Andy Adamsonfc931582009-04-01 09:22:31 -04001855
1856 /* authsys_parms rfc1831 */
Trond Myklebust17f26b12013-08-21 15:48:42 -04001857 *p++ = cpu_to_be32(nn->boot_time.tv_nsec); /* stamp */
Benny Halevy811652b2009-08-14 17:19:34 +03001858 p = xdr_encode_opaque(p, machine_name, len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001859 *p++ = cpu_to_be32(0); /* UID */
1860 *p++ = cpu_to_be32(0); /* GID */
Benny Halevy34558512009-08-14 17:19:30 +03001861 *p = cpu_to_be32(0); /* No more gids */
Andy Adamsonfc931582009-04-01 09:22:31 -04001862}
Andy Adamson0f3e66c2009-04-01 09:22:34 -04001863
1864static void encode_destroy_session(struct xdr_stream *xdr,
1865 struct nfs4_session *session,
1866 struct compound_hdr *hdr)
1867{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001868 encode_op_hdr(xdr, OP_DESTROY_SESSION, decode_destroy_session_maxsz, hdr);
1869 encode_opaque_fixed(xdr, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04001870}
Ricardo Labiaga180197532009-12-05 16:08:40 -05001871
Trond Myklebust66245532012-05-25 17:18:09 -04001872static void encode_destroy_clientid(struct xdr_stream *xdr,
1873 uint64_t clientid,
1874 struct compound_hdr *hdr)
1875{
1876 encode_op_hdr(xdr, OP_DESTROY_CLIENTID, decode_destroy_clientid_maxsz, hdr);
1877 encode_uint64(xdr, clientid);
1878}
1879
Ricardo Labiaga180197532009-12-05 16:08:40 -05001880static void encode_reclaim_complete(struct xdr_stream *xdr,
1881 struct nfs41_reclaim_complete_args *args,
1882 struct compound_hdr *hdr)
1883{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001884 encode_op_hdr(xdr, OP_RECLAIM_COMPLETE, decode_reclaim_complete_maxsz, hdr);
1885 encode_uint32(xdr, args->one_fs);
Ricardo Labiaga180197532009-12-05 16:08:40 -05001886}
Benny Halevy99fe60d2009-04-01 09:22:29 -04001887#endif /* CONFIG_NFS_V4_1 */
1888
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001889static void encode_sequence(struct xdr_stream *xdr,
1890 const struct nfs4_sequence_args *args,
1891 struct compound_hdr *hdr)
1892{
1893#if defined(CONFIG_NFS_V4_1)
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001894 struct nfs4_session *session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001895 struct nfs4_slot_table *tp;
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001896 struct nfs4_slot *slot = args->sa_slot;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001897 __be32 *p;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001898
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001899 tp = slot->table;
1900 session = tp->session;
Chuck Lever3bd23842013-08-09 12:49:19 -04001901 if (!session)
1902 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001903
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001904 encode_op_hdr(xdr, OP_SEQUENCE, decode_sequence_maxsz, hdr);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001905
1906 /*
1907 * Sessionid + seqid + slotid + max slotid + cache_this
1908 */
1909 dprintk("%s: sessionid=%u:%u:%u:%u seqid=%d slotid=%d "
1910 "max_slotid=%d cache_this=%d\n",
1911 __func__,
1912 ((u32 *)session->sess_id.data)[0],
1913 ((u32 *)session->sess_id.data)[1],
1914 ((u32 *)session->sess_id.data)[2],
1915 ((u32 *)session->sess_id.data)[3],
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001916 slot->seq_nr, slot->slot_nr,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001917 tp->highest_used_slotid, args->sa_cache_this);
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001918 p = reserve_space(xdr, NFS4_MAX_SESSIONID_LEN + 16);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001919 p = xdr_encode_opaque_fixed(p, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001920 *p++ = cpu_to_be32(slot->seq_nr);
Trond Myklebust2b2fa712012-11-16 12:58:36 -05001921 *p++ = cpu_to_be32(slot->slot_nr);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001922 *p++ = cpu_to_be32(tp->highest_used_slotid);
Benny Halevy34558512009-08-14 17:19:30 +03001923 *p = cpu_to_be32(args->sa_cache_this);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001924#endif /* CONFIG_NFS_V4_1 */
1925}
1926
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001927#ifdef CONFIG_NFS_V4_1
1928static void
Andy Adamson7f11d8d2011-07-30 20:52:35 -04001929encode_getdevicelist(struct xdr_stream *xdr,
1930 const struct nfs4_getdevicelist_args *args,
1931 struct compound_hdr *hdr)
1932{
1933 __be32 *p;
1934 nfs4_verifier dummy = {
1935 .data = "dummmmmy",
1936 };
1937
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001938 encode_op_hdr(xdr, OP_GETDEVICELIST, decode_getdevicelist_maxsz, hdr);
1939 p = reserve_space(xdr, 16);
Andy Adamson7f11d8d2011-07-30 20:52:35 -04001940 *p++ = cpu_to_be32(args->layoutclass);
1941 *p++ = cpu_to_be32(NFS4_PNFS_GETDEVLIST_MAXNUM);
1942 xdr_encode_hyper(p, 0ULL); /* cookie */
1943 encode_nfs4_verifier(xdr, &dummy);
Andy Adamson7f11d8d2011-07-30 20:52:35 -04001944}
1945
1946static void
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001947encode_getdeviceinfo(struct xdr_stream *xdr,
1948 const struct nfs4_getdeviceinfo_args *args,
1949 struct compound_hdr *hdr)
1950{
1951 __be32 *p;
1952
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001953 encode_op_hdr(xdr, OP_GETDEVICEINFO, decode_getdeviceinfo_maxsz, hdr);
1954 p = reserve_space(xdr, 12 + NFS4_DEVICEID4_SIZE);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001955 p = xdr_encode_opaque_fixed(p, args->pdev->dev_id.data,
1956 NFS4_DEVICEID4_SIZE);
1957 *p++ = cpu_to_be32(args->pdev->layout_type);
Andy Adamsonf1c097b2013-06-25 19:02:53 -04001958 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001959 *p++ = cpu_to_be32(0); /* bitmap length 0 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001960}
1961
1962static void
1963encode_layoutget(struct xdr_stream *xdr,
1964 const struct nfs4_layoutget_args *args,
1965 struct compound_hdr *hdr)
1966{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001967 __be32 *p;
1968
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001969 encode_op_hdr(xdr, OP_LAYOUTGET, decode_layoutget_maxsz, hdr);
1970 p = reserve_space(xdr, 36);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001971 *p++ = cpu_to_be32(0); /* Signal layout available */
1972 *p++ = cpu_to_be32(args->type);
1973 *p++ = cpu_to_be32(args->range.iomode);
1974 p = xdr_encode_hyper(p, args->range.offset);
1975 p = xdr_encode_hyper(p, args->range.length);
1976 p = xdr_encode_hyper(p, args->minlength);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05001977 encode_nfs4_stateid(xdr, &args->stateid);
Trond Myklebust475d4ba2012-03-05 11:27:16 -05001978 encode_uint32(xdr, args->maxcount);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001979
1980 dprintk("%s: 1st type:0x%x iomode:%d off:%lu len:%lu mc:%d\n",
1981 __func__,
1982 args->type,
1983 args->range.iomode,
1984 (unsigned long)args->range.offset,
1985 (unsigned long)args->range.length,
1986 args->maxcount);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04001987}
Andy Adamson863a3c62011-03-23 13:27:54 +00001988
1989static int
1990encode_layoutcommit(struct xdr_stream *xdr,
Benny Halevyac7db722011-05-22 19:53:48 +03001991 struct inode *inode,
Andy Adamson863a3c62011-03-23 13:27:54 +00001992 const struct nfs4_layoutcommit_args *args,
1993 struct compound_hdr *hdr)
1994{
1995 __be32 *p;
1996
1997 dprintk("%s: lbw: %llu type: %d\n", __func__, args->lastbytewritten,
1998 NFS_SERVER(args->inode)->pnfs_curr_ld->id);
1999
Trond Myklebust475d4ba2012-03-05 11:27:16 -05002000 encode_op_hdr(xdr, OP_LAYOUTCOMMIT, decode_layoutcommit_maxsz, hdr);
2001 p = reserve_space(xdr, 20);
Andy Adamson863a3c62011-03-23 13:27:54 +00002002 /* Only whole file layouts */
2003 p = xdr_encode_hyper(p, 0); /* offset */
Peng Tao3557c6c2011-07-30 20:52:34 -04002004 p = xdr_encode_hyper(p, args->lastbytewritten + 1); /* length */
Trond Myklebustea9d23f2012-03-04 18:13:56 -05002005 *p = cpu_to_be32(0); /* reclaim */
2006 encode_nfs4_stateid(xdr, &args->stateid);
2007 p = reserve_space(xdr, 20);
Andy Adamson863a3c62011-03-23 13:27:54 +00002008 *p++ = cpu_to_be32(1); /* newoffset = TRUE */
2009 p = xdr_encode_hyper(p, args->lastbytewritten);
2010 *p++ = cpu_to_be32(0); /* Never send time_modify_changed */
2011 *p++ = cpu_to_be32(NFS_SERVER(args->inode)->pnfs_curr_ld->id);/* type */
Benny Halevyac7db722011-05-22 19:53:48 +03002012
2013 if (NFS_SERVER(inode)->pnfs_curr_ld->encode_layoutcommit)
2014 NFS_SERVER(inode)->pnfs_curr_ld->encode_layoutcommit(
2015 NFS_I(inode)->layout, xdr, args);
Trond Myklebust475d4ba2012-03-05 11:27:16 -05002016 else
2017 encode_uint32(xdr, 0); /* no layout-type payload */
Andy Adamson863a3c62011-03-23 13:27:54 +00002018
Andy Adamson863a3c62011-03-23 13:27:54 +00002019 return 0;
2020}
Benny Halevycbe82602011-05-22 19:52:37 +03002021
2022static void
2023encode_layoutreturn(struct xdr_stream *xdr,
2024 const struct nfs4_layoutreturn_args *args,
2025 struct compound_hdr *hdr)
2026{
2027 __be32 *p;
2028
Trond Myklebust475d4ba2012-03-05 11:27:16 -05002029 encode_op_hdr(xdr, OP_LAYOUTRETURN, decode_layoutreturn_maxsz, hdr);
2030 p = reserve_space(xdr, 16);
Benny Halevycbe82602011-05-22 19:52:37 +03002031 *p++ = cpu_to_be32(0); /* reclaim. always 0 for now */
2032 *p++ = cpu_to_be32(args->layout_type);
2033 *p++ = cpu_to_be32(IOMODE_ANY);
2034 *p = cpu_to_be32(RETURN_FILE);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05002035 p = reserve_space(xdr, 16);
Benny Halevycbe82602011-05-22 19:52:37 +03002036 p = xdr_encode_hyper(p, 0);
2037 p = xdr_encode_hyper(p, NFS4_MAX_UINT64);
2038 spin_lock(&args->inode->i_lock);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05002039 encode_nfs4_stateid(xdr, &args->stateid);
Benny Halevycbe82602011-05-22 19:52:37 +03002040 spin_unlock(&args->inode->i_lock);
Andy Adamson04a55542011-05-22 19:53:10 +03002041 if (NFS_SERVER(args->inode)->pnfs_curr_ld->encode_layoutreturn) {
2042 NFS_SERVER(args->inode)->pnfs_curr_ld->encode_layoutreturn(
2043 NFS_I(args->inode)->layout, xdr, args);
Trond Myklebust475d4ba2012-03-05 11:27:16 -05002044 } else
2045 encode_uint32(xdr, 0);
Benny Halevycbe82602011-05-22 19:52:37 +03002046}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002047
2048static int
2049encode_secinfo_no_name(struct xdr_stream *xdr,
2050 const struct nfs41_secinfo_no_name_args *args,
2051 struct compound_hdr *hdr)
2052{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05002053 encode_op_hdr(xdr, OP_SECINFO_NO_NAME, decode_secinfo_no_name_maxsz, hdr);
2054 encode_uint32(xdr, args->style);
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002055 return 0;
2056}
Bryan Schumaker7d974792011-06-02 14:59:08 -04002057
2058static void encode_test_stateid(struct xdr_stream *xdr,
2059 struct nfs41_test_stateid_args *args,
2060 struct compound_hdr *hdr)
2061{
Trond Myklebust475d4ba2012-03-05 11:27:16 -05002062 encode_op_hdr(xdr, OP_TEST_STATEID, decode_test_stateid_maxsz, hdr);
2063 encode_uint32(xdr, 1);
Trond Myklebustea9d23f2012-03-04 18:13:56 -05002064 encode_nfs4_stateid(xdr, args->stateid);
Bryan Schumaker7d974792011-06-02 14:59:08 -04002065}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04002066
2067static void encode_free_stateid(struct xdr_stream *xdr,
2068 struct nfs41_free_stateid_args *args,
2069 struct compound_hdr *hdr)
2070{
Trond Myklebustab19b482012-03-04 18:13:57 -05002071 encode_op_hdr(xdr, OP_FREE_STATEID, decode_free_stateid_maxsz, hdr);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04002072 encode_nfs4_stateid(xdr, &args->stateid);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04002073}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002074#endif /* CONFIG_NFS_V4_1 */
2075
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076/*
2077 * END OF "GENERIC" ENCODE ROUTINES.
2078 */
2079
Benny Halevy66cc0422009-04-01 09:22:10 -04002080static u32 nfs4_xdr_minorversion(const struct nfs4_sequence_args *args)
2081{
2082#if defined(CONFIG_NFS_V4_1)
Chuck Lever3bd23842013-08-09 12:49:19 -04002083 struct nfs4_session *session = args->sa_slot->table->session;
2084 if (session)
2085 return session->clp->cl_mvops->minor_version;
Benny Halevy66cc0422009-04-01 09:22:10 -04002086#endif /* CONFIG_NFS_V4_1 */
2087 return 0;
2088}
2089
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090/*
2091 * Encode an ACCESS request
2092 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002093static void nfs4_xdr_enc_access(struct rpc_rqst *req, struct xdr_stream *xdr,
2094 const struct nfs4_accessargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002097 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099
Chuck Lever9f06c712010-12-14 14:59:18 +00002100 encode_compound_hdr(xdr, req, &hdr);
2101 encode_sequence(xdr, &args->seq_args, &hdr);
2102 encode_putfh(xdr, args->fh, &hdr);
2103 encode_access(xdr, args->access, &hdr);
2104 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002105 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106}
2107
2108/*
2109 * Encode LOOKUP request
2110 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002111static void nfs4_xdr_enc_lookup(struct rpc_rqst *req, struct xdr_stream *xdr,
2112 const struct nfs4_lookup_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002115 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117
Chuck Lever9f06c712010-12-14 14:59:18 +00002118 encode_compound_hdr(xdr, req, &hdr);
2119 encode_sequence(xdr, &args->seq_args, &hdr);
2120 encode_putfh(xdr, args->dir_fh, &hdr);
2121 encode_lookup(xdr, args->name, &hdr);
2122 encode_getfh(xdr, &hdr);
2123 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002124 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125}
2126
2127/*
2128 * Encode LOOKUP_ROOT request
2129 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002130static void nfs4_xdr_enc_lookup_root(struct rpc_rqst *req,
2131 struct xdr_stream *xdr,
2132 const struct nfs4_lookup_root_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002135 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137
Chuck Lever9f06c712010-12-14 14:59:18 +00002138 encode_compound_hdr(xdr, req, &hdr);
2139 encode_sequence(xdr, &args->seq_args, &hdr);
2140 encode_putrootfh(xdr, &hdr);
2141 encode_getfh(xdr, &hdr);
2142 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002143 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144}
2145
2146/*
2147 * Encode REMOVE request
2148 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002149static void nfs4_xdr_enc_remove(struct rpc_rqst *req, struct xdr_stream *xdr,
2150 const struct nfs_removeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002153 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155
Chuck Lever9f06c712010-12-14 14:59:18 +00002156 encode_compound_hdr(xdr, req, &hdr);
2157 encode_sequence(xdr, &args->seq_args, &hdr);
2158 encode_putfh(xdr, args->fh, &hdr);
2159 encode_remove(xdr, &args->name, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002160 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161}
2162
2163/*
2164 * Encode RENAME request
2165 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002166static void nfs4_xdr_enc_rename(struct rpc_rqst *req, struct xdr_stream *xdr,
2167 const struct nfs_renameargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002170 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172
Chuck Lever9f06c712010-12-14 14:59:18 +00002173 encode_compound_hdr(xdr, req, &hdr);
2174 encode_sequence(xdr, &args->seq_args, &hdr);
2175 encode_putfh(xdr, args->old_dir, &hdr);
2176 encode_savefh(xdr, &hdr);
2177 encode_putfh(xdr, args->new_dir, &hdr);
2178 encode_rename(xdr, args->old_name, args->new_name, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002179 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180}
2181
2182/*
2183 * Encode LINK request
2184 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002185static void nfs4_xdr_enc_link(struct rpc_rqst *req, struct xdr_stream *xdr,
2186 const struct nfs4_link_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002189 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 };
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_savefh(xdr, &hdr);
2196 encode_putfh(xdr, args->dir_fh, &hdr);
2197 encode_link(xdr, args->name, &hdr);
Chuck Lever9f06c712010-12-14 14:59:18 +00002198 encode_restorefh(xdr, &hdr);
2199 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002200 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201}
2202
2203/*
2204 * Encode CREATE request
2205 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002206static void nfs4_xdr_enc_create(struct rpc_rqst *req, struct xdr_stream *xdr,
2207 const struct nfs4_create_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002210 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212
Chuck Lever9f06c712010-12-14 14:59:18 +00002213 encode_compound_hdr(xdr, req, &hdr);
2214 encode_sequence(xdr, &args->seq_args, &hdr);
2215 encode_putfh(xdr, args->dir_fh, &hdr);
Chuck Lever9f06c712010-12-14 14:59:18 +00002216 encode_create(xdr, args, &hdr);
2217 encode_getfh(xdr, &hdr);
2218 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002219 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220}
2221
2222/*
2223 * Encode SYMLINK request
2224 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002225static void nfs4_xdr_enc_symlink(struct rpc_rqst *req, struct xdr_stream *xdr,
2226 const struct nfs4_create_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227{
Chuck Lever9f06c712010-12-14 14:59:18 +00002228 nfs4_xdr_enc_create(req, xdr, args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229}
2230
2231/*
2232 * Encode GETATTR request
2233 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002234static void nfs4_xdr_enc_getattr(struct rpc_rqst *req, struct xdr_stream *xdr,
2235 const struct nfs4_getattr_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002238 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240
Chuck Lever9f06c712010-12-14 14:59:18 +00002241 encode_compound_hdr(xdr, req, &hdr);
2242 encode_sequence(xdr, &args->seq_args, &hdr);
2243 encode_putfh(xdr, args->fh, &hdr);
2244 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002245 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246}
2247
2248/*
2249 * Encode a CLOSE request
2250 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002251static void nfs4_xdr_enc_close(struct rpc_rqst *req, struct xdr_stream *xdr,
2252 struct nfs_closeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253{
Andy Adamson05d564f2008-12-23 16:06:15 -05002254 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002255 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05002256 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257
Chuck Lever9f06c712010-12-14 14:59:18 +00002258 encode_compound_hdr(xdr, req, &hdr);
2259 encode_sequence(xdr, &args->seq_args, &hdr);
2260 encode_putfh(xdr, args->fh, &hdr);
2261 encode_close(xdr, args, &hdr);
2262 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002263 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264}
2265
2266/*
2267 * Encode an OPEN request
2268 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002269static void nfs4_xdr_enc_open(struct rpc_rqst *req, struct xdr_stream *xdr,
2270 struct nfs_openargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002273 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275
Chuck Lever9f06c712010-12-14 14:59:18 +00002276 encode_compound_hdr(xdr, req, &hdr);
2277 encode_sequence(xdr, &args->seq_args, &hdr);
2278 encode_putfh(xdr, args->fh, &hdr);
Chuck Lever9f06c712010-12-14 14:59:18 +00002279 encode_open(xdr, args, &hdr);
2280 encode_getfh(xdr, &hdr);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07002281 if (args->access)
2282 encode_access(xdr, args->access, &hdr);
Trond Myklebust1549210f2012-06-05 09:16:47 -04002283 encode_getfattr_open(xdr, args->bitmask, args->open_bitmap, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002284 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285}
2286
2287/*
2288 * Encode an OPEN_CONFIRM request
2289 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002290static void nfs4_xdr_enc_open_confirm(struct rpc_rqst *req,
2291 struct xdr_stream *xdr,
2292 struct nfs_open_confirmargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002295 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297
Chuck Lever9f06c712010-12-14 14:59:18 +00002298 encode_compound_hdr(xdr, req, &hdr);
2299 encode_putfh(xdr, args->fh, &hdr);
2300 encode_open_confirm(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002301 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302}
2303
2304/*
2305 * Encode an OPEN request with no attributes.
2306 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002307static void nfs4_xdr_enc_open_noattr(struct rpc_rqst *req,
2308 struct xdr_stream *xdr,
2309 struct nfs_openargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002312 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002313 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314
Chuck Lever9f06c712010-12-14 14:59:18 +00002315 encode_compound_hdr(xdr, req, &hdr);
2316 encode_sequence(xdr, &args->seq_args, &hdr);
2317 encode_putfh(xdr, args->fh, &hdr);
2318 encode_open(xdr, args, &hdr);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07002319 if (args->access)
2320 encode_access(xdr, args->access, &hdr);
Andy Adamsone23008e2012-10-02 21:07:32 -04002321 encode_getfattr_open(xdr, args->bitmask, args->open_bitmap, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002322 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323}
2324
2325/*
2326 * Encode an OPEN_DOWNGRADE request
2327 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002328static void nfs4_xdr_enc_open_downgrade(struct rpc_rqst *req,
2329 struct xdr_stream *xdr,
2330 struct nfs_closeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002333 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335
Chuck Lever9f06c712010-12-14 14:59:18 +00002336 encode_compound_hdr(xdr, req, &hdr);
2337 encode_sequence(xdr, &args->seq_args, &hdr);
2338 encode_putfh(xdr, args->fh, &hdr);
2339 encode_open_downgrade(xdr, args, &hdr);
2340 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002341 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342}
2343
2344/*
2345 * Encode a LOCK request
2346 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002347static void nfs4_xdr_enc_lock(struct rpc_rqst *req, struct xdr_stream *xdr,
2348 struct nfs_lock_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002351 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353
Chuck Lever9f06c712010-12-14 14:59:18 +00002354 encode_compound_hdr(xdr, req, &hdr);
2355 encode_sequence(xdr, &args->seq_args, &hdr);
2356 encode_putfh(xdr, args->fh, &hdr);
2357 encode_lock(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002358 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359}
2360
2361/*
2362 * Encode a LOCKT request
2363 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002364static void nfs4_xdr_enc_lockt(struct rpc_rqst *req, struct xdr_stream *xdr,
2365 struct nfs_lockt_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002368 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370
Chuck Lever9f06c712010-12-14 14:59:18 +00002371 encode_compound_hdr(xdr, req, &hdr);
2372 encode_sequence(xdr, &args->seq_args, &hdr);
2373 encode_putfh(xdr, args->fh, &hdr);
2374 encode_lockt(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002375 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376}
2377
2378/*
2379 * Encode a LOCKU request
2380 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002381static void nfs4_xdr_enc_locku(struct rpc_rqst *req, struct xdr_stream *xdr,
2382 struct nfs_locku_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002385 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387
Chuck Lever9f06c712010-12-14 14:59:18 +00002388 encode_compound_hdr(xdr, req, &hdr);
2389 encode_sequence(xdr, &args->seq_args, &hdr);
2390 encode_putfh(xdr, args->fh, &hdr);
2391 encode_locku(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002392 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393}
2394
Chuck Lever9f06c712010-12-14 14:59:18 +00002395static void nfs4_xdr_enc_release_lockowner(struct rpc_rqst *req,
2396 struct xdr_stream *xdr,
2397 struct nfs_release_lockowner_args *args)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04002398{
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04002399 struct compound_hdr hdr = {
2400 .minorversion = 0,
2401 };
2402
Chuck Lever9f06c712010-12-14 14:59:18 +00002403 encode_compound_hdr(xdr, req, &hdr);
2404 encode_release_lockowner(xdr, &args->lock_owner, &hdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04002405 encode_nops(&hdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04002406}
2407
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408/*
2409 * Encode a READLINK request
2410 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002411static void nfs4_xdr_enc_readlink(struct rpc_rqst *req, struct xdr_stream *xdr,
2412 const struct nfs4_readlink *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002415 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417
Chuck Lever9f06c712010-12-14 14:59:18 +00002418 encode_compound_hdr(xdr, req, &hdr);
2419 encode_sequence(xdr, &args->seq_args, &hdr);
2420 encode_putfh(xdr, args->fh, &hdr);
2421 encode_readlink(xdr, args, req, &hdr);
Trond Myklebuste3a535e2007-07-19 10:03:38 -04002422
Benny Halevy28f56692009-04-01 09:22:09 -04002423 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
Trond Myklebuste3a535e2007-07-19 10:03:38 -04002424 args->pgbase, args->pglen);
Andy Adamsond0179312008-12-23 16:06:17 -05002425 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426}
2427
2428/*
2429 * Encode a READDIR request
2430 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002431static void nfs4_xdr_enc_readdir(struct rpc_rqst *req, struct xdr_stream *xdr,
2432 const struct nfs4_readdir_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002435 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437
Chuck Lever9f06c712010-12-14 14:59:18 +00002438 encode_compound_hdr(xdr, req, &hdr);
2439 encode_sequence(xdr, &args->seq_args, &hdr);
2440 encode_putfh(xdr, args->fh, &hdr);
2441 encode_readdir(xdr, args, req, &hdr);
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002442
Benny Halevy28f56692009-04-01 09:22:09 -04002443 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002444 args->pgbase, args->count);
2445 dprintk("%s: inlined page args = (%u, %p, %u, %u)\n",
Benny Halevy28f56692009-04-01 09:22:09 -04002446 __func__, hdr.replen << 2, args->pages,
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002447 args->pgbase, args->count);
Andy Adamsond0179312008-12-23 16:06:17 -05002448 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449}
2450
2451/*
2452 * Encode a READ request
2453 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002454static void nfs4_xdr_enc_read(struct rpc_rqst *req, struct xdr_stream *xdr,
2455 struct nfs_readargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002458 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460
Chuck Lever9f06c712010-12-14 14:59:18 +00002461 encode_compound_hdr(xdr, req, &hdr);
2462 encode_sequence(xdr, &args->seq_args, &hdr);
2463 encode_putfh(xdr, args->fh, &hdr);
2464 encode_read(xdr, args, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465
Benny Halevy28f56692009-04-01 09:22:09 -04002466 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467 args->pages, args->pgbase, args->count);
\"Talpey, Thomas\4f22ccc2007-09-10 13:44:58 -04002468 req->rq_rcv_buf.flags |= XDRBUF_READ;
Andy Adamsond0179312008-12-23 16:06:17 -05002469 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470}
2471
2472/*
2473 * Encode an SETATTR request
2474 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002475static void nfs4_xdr_enc_setattr(struct rpc_rqst *req, struct xdr_stream *xdr,
2476 struct nfs_setattrargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477{
Andy Adamson05d564f2008-12-23 16:06:15 -05002478 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002479 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05002480 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481
Chuck Lever9f06c712010-12-14 14:59:18 +00002482 encode_compound_hdr(xdr, req, &hdr);
2483 encode_sequence(xdr, &args->seq_args, &hdr);
2484 encode_putfh(xdr, args->fh, &hdr);
2485 encode_setattr(xdr, args, args->server, &hdr);
2486 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002487 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488}
2489
2490/*
J. Bruce Fields029d1052005-06-22 17:16:22 +00002491 * Encode a GETACL request
2492 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002493static void nfs4_xdr_enc_getacl(struct rpc_rqst *req, struct xdr_stream *xdr,
2494 struct nfs_getaclargs *args)
J. Bruce Fields029d1052005-06-22 17:16:22 +00002495{
J. Bruce Fields029d1052005-06-22 17:16:22 +00002496 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002497 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
J. Bruce Fields029d1052005-06-22 17:16:22 +00002498 };
Benny Halevy28f56692009-04-01 09:22:09 -04002499 uint32_t replen;
J. Bruce Fields029d1052005-06-22 17:16:22 +00002500
Chuck Lever9f06c712010-12-14 14:59:18 +00002501 encode_compound_hdr(xdr, req, &hdr);
2502 encode_sequence(xdr, &args->seq_args, &hdr);
2503 encode_putfh(xdr, args->fh, &hdr);
Andy Adamsonbf118a32011-12-07 11:55:27 -05002504 replen = hdr.replen + op_decode_hdr_maxsz + 1;
Chuck Lever9f06c712010-12-14 14:59:18 +00002505 encode_getattr_two(xdr, FATTR4_WORD0_ACL, 0, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002506
Benny Halevy28f56692009-04-01 09:22:09 -04002507 xdr_inline_pages(&req->rq_rcv_buf, replen << 2,
J. Bruce Fields029d1052005-06-22 17:16:22 +00002508 args->acl_pages, args->acl_pgbase, args->acl_len);
Andy Adamsonbf118a32011-12-07 11:55:27 -05002509
Andy Adamsond0179312008-12-23 16:06:17 -05002510 encode_nops(&hdr);
J. Bruce Fields029d1052005-06-22 17:16:22 +00002511}
2512
2513/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 * Encode a WRITE request
2515 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002516static void nfs4_xdr_enc_write(struct rpc_rqst *req, struct xdr_stream *xdr,
2517 struct nfs_writeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002520 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522
Chuck Lever9f06c712010-12-14 14:59:18 +00002523 encode_compound_hdr(xdr, req, &hdr);
2524 encode_sequence(xdr, &args->seq_args, &hdr);
2525 encode_putfh(xdr, args->fh, &hdr);
2526 encode_write(xdr, args, &hdr);
\"Talpey, Thomas\4f22ccc2007-09-10 13:44:58 -04002527 req->rq_snd_buf.flags |= XDRBUF_WRITE;
Fred Isaman7ffd1062011-03-03 15:13:46 +00002528 if (args->bitmask)
2529 encode_getfattr(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002530 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531}
2532
2533/*
2534 * a COMMIT request
2535 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002536static void nfs4_xdr_enc_commit(struct rpc_rqst *req, struct xdr_stream *xdr,
Fred Isaman0b7c0152012-04-20 14:47:39 -04002537 struct nfs_commitargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002540 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542
Chuck Lever9f06c712010-12-14 14:59:18 +00002543 encode_compound_hdr(xdr, req, &hdr);
2544 encode_sequence(xdr, &args->seq_args, &hdr);
2545 encode_putfh(xdr, args->fh, &hdr);
2546 encode_commit(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002547 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548}
2549
2550/*
2551 * FSINFO request
2552 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002553static void nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr,
2554 struct nfs4_fsinfo_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002557 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559
Chuck Lever9f06c712010-12-14 14:59:18 +00002560 encode_compound_hdr(xdr, req, &hdr);
2561 encode_sequence(xdr, &args->seq_args, &hdr);
2562 encode_putfh(xdr, args->fh, &hdr);
2563 encode_fsinfo(xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002564 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565}
2566
2567/*
2568 * a PATHCONF request
2569 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002570static void nfs4_xdr_enc_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr,
2571 const struct nfs4_pathconf_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002574 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576
Chuck Lever9f06c712010-12-14 14:59:18 +00002577 encode_compound_hdr(xdr, req, &hdr);
2578 encode_sequence(xdr, &args->seq_args, &hdr);
2579 encode_putfh(xdr, args->fh, &hdr);
2580 encode_getattr_one(xdr, args->bitmask[0] & nfs4_pathconf_bitmap[0],
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002581 &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002582 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583}
2584
2585/*
2586 * a STATFS request
2587 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002588static void nfs4_xdr_enc_statfs(struct rpc_rqst *req, struct xdr_stream *xdr,
2589 const struct nfs4_statfs_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002592 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594
Chuck Lever9f06c712010-12-14 14:59:18 +00002595 encode_compound_hdr(xdr, req, &hdr);
2596 encode_sequence(xdr, &args->seq_args, &hdr);
2597 encode_putfh(xdr, args->fh, &hdr);
2598 encode_getattr_two(xdr, args->bitmask[0] & nfs4_statfs_bitmap[0],
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002599 args->bitmask[1] & nfs4_statfs_bitmap[1], &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002600 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601}
2602
2603/*
2604 * GETATTR_BITMAP request
2605 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002606static void nfs4_xdr_enc_server_caps(struct rpc_rqst *req,
2607 struct xdr_stream *xdr,
2608 struct nfs4_server_caps_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002611 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613
Chuck Lever9f06c712010-12-14 14:59:18 +00002614 encode_compound_hdr(xdr, req, &hdr);
2615 encode_sequence(xdr, &args->seq_args, &hdr);
2616 encode_putfh(xdr, args->fhandle, &hdr);
2617 encode_getattr_one(xdr, FATTR4_WORD0_SUPPORTED_ATTRS|
Chuck Lever264e6352012-03-01 17:02:05 -05002618 FATTR4_WORD0_FH_EXPIRE_TYPE|
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002619 FATTR4_WORD0_LINK_SUPPORT|
2620 FATTR4_WORD0_SYMLINK_SUPPORT|
2621 FATTR4_WORD0_ACLSUPPORT, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002622 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623}
2624
2625/*
2626 * a RENEW request
2627 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002628static void nfs4_xdr_enc_renew(struct rpc_rqst *req, struct xdr_stream *xdr,
2629 struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002632 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633 };
2634
Chuck Lever9f06c712010-12-14 14:59:18 +00002635 encode_compound_hdr(xdr, req, &hdr);
Chuck Leverbb4dae52012-03-01 17:01:48 -05002636 encode_renew(xdr, clp->cl_clientid, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002637 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638}
2639
2640/*
2641 * a SETCLIENTID request
2642 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002643static void nfs4_xdr_enc_setclientid(struct rpc_rqst *req,
2644 struct xdr_stream *xdr,
2645 struct nfs4_setclientid *sc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002648 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649 };
2650
Chuck Lever9f06c712010-12-14 14:59:18 +00002651 encode_compound_hdr(xdr, req, &hdr);
2652 encode_setclientid(xdr, sc, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002653 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654}
2655
2656/*
2657 * a SETCLIENTID_CONFIRM request
2658 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002659static void nfs4_xdr_enc_setclientid_confirm(struct rpc_rqst *req,
2660 struct xdr_stream *xdr,
2661 struct nfs4_setclientid_res *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002664 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666
Chuck Lever9f06c712010-12-14 14:59:18 +00002667 encode_compound_hdr(xdr, req, &hdr);
2668 encode_setclientid_confirm(xdr, arg, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002669 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670}
2671
2672/*
2673 * DELEGRETURN request
2674 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002675static void nfs4_xdr_enc_delegreturn(struct rpc_rqst *req,
2676 struct xdr_stream *xdr,
2677 const struct nfs4_delegreturnargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002680 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682
Chuck Lever9f06c712010-12-14 14:59:18 +00002683 encode_compound_hdr(xdr, req, &hdr);
2684 encode_sequence(xdr, &args->seq_args, &hdr);
2685 encode_putfh(xdr, args->fhandle, &hdr);
Chuck Lever9f06c712010-12-14 14:59:18 +00002686 encode_getfattr(xdr, args->bitmask, &hdr);
Trond Myklebuste144cbc2012-04-28 16:05:03 -04002687 encode_delegreturn(xdr, args->stateid, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002688 encode_nops(&hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689}
2690
2691/*
Trond Myklebust683b57b2006-06-09 09:34:22 -04002692 * Encode FS_LOCATIONS request
2693 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002694static void nfs4_xdr_enc_fs_locations(struct rpc_rqst *req,
2695 struct xdr_stream *xdr,
2696 struct nfs4_fs_locations_arg *args)
Trond Myklebust683b57b2006-06-09 09:34:22 -04002697{
Trond Myklebust683b57b2006-06-09 09:34:22 -04002698 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002699 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Trond Myklebust683b57b2006-06-09 09:34:22 -04002700 };
Benny Halevy28f56692009-04-01 09:22:09 -04002701 uint32_t replen;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002702
Chuck Lever9f06c712010-12-14 14:59:18 +00002703 encode_compound_hdr(xdr, req, &hdr);
2704 encode_sequence(xdr, &args->seq_args, &hdr);
Chuck Leverb03d7352013-10-17 14:12:50 -04002705 if (args->migration) {
2706 encode_putfh(xdr, args->fh, &hdr);
2707 replen = hdr.replen;
2708 encode_fs_locations(xdr, args->bitmask, &hdr);
2709 if (args->renew)
2710 encode_renew(xdr, args->clientid, &hdr);
2711 } else {
2712 encode_putfh(xdr, args->dir_fh, &hdr);
2713 encode_lookup(xdr, args->name, &hdr);
2714 replen = hdr.replen;
2715 encode_fs_locations(xdr, args->bitmask, &hdr);
2716 }
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002717
Chuck Leverb03d7352013-10-17 14:12:50 -04002718 /* Set up reply kvec to capture returned fs_locations array. */
Benny Halevy28f56692009-04-01 09:22:09 -04002719 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, &args->page,
Trond Myklebust683b57b2006-06-09 09:34:22 -04002720 0, PAGE_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05002721 encode_nops(&hdr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04002722}
2723
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00002724/*
2725 * Encode SECINFO request
2726 */
2727static void nfs4_xdr_enc_secinfo(struct rpc_rqst *req,
2728 struct xdr_stream *xdr,
2729 struct nfs4_secinfo_arg *args)
2730{
2731 struct compound_hdr hdr = {
2732 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2733 };
2734
2735 encode_compound_hdr(xdr, req, &hdr);
2736 encode_sequence(xdr, &args->seq_args, &hdr);
2737 encode_putfh(xdr, args->dir_fh, &hdr);
2738 encode_secinfo(xdr, args->name, &hdr);
2739 encode_nops(&hdr);
2740}
2741
Chuck Lever44c99932013-10-17 14:13:30 -04002742/*
2743 * Encode FSID_PRESENT request
2744 */
2745static void nfs4_xdr_enc_fsid_present(struct rpc_rqst *req,
2746 struct xdr_stream *xdr,
2747 struct nfs4_fsid_present_arg *args)
2748{
2749 struct compound_hdr hdr = {
2750 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2751 };
2752
2753 encode_compound_hdr(xdr, req, &hdr);
2754 encode_sequence(xdr, &args->seq_args, &hdr);
2755 encode_putfh(xdr, args->fh, &hdr);
2756 encode_getfh(xdr, &hdr);
2757 if (args->renew)
2758 encode_renew(xdr, args->clientid, &hdr);
2759 encode_nops(&hdr);
2760}
2761
Benny Halevy99fe60d2009-04-01 09:22:29 -04002762#if defined(CONFIG_NFS_V4_1)
2763/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04002764 * BIND_CONN_TO_SESSION request
2765 */
2766static void nfs4_xdr_enc_bind_conn_to_session(struct rpc_rqst *req,
2767 struct xdr_stream *xdr,
2768 struct nfs_client *clp)
2769{
2770 struct compound_hdr hdr = {
2771 .minorversion = clp->cl_mvops->minor_version,
2772 };
2773
2774 encode_compound_hdr(xdr, req, &hdr);
2775 encode_bind_conn_to_session(xdr, clp->cl_session, &hdr);
2776 encode_nops(&hdr);
2777}
2778
2779/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04002780 * EXCHANGE_ID request
2781 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002782static void nfs4_xdr_enc_exchange_id(struct rpc_rqst *req,
2783 struct xdr_stream *xdr,
2784 struct nfs41_exchange_id_args *args)
Benny Halevy99fe60d2009-04-01 09:22:29 -04002785{
Benny Halevy99fe60d2009-04-01 09:22:29 -04002786 struct compound_hdr hdr = {
Trond Myklebusta4432342010-06-16 09:52:27 -04002787 .minorversion = args->client->cl_mvops->minor_version,
Benny Halevy99fe60d2009-04-01 09:22:29 -04002788 };
2789
Chuck Lever9f06c712010-12-14 14:59:18 +00002790 encode_compound_hdr(xdr, req, &hdr);
2791 encode_exchange_id(xdr, args, &hdr);
Benny Halevy99fe60d2009-04-01 09:22:29 -04002792 encode_nops(&hdr);
Benny Halevy99fe60d2009-04-01 09:22:29 -04002793}
Andy Adamson2050f0c2009-04-01 09:22:30 -04002794
2795/*
Andy Adamsonfc931582009-04-01 09:22:31 -04002796 * a CREATE_SESSION request
2797 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002798static void nfs4_xdr_enc_create_session(struct rpc_rqst *req,
2799 struct xdr_stream *xdr,
2800 struct nfs41_create_session_args *args)
Andy Adamsonfc931582009-04-01 09:22:31 -04002801{
Andy Adamsonfc931582009-04-01 09:22:31 -04002802 struct compound_hdr hdr = {
Trond Myklebusta4432342010-06-16 09:52:27 -04002803 .minorversion = args->client->cl_mvops->minor_version,
Andy Adamsonfc931582009-04-01 09:22:31 -04002804 };
2805
Chuck Lever9f06c712010-12-14 14:59:18 +00002806 encode_compound_hdr(xdr, req, &hdr);
2807 encode_create_session(xdr, args, &hdr);
Andy Adamsonfc931582009-04-01 09:22:31 -04002808 encode_nops(&hdr);
Andy Adamsonfc931582009-04-01 09:22:31 -04002809}
2810
2811/*
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002812 * a DESTROY_SESSION request
2813 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002814static void nfs4_xdr_enc_destroy_session(struct rpc_rqst *req,
2815 struct xdr_stream *xdr,
2816 struct nfs4_session *session)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002817{
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002818 struct compound_hdr hdr = {
Trond Myklebusta4432342010-06-16 09:52:27 -04002819 .minorversion = session->clp->cl_mvops->minor_version,
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002820 };
2821
Chuck Lever9f06c712010-12-14 14:59:18 +00002822 encode_compound_hdr(xdr, req, &hdr);
2823 encode_destroy_session(xdr, session, &hdr);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002824 encode_nops(&hdr);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002825}
2826
2827/*
Trond Myklebust66245532012-05-25 17:18:09 -04002828 * a DESTROY_CLIENTID request
2829 */
2830static void nfs4_xdr_enc_destroy_clientid(struct rpc_rqst *req,
2831 struct xdr_stream *xdr,
2832 struct nfs_client *clp)
2833{
2834 struct compound_hdr hdr = {
2835 .minorversion = clp->cl_mvops->minor_version,
2836 };
2837
2838 encode_compound_hdr(xdr, req, &hdr);
2839 encode_destroy_clientid(xdr, clp->cl_clientid, &hdr);
2840 encode_nops(&hdr);
2841}
2842
2843/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002844 * a SEQUENCE request
2845 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002846static void nfs4_xdr_enc_sequence(struct rpc_rqst *req, struct xdr_stream *xdr,
2847 struct nfs4_sequence_args *args)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002848{
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002849 struct compound_hdr hdr = {
2850 .minorversion = nfs4_xdr_minorversion(args),
2851 };
2852
Chuck Lever9f06c712010-12-14 14:59:18 +00002853 encode_compound_hdr(xdr, req, &hdr);
2854 encode_sequence(xdr, args, &hdr);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002855 encode_nops(&hdr);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002856}
2857
2858/*
Andy Adamson2050f0c2009-04-01 09:22:30 -04002859 * a GET_LEASE_TIME request
2860 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002861static void nfs4_xdr_enc_get_lease_time(struct rpc_rqst *req,
2862 struct xdr_stream *xdr,
2863 struct nfs4_get_lease_time_args *args)
Andy Adamson2050f0c2009-04-01 09:22:30 -04002864{
Andy Adamson2050f0c2009-04-01 09:22:30 -04002865 struct compound_hdr hdr = {
2866 .minorversion = nfs4_xdr_minorversion(&args->la_seq_args),
2867 };
Fred Isamandae100c2011-07-30 20:52:37 -04002868 const u32 lease_bitmap[3] = { FATTR4_WORD0_LEASE_TIME };
Andy Adamson2050f0c2009-04-01 09:22:30 -04002869
Chuck Lever9f06c712010-12-14 14:59:18 +00002870 encode_compound_hdr(xdr, req, &hdr);
2871 encode_sequence(xdr, &args->la_seq_args, &hdr);
2872 encode_putrootfh(xdr, &hdr);
2873 encode_fsinfo(xdr, lease_bitmap, &hdr);
Andy Adamson2050f0c2009-04-01 09:22:30 -04002874 encode_nops(&hdr);
Andy Adamson2050f0c2009-04-01 09:22:30 -04002875}
Ricardo Labiaga180197532009-12-05 16:08:40 -05002876
2877/*
2878 * a RECLAIM_COMPLETE request
2879 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002880static void nfs4_xdr_enc_reclaim_complete(struct rpc_rqst *req,
2881 struct xdr_stream *xdr,
2882 struct nfs41_reclaim_complete_args *args)
Ricardo Labiaga180197532009-12-05 16:08:40 -05002883{
Ricardo Labiaga180197532009-12-05 16:08:40 -05002884 struct compound_hdr hdr = {
2885 .minorversion = nfs4_xdr_minorversion(&args->seq_args)
2886 };
2887
Chuck Lever9f06c712010-12-14 14:59:18 +00002888 encode_compound_hdr(xdr, req, &hdr);
2889 encode_sequence(xdr, &args->seq_args, &hdr);
2890 encode_reclaim_complete(xdr, args, &hdr);
Ricardo Labiaga180197532009-12-05 16:08:40 -05002891 encode_nops(&hdr);
Ricardo Labiaga180197532009-12-05 16:08:40 -05002892}
2893
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002894/*
Andy Adamson7f11d8d2011-07-30 20:52:35 -04002895 * Encode GETDEVICELIST request
2896 */
2897static void nfs4_xdr_enc_getdevicelist(struct rpc_rqst *req,
2898 struct xdr_stream *xdr,
2899 struct nfs4_getdevicelist_args *args)
2900{
2901 struct compound_hdr hdr = {
2902 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2903 };
2904
2905 encode_compound_hdr(xdr, req, &hdr);
2906 encode_sequence(xdr, &args->seq_args, &hdr);
2907 encode_putfh(xdr, args->fh, &hdr);
2908 encode_getdevicelist(xdr, args, &hdr);
2909 encode_nops(&hdr);
2910}
2911
2912/*
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002913 * Encode GETDEVICEINFO request
2914 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002915static void nfs4_xdr_enc_getdeviceinfo(struct rpc_rqst *req,
2916 struct xdr_stream *xdr,
2917 struct nfs4_getdeviceinfo_args *args)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002918{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002919 struct compound_hdr hdr = {
2920 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2921 };
2922
Chuck Lever9f06c712010-12-14 14:59:18 +00002923 encode_compound_hdr(xdr, req, &hdr);
2924 encode_sequence(xdr, &args->seq_args, &hdr);
2925 encode_getdeviceinfo(xdr, args, &hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002926
2927 /* set up reply kvec. Subtract notification bitmap max size (2)
2928 * so that notification bitmap is put in xdr_buf tail */
2929 xdr_inline_pages(&req->rq_rcv_buf, (hdr.replen - 2) << 2,
2930 args->pdev->pages, args->pdev->pgbase,
2931 args->pdev->pglen);
2932
2933 encode_nops(&hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002934}
2935
2936/*
2937 * Encode LAYOUTGET request
2938 */
Chuck Lever9f06c712010-12-14 14:59:18 +00002939static void nfs4_xdr_enc_layoutget(struct rpc_rqst *req,
2940 struct xdr_stream *xdr,
2941 struct nfs4_layoutget_args *args)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002942{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002943 struct compound_hdr hdr = {
2944 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2945 };
2946
Chuck Lever9f06c712010-12-14 14:59:18 +00002947 encode_compound_hdr(xdr, req, &hdr);
2948 encode_sequence(xdr, &args->seq_args, &hdr);
2949 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
2950 encode_layoutget(xdr, args, &hdr);
Weston Andros Adamson35124a02011-03-24 16:48:21 -04002951
2952 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2,
2953 args->layout.pages, 0, args->layout.pglen);
2954
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002955 encode_nops(&hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04002956}
Andy Adamson863a3c62011-03-23 13:27:54 +00002957
2958/*
2959 * Encode LAYOUTCOMMIT request
2960 */
Benny Halevycbe82602011-05-22 19:52:37 +03002961static void nfs4_xdr_enc_layoutcommit(struct rpc_rqst *req,
2962 struct xdr_stream *xdr,
2963 struct nfs4_layoutcommit_args *args)
Andy Adamson863a3c62011-03-23 13:27:54 +00002964{
Benny Halevyac7db722011-05-22 19:53:48 +03002965 struct nfs4_layoutcommit_data *data =
2966 container_of(args, struct nfs4_layoutcommit_data, args);
Andy Adamson863a3c62011-03-23 13:27:54 +00002967 struct compound_hdr hdr = {
2968 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2969 };
2970
2971 encode_compound_hdr(xdr, req, &hdr);
2972 encode_sequence(xdr, &args->seq_args, &hdr);
2973 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
Benny Halevyac7db722011-05-22 19:53:48 +03002974 encode_layoutcommit(xdr, data->args.inode, args, &hdr);
Andy Adamson863a3c62011-03-23 13:27:54 +00002975 encode_getfattr(xdr, args->bitmask, &hdr);
2976 encode_nops(&hdr);
Benny Halevycbe82602011-05-22 19:52:37 +03002977}
2978
2979/*
2980 * Encode LAYOUTRETURN request
2981 */
2982static void nfs4_xdr_enc_layoutreturn(struct rpc_rqst *req,
2983 struct xdr_stream *xdr,
2984 struct nfs4_layoutreturn_args *args)
2985{
2986 struct compound_hdr hdr = {
2987 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
2988 };
2989
2990 encode_compound_hdr(xdr, req, &hdr);
2991 encode_sequence(xdr, &args->seq_args, &hdr);
2992 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
2993 encode_layoutreturn(xdr, args, &hdr);
2994 encode_nops(&hdr);
Andy Adamson863a3c62011-03-23 13:27:54 +00002995}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002996
2997/*
2998 * Encode SECINFO_NO_NAME request
2999 */
3000static int nfs4_xdr_enc_secinfo_no_name(struct rpc_rqst *req,
3001 struct xdr_stream *xdr,
3002 struct nfs41_secinfo_no_name_args *args)
3003{
3004 struct compound_hdr hdr = {
3005 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
3006 };
3007
3008 encode_compound_hdr(xdr, req, &hdr);
3009 encode_sequence(xdr, &args->seq_args, &hdr);
3010 encode_putrootfh(xdr, &hdr);
3011 encode_secinfo_no_name(xdr, args, &hdr);
3012 encode_nops(&hdr);
3013 return 0;
3014}
Bryan Schumaker7d974792011-06-02 14:59:08 -04003015
3016/*
3017 * Encode TEST_STATEID request
3018 */
3019static void nfs4_xdr_enc_test_stateid(struct rpc_rqst *req,
3020 struct xdr_stream *xdr,
3021 struct nfs41_test_stateid_args *args)
3022{
3023 struct compound_hdr hdr = {
3024 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
3025 };
3026
3027 encode_compound_hdr(xdr, req, &hdr);
3028 encode_sequence(xdr, &args->seq_args, &hdr);
3029 encode_test_stateid(xdr, args, &hdr);
3030 encode_nops(&hdr);
3031}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04003032
3033/*
3034 * Encode FREE_STATEID request
3035 */
3036static void nfs4_xdr_enc_free_stateid(struct rpc_rqst *req,
3037 struct xdr_stream *xdr,
3038 struct nfs41_free_stateid_args *args)
3039{
3040 struct compound_hdr hdr = {
3041 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
3042 };
3043
3044 encode_compound_hdr(xdr, req, &hdr);
3045 encode_sequence(xdr, &args->seq_args, &hdr);
3046 encode_free_stateid(xdr, args, &hdr);
3047 encode_nops(&hdr);
3048}
Benny Halevy99fe60d2009-04-01 09:22:29 -04003049#endif /* CONFIG_NFS_V4_1 */
3050
Benny Halevy686841b2009-08-14 17:19:48 +03003051static void print_overflow_msg(const char *func, const struct xdr_stream *xdr)
3052{
3053 dprintk("nfs: %s: prematurely hit end of receive buffer. "
3054 "Remaining buffer length is %tu words.\n",
3055 func, xdr->end - xdr->p);
3056}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057
Trond Myklebust683b57b2006-06-09 09:34:22 -04003058static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059{
Al Viro8687b632006-10-19 23:28:48 -07003060 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061
Benny Halevyc0eae662009-08-14 17:20:14 +03003062 p = xdr_inline_decode(xdr, 4);
3063 if (unlikely(!p))
3064 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003065 *len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03003066 p = xdr_inline_decode(xdr, *len);
3067 if (unlikely(!p))
3068 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069 *string = (char *)p;
3070 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003071out_overflow:
3072 print_overflow_msg(__func__, xdr);
3073 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074}
3075
3076static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr)
3077{
Al Viro8687b632006-10-19 23:28:48 -07003078 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079
Benny Halevyc0eae662009-08-14 17:20:14 +03003080 p = xdr_inline_decode(xdr, 8);
3081 if (unlikely(!p))
3082 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03003083 hdr->status = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03003084 hdr->taglen = be32_to_cpup(p);
Andy Adamson6c0195a2008-12-23 16:06:15 -05003085
Benny Halevyc0eae662009-08-14 17:20:14 +03003086 p = xdr_inline_decode(xdr, hdr->taglen + 4);
3087 if (unlikely(!p))
3088 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089 hdr->tag = (char *)p;
3090 p += XDR_QUADLEN(hdr->taglen);
Benny Halevycccddf42009-08-14 17:20:19 +03003091 hdr->nops = be32_to_cpup(p);
Benny Halevyaadf6152008-12-23 16:06:13 -05003092 if (unlikely(hdr->nops < 1))
3093 return nfs4_stat_to_errno(hdr->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003095out_overflow:
3096 print_overflow_msg(__func__, xdr);
3097 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098}
3099
3100static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)
3101{
Al Viro8687b632006-10-19 23:28:48 -07003102 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103 uint32_t opnum;
3104 int32_t nfserr;
3105
Benny Halevyc0eae662009-08-14 17:20:14 +03003106 p = xdr_inline_decode(xdr, 8);
3107 if (unlikely(!p))
3108 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03003109 opnum = be32_to_cpup(p++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110 if (opnum != expected) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003111 dprintk("nfs: Server returned operation"
3112 " %d but we issued a request for %d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113 opnum, expected);
3114 return -EIO;
3115 }
Benny Halevycccddf42009-08-14 17:20:19 +03003116 nfserr = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117 if (nfserr != NFS_OK)
Benny Halevy856dff32008-03-31 17:39:06 +03003118 return nfs4_stat_to_errno(nfserr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003120out_overflow:
3121 print_overflow_msg(__func__, xdr);
3122 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123}
3124
3125/* Dummy routine */
David Howellsadfa6f92006-08-22 20:06:08 -04003126static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127{
Al Viro8687b632006-10-19 23:28:48 -07003128 __be32 *p;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003129 unsigned int strlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130 char *str;
3131
Benny Halevyc0eae662009-08-14 17:20:14 +03003132 p = xdr_inline_decode(xdr, 12);
3133 if (likely(p))
3134 return decode_opaque_inline(xdr, &strlen, &str);
3135 print_overflow_msg(__func__, xdr);
3136 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137}
3138
3139static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap)
3140{
Al Viro8687b632006-10-19 23:28:48 -07003141 uint32_t bmlen;
3142 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143
Benny Halevyc0eae662009-08-14 17:20:14 +03003144 p = xdr_inline_decode(xdr, 4);
3145 if (unlikely(!p))
3146 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003147 bmlen = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148
Fred Isamandae100c2011-07-30 20:52:37 -04003149 bitmap[0] = bitmap[1] = bitmap[2] = 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003150 p = xdr_inline_decode(xdr, (bmlen << 2));
3151 if (unlikely(!p))
3152 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153 if (bmlen > 0) {
Benny Halevy6f723f72009-08-14 17:19:37 +03003154 bitmap[0] = be32_to_cpup(p++);
Fred Isamandae100c2011-07-30 20:52:37 -04003155 if (bmlen > 1) {
3156 bitmap[1] = be32_to_cpup(p++);
3157 if (bmlen > 2)
3158 bitmap[2] = be32_to_cpup(p);
3159 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160 }
3161 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003162out_overflow:
3163 print_overflow_msg(__func__, xdr);
3164 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165}
3166
Trond Myklebust256e48b2012-06-21 11:18:13 -04003167static int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, unsigned int *savep)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168{
Al Viro8687b632006-10-19 23:28:48 -07003169 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170
Benny Halevyc0eae662009-08-14 17:20:14 +03003171 p = xdr_inline_decode(xdr, 4);
3172 if (unlikely(!p))
3173 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003174 *attrlen = be32_to_cpup(p);
Trond Myklebust256e48b2012-06-21 11:18:13 -04003175 *savep = xdr_stream_pos(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003177out_overflow:
3178 print_overflow_msg(__func__, xdr);
3179 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180}
3181
3182static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask)
3183{
3184 if (likely(bitmap[0] & FATTR4_WORD0_SUPPORTED_ATTRS)) {
Roman Borisov3388bff2010-10-13 16:54:51 +04003185 int ret;
3186 ret = decode_attr_bitmap(xdr, bitmask);
3187 if (unlikely(ret < 0))
3188 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189 bitmap[0] &= ~FATTR4_WORD0_SUPPORTED_ATTRS;
3190 } else
Fred Isamandae100c2011-07-30 20:52:37 -04003191 bitmask[0] = bitmask[1] = bitmask[2] = 0;
3192 dprintk("%s: bitmask=%08x:%08x:%08x\n", __func__,
3193 bitmask[0], bitmask[1], bitmask[2]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194 return 0;
3195}
3196
3197static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type)
3198{
Al Viro8687b632006-10-19 23:28:48 -07003199 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003200 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201
3202 *type = 0;
3203 if (unlikely(bitmap[0] & (FATTR4_WORD0_TYPE - 1U)))
3204 return -EIO;
3205 if (likely(bitmap[0] & FATTR4_WORD0_TYPE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003206 p = xdr_inline_decode(xdr, 4);
3207 if (unlikely(!p))
3208 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003209 *type = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210 if (*type < NF4REG || *type > NF4NAMEDATTR) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07003211 dprintk("%s: bad type %d\n", __func__, *type);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212 return -EIO;
3213 }
3214 bitmap[0] &= ~FATTR4_WORD0_TYPE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003215 ret = NFS_ATTR_FATTR_TYPE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216 }
Trond Myklebustbca79472009-03-11 14:10:26 -04003217 dprintk("%s: type=0%o\n", __func__, nfs_type2fmt[*type]);
Trond Myklebust409924e2009-03-11 14:10:27 -04003218 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003219out_overflow:
3220 print_overflow_msg(__func__, xdr);
3221 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222}
3223
Chuck Lever264e6352012-03-01 17:02:05 -05003224static int decode_attr_fh_expire_type(struct xdr_stream *xdr,
3225 uint32_t *bitmap, uint32_t *type)
3226{
3227 __be32 *p;
3228
3229 *type = 0;
3230 if (unlikely(bitmap[0] & (FATTR4_WORD0_FH_EXPIRE_TYPE - 1U)))
3231 return -EIO;
3232 if (likely(bitmap[0] & FATTR4_WORD0_FH_EXPIRE_TYPE)) {
3233 p = xdr_inline_decode(xdr, 4);
3234 if (unlikely(!p))
3235 goto out_overflow;
3236 *type = be32_to_cpup(p);
3237 bitmap[0] &= ~FATTR4_WORD0_FH_EXPIRE_TYPE;
3238 }
3239 dprintk("%s: expire type=0x%x\n", __func__, *type);
3240 return 0;
3241out_overflow:
3242 print_overflow_msg(__func__, xdr);
3243 return -EIO;
3244}
3245
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change)
3247{
Al Viro8687b632006-10-19 23:28:48 -07003248 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003249 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250
3251 *change = 0;
3252 if (unlikely(bitmap[0] & (FATTR4_WORD0_CHANGE - 1U)))
3253 return -EIO;
3254 if (likely(bitmap[0] & FATTR4_WORD0_CHANGE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003255 p = xdr_inline_decode(xdr, 8);
3256 if (unlikely(!p))
3257 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003258 xdr_decode_hyper(p, change);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259 bitmap[0] &= ~FATTR4_WORD0_CHANGE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003260 ret = NFS_ATTR_FATTR_CHANGE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003262 dprintk("%s: change attribute=%Lu\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263 (unsigned long long)*change);
Trond Myklebust409924e2009-03-11 14:10:27 -04003264 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003265out_overflow:
3266 print_overflow_msg(__func__, xdr);
3267 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268}
3269
3270static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size)
3271{
Al Viro8687b632006-10-19 23:28:48 -07003272 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003273 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274
3275 *size = 0;
3276 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U)))
3277 return -EIO;
3278 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003279 p = xdr_inline_decode(xdr, 8);
3280 if (unlikely(!p))
3281 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003282 xdr_decode_hyper(p, size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283 bitmap[0] &= ~FATTR4_WORD0_SIZE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003284 ret = NFS_ATTR_FATTR_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003286 dprintk("%s: file size=%Lu\n", __func__, (unsigned long long)*size);
Trond Myklebust409924e2009-03-11 14:10:27 -04003287 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003288out_overflow:
3289 print_overflow_msg(__func__, xdr);
3290 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291}
3292
3293static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3294{
Al Viro8687b632006-10-19 23:28:48 -07003295 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296
3297 *res = 0;
3298 if (unlikely(bitmap[0] & (FATTR4_WORD0_LINK_SUPPORT - 1U)))
3299 return -EIO;
3300 if (likely(bitmap[0] & FATTR4_WORD0_LINK_SUPPORT)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003301 p = xdr_inline_decode(xdr, 4);
3302 if (unlikely(!p))
3303 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003304 *res = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305 bitmap[0] &= ~FATTR4_WORD0_LINK_SUPPORT;
3306 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003307 dprintk("%s: link support=%s\n", __func__, *res == 0 ? "false" : "true");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003309out_overflow:
3310 print_overflow_msg(__func__, xdr);
3311 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312}
3313
3314static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3315{
Al Viro8687b632006-10-19 23:28:48 -07003316 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317
3318 *res = 0;
3319 if (unlikely(bitmap[0] & (FATTR4_WORD0_SYMLINK_SUPPORT - 1U)))
3320 return -EIO;
3321 if (likely(bitmap[0] & FATTR4_WORD0_SYMLINK_SUPPORT)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003322 p = xdr_inline_decode(xdr, 4);
3323 if (unlikely(!p))
3324 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003325 *res = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326 bitmap[0] &= ~FATTR4_WORD0_SYMLINK_SUPPORT;
3327 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003328 dprintk("%s: symlink support=%s\n", __func__, *res == 0 ? "false" : "true");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003330out_overflow:
3331 print_overflow_msg(__func__, xdr);
3332 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333}
3334
Trond Myklebust8b4bdcf2006-06-09 09:34:19 -04003335static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336{
Al Viro8687b632006-10-19 23:28:48 -07003337 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003338 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339
3340 fsid->major = 0;
3341 fsid->minor = 0;
3342 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U)))
3343 return -EIO;
3344 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003345 p = xdr_inline_decode(xdr, 16);
3346 if (unlikely(!p))
3347 goto out_overflow;
Benny Halevy3ceb4db2009-08-14 17:19:41 +03003348 p = xdr_decode_hyper(p, &fsid->major);
Benny Halevycccddf42009-08-14 17:20:19 +03003349 xdr_decode_hyper(p, &fsid->minor);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350 bitmap[0] &= ~FATTR4_WORD0_FSID;
Trond Myklebust409924e2009-03-11 14:10:27 -04003351 ret = NFS_ATTR_FATTR_FSID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003353 dprintk("%s: fsid=(0x%Lx/0x%Lx)\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354 (unsigned long long)fsid->major,
3355 (unsigned long long)fsid->minor);
Trond Myklebust409924e2009-03-11 14:10:27 -04003356 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003357out_overflow:
3358 print_overflow_msg(__func__, xdr);
3359 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360}
3361
3362static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3363{
Al Viro8687b632006-10-19 23:28:48 -07003364 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003365
3366 *res = 60;
3367 if (unlikely(bitmap[0] & (FATTR4_WORD0_LEASE_TIME - 1U)))
3368 return -EIO;
3369 if (likely(bitmap[0] & FATTR4_WORD0_LEASE_TIME)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003370 p = xdr_inline_decode(xdr, 4);
3371 if (unlikely(!p))
3372 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003373 *res = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374 bitmap[0] &= ~FATTR4_WORD0_LEASE_TIME;
3375 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003376 dprintk("%s: file size=%u\n", __func__, (unsigned int)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003378out_overflow:
3379 print_overflow_msg(__func__, xdr);
3380 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381}
3382
Trond Myklebustee7b75f2011-06-16 13:15:41 -04003383static int decode_attr_error(struct xdr_stream *xdr, uint32_t *bitmap, int32_t *res)
Bryan Schumakerae42c702010-10-21 16:33:17 -04003384{
3385 __be32 *p;
3386
3387 if (unlikely(bitmap[0] & (FATTR4_WORD0_RDATTR_ERROR - 1U)))
3388 return -EIO;
3389 if (likely(bitmap[0] & FATTR4_WORD0_RDATTR_ERROR)) {
3390 p = xdr_inline_decode(xdr, 4);
3391 if (unlikely(!p))
3392 goto out_overflow;
3393 bitmap[0] &= ~FATTR4_WORD0_RDATTR_ERROR;
Trond Myklebustee7b75f2011-06-16 13:15:41 -04003394 *res = -be32_to_cpup(p);
Bryan Schumakerae42c702010-10-21 16:33:17 -04003395 }
3396 return 0;
3397out_overflow:
3398 print_overflow_msg(__func__, xdr);
3399 return -EIO;
3400}
3401
3402static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh)
3403{
3404 __be32 *p;
3405 int len;
3406
Trond Myklebust7ad07352010-10-23 15:34:20 -04003407 if (fh != NULL)
3408 memset(fh, 0, sizeof(*fh));
Bryan Schumakerae42c702010-10-21 16:33:17 -04003409
3410 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEHANDLE - 1U)))
3411 return -EIO;
3412 if (likely(bitmap[0] & FATTR4_WORD0_FILEHANDLE)) {
3413 p = xdr_inline_decode(xdr, 4);
3414 if (unlikely(!p))
3415 goto out_overflow;
3416 len = be32_to_cpup(p);
3417 if (len > NFS4_FHSIZE)
3418 return -EIO;
Bryan Schumakerae42c702010-10-21 16:33:17 -04003419 p = xdr_inline_decode(xdr, len);
3420 if (unlikely(!p))
3421 goto out_overflow;
Trond Myklebust7ad07352010-10-23 15:34:20 -04003422 if (fh != NULL) {
3423 memcpy(fh->data, p, len);
3424 fh->size = len;
3425 }
Bryan Schumakerae42c702010-10-21 16:33:17 -04003426 bitmap[0] &= ~FATTR4_WORD0_FILEHANDLE;
3427 }
3428 return 0;
3429out_overflow:
3430 print_overflow_msg(__func__, xdr);
3431 return -EIO;
3432}
3433
Linus Torvalds1da177e2005-04-16 15:20:36 -07003434static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3435{
Al Viro8687b632006-10-19 23:28:48 -07003436 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437
3438 *res = ACL4_SUPPORT_ALLOW_ACL|ACL4_SUPPORT_DENY_ACL;
3439 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U)))
3440 return -EIO;
3441 if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003442 p = xdr_inline_decode(xdr, 4);
3443 if (unlikely(!p))
3444 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003445 *res = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446 bitmap[0] &= ~FATTR4_WORD0_ACLSUPPORT;
3447 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003448 dprintk("%s: ACLs supported=%u\n", __func__, (unsigned int)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03003450out_overflow:
3451 print_overflow_msg(__func__, xdr);
3452 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453}
3454
3455static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
3456{
Al Viro8687b632006-10-19 23:28:48 -07003457 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003458 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459
3460 *fileid = 0;
3461 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEID - 1U)))
3462 return -EIO;
3463 if (likely(bitmap[0] & FATTR4_WORD0_FILEID)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003464 p = xdr_inline_decode(xdr, 8);
3465 if (unlikely(!p))
3466 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003467 xdr_decode_hyper(p, fileid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468 bitmap[0] &= ~FATTR4_WORD0_FILEID;
Trond Myklebust409924e2009-03-11 14:10:27 -04003469 ret = NFS_ATTR_FATTR_FILEID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003470 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003471 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
Trond Myklebust409924e2009-03-11 14:10:27 -04003472 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003473out_overflow:
3474 print_overflow_msg(__func__, xdr);
3475 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476}
3477
Manoj Naik99baf622006-06-09 09:34:24 -04003478static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
3479{
Al Viro8687b632006-10-19 23:28:48 -07003480 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003481 int ret = 0;
Manoj Naik99baf622006-06-09 09:34:24 -04003482
3483 *fileid = 0;
3484 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U)))
3485 return -EIO;
3486 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003487 p = xdr_inline_decode(xdr, 8);
3488 if (unlikely(!p))
3489 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003490 xdr_decode_hyper(p, fileid);
Manoj Naik99baf622006-06-09 09:34:24 -04003491 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;
Trond Myklebust28331a42011-04-27 13:47:52 -04003492 ret = NFS_ATTR_FATTR_MOUNTED_ON_FILEID;
Manoj Naik99baf622006-06-09 09:34:24 -04003493 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003494 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
Trond Myklebust409924e2009-03-11 14:10:27 -04003495 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003496out_overflow:
3497 print_overflow_msg(__func__, xdr);
3498 return -EIO;
Manoj Naik99baf622006-06-09 09:34:24 -04003499}
3500
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3502{
Al Viro8687b632006-10-19 23:28:48 -07003503 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504 int status = 0;
3505
3506 *res = 0;
3507 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_AVAIL - 1U)))
3508 return -EIO;
3509 if (likely(bitmap[0] & FATTR4_WORD0_FILES_AVAIL)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003510 p = xdr_inline_decode(xdr, 8);
3511 if (unlikely(!p))
3512 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003513 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514 bitmap[0] &= ~FATTR4_WORD0_FILES_AVAIL;
3515 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003516 dprintk("%s: files avail=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003518out_overflow:
3519 print_overflow_msg(__func__, xdr);
3520 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521}
3522
3523static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3524{
Al Viro8687b632006-10-19 23:28:48 -07003525 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526 int status = 0;
3527
3528 *res = 0;
3529 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_FREE - 1U)))
3530 return -EIO;
3531 if (likely(bitmap[0] & FATTR4_WORD0_FILES_FREE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003532 p = xdr_inline_decode(xdr, 8);
3533 if (unlikely(!p))
3534 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003535 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536 bitmap[0] &= ~FATTR4_WORD0_FILES_FREE;
3537 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003538 dprintk("%s: files free=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003540out_overflow:
3541 print_overflow_msg(__func__, xdr);
3542 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543}
3544
3545static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3546{
Al Viro8687b632006-10-19 23:28:48 -07003547 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548 int status = 0;
3549
3550 *res = 0;
3551 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_TOTAL - 1U)))
3552 return -EIO;
3553 if (likely(bitmap[0] & FATTR4_WORD0_FILES_TOTAL)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003554 p = xdr_inline_decode(xdr, 8);
3555 if (unlikely(!p))
3556 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003557 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558 bitmap[0] &= ~FATTR4_WORD0_FILES_TOTAL;
3559 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003560 dprintk("%s: files total=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003562out_overflow:
3563 print_overflow_msg(__func__, xdr);
3564 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565}
3566
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003567static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path)
3568{
Chuck Lever464ad6b2007-10-26 13:32:08 -04003569 u32 n;
Al Viro8687b632006-10-19 23:28:48 -07003570 __be32 *p;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003571 int status = 0;
3572
Benny Halevyc0eae662009-08-14 17:20:14 +03003573 p = xdr_inline_decode(xdr, 4);
3574 if (unlikely(!p))
3575 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003576 n = be32_to_cpup(p);
Andy Adamson33a43f22006-06-09 09:34:30 -04003577 if (n == 0)
3578 goto root_path;
Chuck Lever02a29762012-03-01 17:00:31 -05003579 dprintk("pathname4: ");
Trond Myklebust809b4262013-03-27 11:54:45 -04003580 if (n > NFS4_PATHNAME_MAXCOMPONENTS) {
3581 dprintk("cannot parse %d components in path\n", n);
3582 goto out_eio;
3583 }
3584 for (path->ncomponents = 0; path->ncomponents < n; path->ncomponents++) {
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003585 struct nfs4_string *component = &path->components[path->ncomponents];
3586 status = decode_opaque_inline(xdr, &component->len, &component->data);
3587 if (unlikely(status != 0))
3588 goto out_eio;
Trond Myklebust95a13f72012-03-14 21:55:01 -04003589 ifdebug (XDR)
Chuck Lever02a29762012-03-01 17:00:31 -05003590 pr_cont("%s%.*s ",
3591 (path->ncomponents != n ? "/ " : ""),
3592 component->len, component->data);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003593 }
3594out:
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003595 return status;
Andy Adamson33a43f22006-06-09 09:34:30 -04003596root_path:
3597/* a root pathname is sent as a zero component4 */
3598 path->ncomponents = 1;
3599 path->components[0].len=0;
3600 path->components[0].data=NULL;
Chuck Lever02a29762012-03-01 17:00:31 -05003601 dprintk("pathname4: /\n");
Andy Adamson33a43f22006-06-09 09:34:30 -04003602 goto out;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003603out_eio:
3604 dprintk(" status %d", status);
3605 status = -EIO;
3606 goto out;
Benny Halevyc0eae662009-08-14 17:20:14 +03003607out_overflow:
3608 print_overflow_msg(__func__, xdr);
3609 return -EIO;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003610}
3611
3612static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locations *res)
Trond Myklebust683b57b2006-06-09 09:34:22 -04003613{
3614 int n;
Al Viro8687b632006-10-19 23:28:48 -07003615 __be32 *p;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003616 int status = -EIO;
3617
3618 if (unlikely(bitmap[0] & (FATTR4_WORD0_FS_LOCATIONS -1U)))
3619 goto out;
3620 status = 0;
3621 if (unlikely(!(bitmap[0] & FATTR4_WORD0_FS_LOCATIONS)))
3622 goto out;
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05003623 status = -EIO;
3624 /* Ignore borken servers that return unrequested attrs */
3625 if (unlikely(res == NULL))
3626 goto out;
Chuck Lever02a29762012-03-01 17:00:31 -05003627 dprintk("%s: fsroot:\n", __func__);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003628 status = decode_pathname(xdr, &res->fs_path);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003629 if (unlikely(status != 0))
3630 goto out;
Benny Halevyc0eae662009-08-14 17:20:14 +03003631 p = xdr_inline_decode(xdr, 4);
3632 if (unlikely(!p))
3633 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003634 n = be32_to_cpup(p);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003635 if (n <= 0)
3636 goto out_eio;
Trond Myklebust809b4262013-03-27 11:54:45 -04003637 for (res->nlocations = 0; res->nlocations < n; res->nlocations++) {
Chuck Lever464ad6b2007-10-26 13:32:08 -04003638 u32 m;
Trond Myklebust809b4262013-03-27 11:54:45 -04003639 struct nfs4_fs_location *loc;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003640
Trond Myklebust809b4262013-03-27 11:54:45 -04003641 if (res->nlocations == NFS4_FS_LOCATIONS_MAXENTRIES)
3642 break;
3643 loc = &res->locations[res->nlocations];
Benny Halevyc0eae662009-08-14 17:20:14 +03003644 p = xdr_inline_decode(xdr, 4);
3645 if (unlikely(!p))
3646 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003647 m = be32_to_cpup(p);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003648
Chuck Lever02a29762012-03-01 17:00:31 -05003649 dprintk("%s: servers:\n", __func__);
Trond Myklebust809b4262013-03-27 11:54:45 -04003650 for (loc->nservers = 0; loc->nservers < m; loc->nservers++) {
3651 struct nfs4_string *server;
3652
3653 if (loc->nservers == NFS4_FS_LOCATION_MAXSERVERS) {
Chuck Lever464ad6b2007-10-26 13:32:08 -04003654 unsigned int i;
3655 dprintk("%s: using first %u of %u servers "
3656 "returned for location %u\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003657 __func__,
Chuck Lever464ad6b2007-10-26 13:32:08 -04003658 NFS4_FS_LOCATION_MAXSERVERS,
3659 m, res->nlocations);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003660 for (i = loc->nservers; i < m; i++) {
Trond Myklebust2e42c3e2007-05-14 17:20:41 -04003661 unsigned int len;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003662 char *data;
3663 status = decode_opaque_inline(xdr, &len, &data);
3664 if (unlikely(status != 0))
3665 goto out_eio;
3666 }
Trond Myklebust809b4262013-03-27 11:54:45 -04003667 break;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003668 }
Trond Myklebust809b4262013-03-27 11:54:45 -04003669 server = &loc->servers[loc->nservers];
3670 status = decode_opaque_inline(xdr, &server->len, &server->data);
3671 if (unlikely(status != 0))
3672 goto out_eio;
3673 dprintk("%s ", server->data);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003674 }
3675 status = decode_pathname(xdr, &loc->rootpath);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003676 if (unlikely(status != 0))
3677 goto out_eio;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003678 }
Trond Myklebust409924e2009-03-11 14:10:27 -04003679 if (res->nlocations != 0)
Chuck Lever81934dd2012-03-01 17:01:57 -05003680 status = NFS_ATTR_FATTR_V4_LOCATIONS;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003681out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003682 dprintk("%s: fs_locations done, error = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003683 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003684out_overflow:
3685 print_overflow_msg(__func__, xdr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003686out_eio:
3687 status = -EIO;
3688 goto out;
3689}
3690
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3692{
Al Viro8687b632006-10-19 23:28:48 -07003693 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694 int status = 0;
3695
3696 *res = 0;
3697 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXFILESIZE - 1U)))
3698 return -EIO;
3699 if (likely(bitmap[0] & FATTR4_WORD0_MAXFILESIZE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003700 p = xdr_inline_decode(xdr, 8);
3701 if (unlikely(!p))
3702 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003703 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704 bitmap[0] &= ~FATTR4_WORD0_MAXFILESIZE;
3705 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003706 dprintk("%s: maxfilesize=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003708out_overflow:
3709 print_overflow_msg(__func__, xdr);
3710 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711}
3712
3713static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink)
3714{
Al Viro8687b632006-10-19 23:28:48 -07003715 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716 int status = 0;
3717
3718 *maxlink = 1;
3719 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXLINK - 1U)))
3720 return -EIO;
3721 if (likely(bitmap[0] & FATTR4_WORD0_MAXLINK)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003722 p = xdr_inline_decode(xdr, 4);
3723 if (unlikely(!p))
3724 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003725 *maxlink = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726 bitmap[0] &= ~FATTR4_WORD0_MAXLINK;
3727 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003728 dprintk("%s: maxlink=%u\n", __func__, *maxlink);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003730out_overflow:
3731 print_overflow_msg(__func__, xdr);
3732 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733}
3734
3735static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname)
3736{
Al Viro8687b632006-10-19 23:28:48 -07003737 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738 int status = 0;
3739
3740 *maxname = 1024;
3741 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXNAME - 1U)))
3742 return -EIO;
3743 if (likely(bitmap[0] & FATTR4_WORD0_MAXNAME)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003744 p = xdr_inline_decode(xdr, 4);
3745 if (unlikely(!p))
3746 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003747 *maxname = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748 bitmap[0] &= ~FATTR4_WORD0_MAXNAME;
3749 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003750 dprintk("%s: maxname=%u\n", __func__, *maxname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003752out_overflow:
3753 print_overflow_msg(__func__, xdr);
3754 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755}
3756
3757static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3758{
Al Viro8687b632006-10-19 23:28:48 -07003759 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760 int status = 0;
3761
3762 *res = 1024;
3763 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXREAD - 1U)))
3764 return -EIO;
3765 if (likely(bitmap[0] & FATTR4_WORD0_MAXREAD)) {
3766 uint64_t maxread;
Benny Halevyc0eae662009-08-14 17:20:14 +03003767 p = xdr_inline_decode(xdr, 8);
3768 if (unlikely(!p))
3769 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003770 xdr_decode_hyper(p, &maxread);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771 if (maxread > 0x7FFFFFFF)
3772 maxread = 0x7FFFFFFF;
3773 *res = (uint32_t)maxread;
3774 bitmap[0] &= ~FATTR4_WORD0_MAXREAD;
3775 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003776 dprintk("%s: maxread=%lu\n", __func__, (unsigned long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003778out_overflow:
3779 print_overflow_msg(__func__, xdr);
3780 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781}
3782
3783static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3784{
Al Viro8687b632006-10-19 23:28:48 -07003785 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786 int status = 0;
3787
3788 *res = 1024;
3789 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXWRITE - 1U)))
3790 return -EIO;
3791 if (likely(bitmap[0] & FATTR4_WORD0_MAXWRITE)) {
3792 uint64_t maxwrite;
Benny Halevyc0eae662009-08-14 17:20:14 +03003793 p = xdr_inline_decode(xdr, 8);
3794 if (unlikely(!p))
3795 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003796 xdr_decode_hyper(p, &maxwrite);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797 if (maxwrite > 0x7FFFFFFF)
3798 maxwrite = 0x7FFFFFFF;
3799 *res = (uint32_t)maxwrite;
3800 bitmap[0] &= ~FATTR4_WORD0_MAXWRITE;
3801 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003802 dprintk("%s: maxwrite=%lu\n", __func__, (unsigned long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003804out_overflow:
3805 print_overflow_msg(__func__, xdr);
3806 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807}
3808
Trond Myklebustbca79472009-03-11 14:10:26 -04003809static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810{
Trond Myklebustbca79472009-03-11 14:10:26 -04003811 uint32_t tmp;
Al Viro8687b632006-10-19 23:28:48 -07003812 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003813 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814
3815 *mode = 0;
3816 if (unlikely(bitmap[1] & (FATTR4_WORD1_MODE - 1U)))
3817 return -EIO;
3818 if (likely(bitmap[1] & FATTR4_WORD1_MODE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003819 p = xdr_inline_decode(xdr, 4);
3820 if (unlikely(!p))
3821 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003822 tmp = be32_to_cpup(p);
Trond Myklebustbca79472009-03-11 14:10:26 -04003823 *mode = tmp & ~S_IFMT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824 bitmap[1] &= ~FATTR4_WORD1_MODE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003825 ret = NFS_ATTR_FATTR_MODE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003827 dprintk("%s: file mode=0%o\n", __func__, (unsigned int)*mode);
Trond Myklebust409924e2009-03-11 14:10:27 -04003828 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003829out_overflow:
3830 print_overflow_msg(__func__, xdr);
3831 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832}
3833
3834static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink)
3835{
Al Viro8687b632006-10-19 23:28:48 -07003836 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003837 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838
3839 *nlink = 1;
3840 if (unlikely(bitmap[1] & (FATTR4_WORD1_NUMLINKS - 1U)))
3841 return -EIO;
3842 if (likely(bitmap[1] & FATTR4_WORD1_NUMLINKS)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003843 p = xdr_inline_decode(xdr, 4);
3844 if (unlikely(!p))
3845 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003846 *nlink = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847 bitmap[1] &= ~FATTR4_WORD1_NUMLINKS;
Trond Myklebust409924e2009-03-11 14:10:27 -04003848 ret = NFS_ATTR_FATTR_NLINK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003850 dprintk("%s: nlink=%u\n", __func__, (unsigned int)*nlink);
Trond Myklebust409924e2009-03-11 14:10:27 -04003851 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003852out_overflow:
3853 print_overflow_msg(__func__, xdr);
3854 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855}
3856
Trond Myklebust80e52ac2009-08-09 15:06:19 -04003857static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap,
Eric W. Biedermane5782072013-02-01 14:22:02 -08003858 const struct nfs_server *server, kuid_t *uid,
Trond Myklebust6926afd2012-01-07 13:22:46 -05003859 struct nfs4_string *owner_name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860{
Al Viro8687b632006-10-19 23:28:48 -07003861 uint32_t len;
3862 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003863 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864
Eric W. Biedermane5782072013-02-01 14:22:02 -08003865 *uid = make_kuid(&init_user_ns, -2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER - 1U)))
3867 return -EIO;
3868 if (likely(bitmap[1] & FATTR4_WORD1_OWNER)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003869 p = xdr_inline_decode(xdr, 4);
3870 if (unlikely(!p))
3871 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003872 len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03003873 p = xdr_inline_decode(xdr, len);
3874 if (unlikely(!p))
3875 goto out_overflow;
Trond Myklebust6926afd2012-01-07 13:22:46 -05003876 if (owner_name != NULL) {
3877 owner_name->data = kmemdup(p, len, GFP_NOWAIT);
3878 if (owner_name->data != NULL) {
3879 owner_name->len = len;
3880 ret = NFS_ATTR_FATTR_OWNER_NAME;
3881 }
Trond Myklebust80e52ac2009-08-09 15:06:19 -04003882 } else if (len < XDR_MAX_NETOBJ) {
Trond Myklebuste4fd72a2011-02-22 15:44:31 -08003883 if (nfs_map_name_to_uid(server, (char *)p, len, uid) == 0)
Trond Myklebust409924e2009-03-11 14:10:27 -04003884 ret = NFS_ATTR_FATTR_OWNER;
3885 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003886 dprintk("%s: nfs_map_name_to_uid failed!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003887 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888 } else
Chuck Leverfe82a182007-09-11 18:01:10 -04003889 dprintk("%s: name too long (%u)!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003890 __func__, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891 bitmap[1] &= ~FATTR4_WORD1_OWNER;
3892 }
Eric W. Biedermane5782072013-02-01 14:22:02 -08003893 dprintk("%s: uid=%d\n", __func__, (int)from_kuid(&init_user_ns, *uid));
Trond Myklebust409924e2009-03-11 14:10:27 -04003894 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003895out_overflow:
3896 print_overflow_msg(__func__, xdr);
3897 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898}
3899
Trond Myklebust80e52ac2009-08-09 15:06:19 -04003900static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap,
Eric W. Biedermane5782072013-02-01 14:22:02 -08003901 const struct nfs_server *server, kgid_t *gid,
Trond Myklebust6926afd2012-01-07 13:22:46 -05003902 struct nfs4_string *group_name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903{
Al Viro8687b632006-10-19 23:28:48 -07003904 uint32_t len;
3905 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003906 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907
Eric W. Biedermane5782072013-02-01 14:22:02 -08003908 *gid = make_kgid(&init_user_ns, -2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER_GROUP - 1U)))
3910 return -EIO;
3911 if (likely(bitmap[1] & FATTR4_WORD1_OWNER_GROUP)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003912 p = xdr_inline_decode(xdr, 4);
3913 if (unlikely(!p))
3914 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003915 len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03003916 p = xdr_inline_decode(xdr, len);
3917 if (unlikely(!p))
3918 goto out_overflow;
Trond Myklebust6926afd2012-01-07 13:22:46 -05003919 if (group_name != NULL) {
3920 group_name->data = kmemdup(p, len, GFP_NOWAIT);
3921 if (group_name->data != NULL) {
3922 group_name->len = len;
3923 ret = NFS_ATTR_FATTR_GROUP_NAME;
3924 }
Trond Myklebust80e52ac2009-08-09 15:06:19 -04003925 } else if (len < XDR_MAX_NETOBJ) {
Trond Myklebuste4fd72a2011-02-22 15:44:31 -08003926 if (nfs_map_group_to_gid(server, (char *)p, len, gid) == 0)
Trond Myklebust409924e2009-03-11 14:10:27 -04003927 ret = NFS_ATTR_FATTR_GROUP;
3928 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003929 dprintk("%s: nfs_map_group_to_gid failed!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003930 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931 } else
Chuck Leverfe82a182007-09-11 18:01:10 -04003932 dprintk("%s: name too long (%u)!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003933 __func__, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934 bitmap[1] &= ~FATTR4_WORD1_OWNER_GROUP;
3935 }
Eric W. Biedermane5782072013-02-01 14:22:02 -08003936 dprintk("%s: gid=%d\n", __func__, (int)from_kgid(&init_user_ns, *gid));
Trond Myklebust409924e2009-03-11 14:10:27 -04003937 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003938out_overflow:
3939 print_overflow_msg(__func__, xdr);
3940 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003941}
3942
3943static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev)
3944{
Al Viro8687b632006-10-19 23:28:48 -07003945 uint32_t major = 0, minor = 0;
3946 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003947 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948
3949 *rdev = MKDEV(0,0);
3950 if (unlikely(bitmap[1] & (FATTR4_WORD1_RAWDEV - 1U)))
3951 return -EIO;
3952 if (likely(bitmap[1] & FATTR4_WORD1_RAWDEV)) {
3953 dev_t tmp;
3954
Benny Halevyc0eae662009-08-14 17:20:14 +03003955 p = xdr_inline_decode(xdr, 8);
3956 if (unlikely(!p))
3957 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03003958 major = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03003959 minor = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960 tmp = MKDEV(major, minor);
3961 if (MAJOR(tmp) == major && MINOR(tmp) == minor)
3962 *rdev = tmp;
3963 bitmap[1] &= ~ FATTR4_WORD1_RAWDEV;
Trond Myklebust409924e2009-03-11 14:10:27 -04003964 ret = NFS_ATTR_FATTR_RDEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003966 dprintk("%s: rdev=(0x%x:0x%x)\n", __func__, major, minor);
Trond Myklebust409924e2009-03-11 14:10:27 -04003967 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03003968out_overflow:
3969 print_overflow_msg(__func__, xdr);
3970 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003971}
3972
3973static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3974{
Al Viro8687b632006-10-19 23:28:48 -07003975 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976 int status = 0;
3977
3978 *res = 0;
3979 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_AVAIL - 1U)))
3980 return -EIO;
3981 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_AVAIL)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03003982 p = xdr_inline_decode(xdr, 8);
3983 if (unlikely(!p))
3984 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03003985 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986 bitmap[1] &= ~FATTR4_WORD1_SPACE_AVAIL;
3987 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003988 dprintk("%s: space avail=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03003990out_overflow:
3991 print_overflow_msg(__func__, xdr);
3992 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993}
3994
3995static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3996{
Al Viro8687b632006-10-19 23:28:48 -07003997 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998 int status = 0;
3999
4000 *res = 0;
4001 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_FREE - 1U)))
4002 return -EIO;
4003 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_FREE)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03004004 p = xdr_inline_decode(xdr, 8);
4005 if (unlikely(!p))
4006 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004007 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008 bitmap[1] &= ~FATTR4_WORD1_SPACE_FREE;
4009 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004010 dprintk("%s: space free=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004011 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004012out_overflow:
4013 print_overflow_msg(__func__, xdr);
4014 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015}
4016
4017static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
4018{
Al Viro8687b632006-10-19 23:28:48 -07004019 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004020 int status = 0;
4021
4022 *res = 0;
4023 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_TOTAL - 1U)))
4024 return -EIO;
4025 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_TOTAL)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03004026 p = xdr_inline_decode(xdr, 8);
4027 if (unlikely(!p))
4028 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004029 xdr_decode_hyper(p, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004030 bitmap[1] &= ~FATTR4_WORD1_SPACE_TOTAL;
4031 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004032 dprintk("%s: space total=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004034out_overflow:
4035 print_overflow_msg(__func__, xdr);
4036 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004037}
4038
4039static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used)
4040{
Al Viro8687b632006-10-19 23:28:48 -07004041 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04004042 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043
4044 *used = 0;
4045 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_USED - 1U)))
4046 return -EIO;
4047 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_USED)) {
Benny Halevyc0eae662009-08-14 17:20:14 +03004048 p = xdr_inline_decode(xdr, 8);
4049 if (unlikely(!p))
4050 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004051 xdr_decode_hyper(p, used);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052 bitmap[1] &= ~FATTR4_WORD1_SPACE_USED;
Trond Myklebust409924e2009-03-11 14:10:27 -04004053 ret = NFS_ATTR_FATTR_SPACE_USED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004054 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004055 dprintk("%s: space used=%Lu\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004056 (unsigned long long)*used);
Trond Myklebust409924e2009-03-11 14:10:27 -04004057 return ret;
Benny Halevyc0eae662009-08-14 17:20:14 +03004058out_overflow:
4059 print_overflow_msg(__func__, xdr);
4060 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061}
4062
4063static int decode_attr_time(struct xdr_stream *xdr, struct timespec *time)
4064{
Al Viro8687b632006-10-19 23:28:48 -07004065 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004066 uint64_t sec;
4067 uint32_t nsec;
4068
Benny Halevyc0eae662009-08-14 17:20:14 +03004069 p = xdr_inline_decode(xdr, 12);
4070 if (unlikely(!p))
4071 goto out_overflow;
Benny Halevy3ceb4db2009-08-14 17:19:41 +03004072 p = xdr_decode_hyper(p, &sec);
Benny Halevycccddf42009-08-14 17:20:19 +03004073 nsec = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074 time->tv_sec = (time_t)sec;
4075 time->tv_nsec = (long)nsec;
4076 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004077out_overflow:
4078 print_overflow_msg(__func__, xdr);
4079 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004080}
4081
4082static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4083{
4084 int status = 0;
4085
4086 time->tv_sec = 0;
4087 time->tv_nsec = 0;
4088 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_ACCESS - 1U)))
4089 return -EIO;
4090 if (likely(bitmap[1] & FATTR4_WORD1_TIME_ACCESS)) {
4091 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04004092 if (status == 0)
4093 status = NFS_ATTR_FATTR_ATIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094 bitmap[1] &= ~FATTR4_WORD1_TIME_ACCESS;
4095 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004096 dprintk("%s: atime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097 return status;
4098}
4099
4100static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4101{
4102 int status = 0;
4103
4104 time->tv_sec = 0;
4105 time->tv_nsec = 0;
4106 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_METADATA - 1U)))
4107 return -EIO;
4108 if (likely(bitmap[1] & FATTR4_WORD1_TIME_METADATA)) {
4109 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04004110 if (status == 0)
4111 status = NFS_ATTR_FATTR_CTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004112 bitmap[1] &= ~FATTR4_WORD1_TIME_METADATA;
4113 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004114 dprintk("%s: ctime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004115 return status;
4116}
4117
Ricardo Labiaga55b6e772010-10-12 16:30:06 -07004118static int decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap,
4119 struct timespec *time)
4120{
4121 int status = 0;
4122
4123 time->tv_sec = 0;
4124 time->tv_nsec = 0;
4125 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_DELTA - 1U)))
4126 return -EIO;
4127 if (likely(bitmap[1] & FATTR4_WORD1_TIME_DELTA)) {
4128 status = decode_attr_time(xdr, time);
4129 bitmap[1] &= ~FATTR4_WORD1_TIME_DELTA;
4130 }
4131 dprintk("%s: time_delta=%ld %ld\n", __func__, (long)time->tv_sec,
4132 (long)time->tv_nsec);
4133 return status;
4134}
4135
David Quigleyaa9c2662013-05-22 12:50:44 -04004136static int decode_attr_security_label(struct xdr_stream *xdr, uint32_t *bitmap,
4137 struct nfs4_label *label)
4138{
4139 uint32_t pi = 0;
4140 uint32_t lfs = 0;
4141 __u32 len;
4142 __be32 *p;
4143 int status = 0;
4144
4145 if (unlikely(bitmap[2] & (FATTR4_WORD2_SECURITY_LABEL - 1U)))
4146 return -EIO;
4147 if (likely(bitmap[2] & FATTR4_WORD2_SECURITY_LABEL)) {
4148 p = xdr_inline_decode(xdr, 4);
4149 if (unlikely(!p))
4150 goto out_overflow;
4151 lfs = be32_to_cpup(p++);
4152 p = xdr_inline_decode(xdr, 4);
4153 if (unlikely(!p))
4154 goto out_overflow;
4155 pi = be32_to_cpup(p++);
4156 p = xdr_inline_decode(xdr, 4);
4157 if (unlikely(!p))
4158 goto out_overflow;
4159 len = be32_to_cpup(p++);
4160 p = xdr_inline_decode(xdr, len);
4161 if (unlikely(!p))
4162 goto out_overflow;
4163 if (len < NFS4_MAXLABELLEN) {
4164 if (label) {
4165 memcpy(label->label, p, len);
4166 label->len = len;
4167 label->pi = pi;
4168 label->lfs = lfs;
4169 status = NFS_ATTR_FATTR_V4_SECURITY_LABEL;
4170 }
4171 bitmap[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
4172 } else
4173 printk(KERN_WARNING "%s: label too long (%u)!\n",
4174 __func__, len);
4175 }
4176 if (label && label->label)
4177 dprintk("%s: label=%s, len=%d, PI=%d, LFS=%d\n", __func__,
4178 (char *)label->label, label->len, label->pi, label->lfs);
4179 return status;
4180
4181out_overflow:
4182 print_overflow_msg(__func__, xdr);
4183 return -EIO;
4184}
4185
Linus Torvalds1da177e2005-04-16 15:20:36 -07004186static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
4187{
4188 int status = 0;
4189
4190 time->tv_sec = 0;
4191 time->tv_nsec = 0;
4192 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_MODIFY - 1U)))
4193 return -EIO;
4194 if (likely(bitmap[1] & FATTR4_WORD1_TIME_MODIFY)) {
4195 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04004196 if (status == 0)
4197 status = NFS_ATTR_FATTR_MTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198 bitmap[1] &= ~FATTR4_WORD1_TIME_MODIFY;
4199 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07004200 dprintk("%s: mtime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004201 return status;
4202}
4203
Trond Myklebust256e48b2012-06-21 11:18:13 -04004204static int verify_attr_len(struct xdr_stream *xdr, unsigned int savep, uint32_t attrlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205{
4206 unsigned int attrwords = XDR_QUADLEN(attrlen);
Trond Myklebust256e48b2012-06-21 11:18:13 -04004207 unsigned int nwords = (xdr_stream_pos(xdr) - savep) >> 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208
4209 if (unlikely(attrwords != nwords)) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004210 dprintk("%s: server returned incorrect attribute length: "
4211 "%u %c %u\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07004212 __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004213 attrwords << 2,
4214 (attrwords < nwords) ? '<' : '>',
4215 nwords << 2);
4216 return -EIO;
4217 }
4218 return 0;
4219}
4220
4221static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4222{
Al Viro8687b632006-10-19 23:28:48 -07004223 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224
Benny Halevyc0eae662009-08-14 17:20:14 +03004225 p = xdr_inline_decode(xdr, 20);
4226 if (unlikely(!p))
4227 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03004228 cinfo->atomic = be32_to_cpup(p++);
Benny Halevy3ceb4db2009-08-14 17:19:41 +03004229 p = xdr_decode_hyper(p, &cinfo->before);
Benny Halevycccddf42009-08-14 17:20:19 +03004230 xdr_decode_hyper(p, &cinfo->after);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004231 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004232out_overflow:
4233 print_overflow_msg(__func__, xdr);
4234 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235}
4236
Weston Andros Adamson6168f622012-09-10 14:00:46 -04004237static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238{
Al Viro8687b632006-10-19 23:28:48 -07004239 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240 uint32_t supp, acc;
4241 int status;
4242
4243 status = decode_op_hdr(xdr, OP_ACCESS);
4244 if (status)
4245 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004246 p = xdr_inline_decode(xdr, 8);
4247 if (unlikely(!p))
4248 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03004249 supp = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03004250 acc = be32_to_cpup(p);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04004251 *supported = supp;
4252 *access = acc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004254out_overflow:
4255 print_overflow_msg(__func__, xdr);
4256 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004257}
4258
Benny Halevy07d30432009-08-14 17:19:52 +03004259static int decode_opaque_fixed(struct xdr_stream *xdr, void *buf, size_t len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260{
Al Viro8687b632006-10-19 23:28:48 -07004261 __be32 *p;
Benny Halevy07d30432009-08-14 17:19:52 +03004262
4263 p = xdr_inline_decode(xdr, len);
4264 if (likely(p)) {
4265 memcpy(buf, p, len);
4266 return 0;
4267 }
4268 print_overflow_msg(__func__, xdr);
4269 return -EIO;
4270}
4271
4272static int decode_stateid(struct xdr_stream *xdr, nfs4_stateid *stateid)
4273{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05004274 return decode_opaque_fixed(xdr, stateid, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004275}
4276
4277static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res)
4278{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279 int status;
4280
4281 status = decode_op_hdr(xdr, OP_CLOSE);
Trond Myklebustc1d51932008-04-07 13:20:54 -04004282 if (status != -EIO)
4283 nfs_increment_open_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03004284 if (!status)
4285 status = decode_stateid(xdr, &res->stateid);
4286 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004287}
4288
Benny Halevydb942bb2009-08-14 17:19:56 +03004289static int decode_verifier(struct xdr_stream *xdr, void *verifier)
4290{
Chuck Levercd937102012-03-02 17:14:31 -05004291 return decode_opaque_fixed(xdr, verifier, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004292}
4293
Trond Myklebust2f2c63b2012-06-08 11:56:09 -04004294static int decode_write_verifier(struct xdr_stream *xdr, struct nfs_write_verifier *verifier)
4295{
4296 return decode_opaque_fixed(xdr, verifier->data, NFS4_VERIFIER_SIZE);
4297}
4298
Fred Isaman0b7c0152012-04-20 14:47:39 -04004299static int decode_commit(struct xdr_stream *xdr, struct nfs_commitres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004300{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301 int status;
4302
4303 status = decode_op_hdr(xdr, OP_COMMIT);
Benny Halevydb942bb2009-08-14 17:19:56 +03004304 if (!status)
Trond Myklebust2f2c63b2012-06-08 11:56:09 -04004305 status = decode_write_verifier(xdr, &res->verf->verifier);
Benny Halevydb942bb2009-08-14 17:19:56 +03004306 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307}
4308
4309static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4310{
Al Viro8687b632006-10-19 23:28:48 -07004311 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312 uint32_t bmlen;
4313 int status;
4314
4315 status = decode_op_hdr(xdr, OP_CREATE);
4316 if (status)
4317 return status;
4318 if ((status = decode_change_info(xdr, cinfo)))
4319 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004320 p = xdr_inline_decode(xdr, 4);
4321 if (unlikely(!p))
4322 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004323 bmlen = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03004324 p = xdr_inline_decode(xdr, bmlen << 2);
4325 if (likely(p))
4326 return 0;
4327out_overflow:
4328 print_overflow_msg(__func__, xdr);
4329 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330}
4331
4332static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res)
4333{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004334 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04004335 uint32_t attrlen, bitmap[3] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336 int status;
4337
4338 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4339 goto xdr_error;
4340 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4341 goto xdr_error;
4342 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4343 goto xdr_error;
4344 if ((status = decode_attr_supported(xdr, bitmap, res->attr_bitmask)) != 0)
4345 goto xdr_error;
Chuck Lever264e6352012-03-01 17:02:05 -05004346 if ((status = decode_attr_fh_expire_type(xdr, bitmap,
4347 &res->fh_expire_type)) != 0)
4348 goto xdr_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349 if ((status = decode_attr_link_support(xdr, bitmap, &res->has_links)) != 0)
4350 goto xdr_error;
4351 if ((status = decode_attr_symlink_support(xdr, bitmap, &res->has_symlinks)) != 0)
4352 goto xdr_error;
4353 if ((status = decode_attr_aclsupport(xdr, bitmap, &res->acl_bitmask)) != 0)
4354 goto xdr_error;
4355 status = verify_attr_len(xdr, savep, attrlen);
4356xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004357 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358 return status;
4359}
Andy Adamson6c0195a2008-12-23 16:06:15 -05004360
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat)
4362{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004363 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04004364 uint32_t attrlen, bitmap[3] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004366
Linus Torvalds1da177e2005-04-16 15:20:36 -07004367 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4368 goto xdr_error;
4369 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4370 goto xdr_error;
4371 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4372 goto xdr_error;
4373
4374 if ((status = decode_attr_files_avail(xdr, bitmap, &fsstat->afiles)) != 0)
4375 goto xdr_error;
4376 if ((status = decode_attr_files_free(xdr, bitmap, &fsstat->ffiles)) != 0)
4377 goto xdr_error;
4378 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0)
4379 goto xdr_error;
4380 if ((status = decode_attr_space_avail(xdr, bitmap, &fsstat->abytes)) != 0)
4381 goto xdr_error;
4382 if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->fbytes)) != 0)
4383 goto xdr_error;
4384 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0)
4385 goto xdr_error;
4386
4387 status = verify_attr_len(xdr, savep, attrlen);
4388xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004389 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004390 return status;
4391}
4392
4393static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf)
4394{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004395 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04004396 uint32_t attrlen, bitmap[3] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07004397 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004398
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4400 goto xdr_error;
4401 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4402 goto xdr_error;
4403 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4404 goto xdr_error;
4405
4406 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0)
4407 goto xdr_error;
4408 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0)
4409 goto xdr_error;
4410
4411 status = verify_attr_len(xdr, savep, attrlen);
4412xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004413 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004414 return status;
4415}
4416
Andy Adamson88034c32012-05-23 05:02:34 -04004417static int decode_threshold_hint(struct xdr_stream *xdr,
4418 uint32_t *bitmap,
4419 uint64_t *res,
4420 uint32_t hint_bit)
4421{
4422 __be32 *p;
4423
4424 *res = 0;
4425 if (likely(bitmap[0] & hint_bit)) {
4426 p = xdr_inline_decode(xdr, 8);
4427 if (unlikely(!p))
4428 goto out_overflow;
4429 xdr_decode_hyper(p, res);
4430 }
4431 return 0;
4432out_overflow:
4433 print_overflow_msg(__func__, xdr);
4434 return -EIO;
4435}
4436
4437static int decode_first_threshold_item4(struct xdr_stream *xdr,
4438 struct nfs4_threshold *res)
4439{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004440 __be32 *p;
4441 unsigned int savep;
Andy Adamson88034c32012-05-23 05:02:34 -04004442 uint32_t bitmap[3] = {0,}, attrlen;
4443 int status;
4444
4445 /* layout type */
4446 p = xdr_inline_decode(xdr, 4);
4447 if (unlikely(!p)) {
4448 print_overflow_msg(__func__, xdr);
4449 return -EIO;
4450 }
4451 res->l_type = be32_to_cpup(p);
4452
4453 /* thi_hintset bitmap */
4454 status = decode_attr_bitmap(xdr, bitmap);
4455 if (status < 0)
4456 goto xdr_error;
4457
4458 /* thi_hintlist length */
4459 status = decode_attr_length(xdr, &attrlen, &savep);
4460 if (status < 0)
4461 goto xdr_error;
4462 /* thi_hintlist */
4463 status = decode_threshold_hint(xdr, bitmap, &res->rd_sz, THRESHOLD_RD);
4464 if (status < 0)
4465 goto xdr_error;
4466 status = decode_threshold_hint(xdr, bitmap, &res->wr_sz, THRESHOLD_WR);
4467 if (status < 0)
4468 goto xdr_error;
4469 status = decode_threshold_hint(xdr, bitmap, &res->rd_io_sz,
4470 THRESHOLD_RD_IO);
4471 if (status < 0)
4472 goto xdr_error;
4473 status = decode_threshold_hint(xdr, bitmap, &res->wr_io_sz,
4474 THRESHOLD_WR_IO);
4475 if (status < 0)
4476 goto xdr_error;
4477
4478 status = verify_attr_len(xdr, savep, attrlen);
4479 res->bm = bitmap[0];
4480
4481 dprintk("%s bm=0x%x rd_sz=%llu wr_sz=%llu rd_io=%llu wr_io=%llu\n",
4482 __func__, res->bm, res->rd_sz, res->wr_sz, res->rd_io_sz,
4483 res->wr_io_sz);
4484xdr_error:
4485 dprintk("%s ret=%d!\n", __func__, status);
4486 return status;
4487}
4488
4489/*
4490 * Thresholds on pNFS direct I/O vrs MDS I/O
4491 */
4492static int decode_attr_mdsthreshold(struct xdr_stream *xdr,
4493 uint32_t *bitmap,
4494 struct nfs4_threshold *res)
4495{
4496 __be32 *p;
4497 int status = 0;
4498 uint32_t num;
4499
4500 if (unlikely(bitmap[2] & (FATTR4_WORD2_MDSTHRESHOLD - 1U)))
4501 return -EIO;
Trond Myklebust029c5342012-06-05 09:35:44 -04004502 if (bitmap[2] & FATTR4_WORD2_MDSTHRESHOLD) {
Trond Myklebust1549210f2012-06-05 09:16:47 -04004503 /* Did the server return an unrequested attribute? */
4504 if (unlikely(res == NULL))
4505 return -EREMOTEIO;
Andy Adamson88034c32012-05-23 05:02:34 -04004506 p = xdr_inline_decode(xdr, 4);
4507 if (unlikely(!p))
4508 goto out_overflow;
4509 num = be32_to_cpup(p);
4510 if (num == 0)
4511 return 0;
4512 if (num > 1)
4513 printk(KERN_INFO "%s: Warning: Multiple pNFS layout "
4514 "drivers per filesystem not supported\n",
4515 __func__);
4516
4517 status = decode_first_threshold_item4(xdr, res);
Trond Myklebust029c5342012-06-05 09:35:44 -04004518 bitmap[2] &= ~FATTR4_WORD2_MDSTHRESHOLD;
Andy Adamson88034c32012-05-23 05:02:34 -04004519 }
4520 return status;
4521out_overflow:
4522 print_overflow_msg(__func__, xdr);
4523 return -EIO;
4524}
4525
Bryan Schumakerae42c702010-10-21 16:33:17 -04004526static int decode_getfattr_attrs(struct xdr_stream *xdr, uint32_t *bitmap,
4527 struct nfs_fattr *fattr, struct nfs_fh *fh,
David Quigleyaa9c2662013-05-22 12:50:44 -04004528 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label,
Trond Myklebust6926afd2012-01-07 13:22:46 -05004529 const struct nfs_server *server)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004530{
Trond Myklebustbca79472009-03-11 14:10:26 -04004531 int status;
4532 umode_t fmode = 0;
Bryan Schumakerae42c702010-10-21 16:33:17 -04004533 uint32_t type;
Trond Myklebustee7b75f2011-06-16 13:15:41 -04004534 int32_t err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004536 status = decode_attr_type(xdr, bitmap, &type);
4537 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004539 fattr->mode = 0;
4540 if (status != 0) {
4541 fattr->mode |= nfs_type2fmt[type];
4542 fattr->valid |= status;
4543 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004545 status = decode_attr_change(xdr, bitmap, &fattr->change_attr);
4546 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004548 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004549
4550 status = decode_attr_size(xdr, bitmap, &fattr->size);
4551 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004552 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004553 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004554
4555 status = decode_attr_fsid(xdr, bitmap, &fattr->fsid);
4556 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004558 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004559
Trond Myklebustee7b75f2011-06-16 13:15:41 -04004560 err = 0;
4561 status = decode_attr_error(xdr, bitmap, &err);
Bryan Schumakerae42c702010-10-21 16:33:17 -04004562 if (status < 0)
4563 goto xdr_error;
4564
4565 status = decode_attr_filehandle(xdr, bitmap, fh);
4566 if (status < 0)
4567 goto xdr_error;
4568
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004569 status = decode_attr_fileid(xdr, bitmap, &fattr->fileid);
4570 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004572 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004573
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05004574 status = decode_attr_fs_locations(xdr, bitmap, fs_loc);
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004575 if (status < 0)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004576 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004577 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004578
4579 status = decode_attr_mode(xdr, bitmap, &fmode);
4580 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004582 if (status != 0) {
4583 fattr->mode |= fmode;
4584 fattr->valid |= status;
4585 }
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004586
4587 status = decode_attr_nlink(xdr, bitmap, &fattr->nlink);
4588 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004590 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004591
Trond Myklebust6926afd2012-01-07 13:22:46 -05004592 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name);
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004593 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004595 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004596
Trond Myklebust6926afd2012-01-07 13:22:46 -05004597 status = decode_attr_group(xdr, bitmap, server, &fattr->gid, fattr->group_name);
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004598 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004600 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004601
4602 status = decode_attr_rdev(xdr, bitmap, &fattr->rdev);
4603 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004605 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004606
4607 status = decode_attr_space_used(xdr, bitmap, &fattr->du.nfs3.used);
4608 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004609 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004610 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004611
4612 status = decode_attr_time_access(xdr, bitmap, &fattr->atime);
4613 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004615 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004616
4617 status = decode_attr_time_metadata(xdr, bitmap, &fattr->ctime);
4618 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004620 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004621
4622 status = decode_attr_time_modify(xdr, bitmap, &fattr->mtime);
4623 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04004625 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004626
Trond Myklebust28331a42011-04-27 13:47:52 -04004627 status = decode_attr_mounted_on_fileid(xdr, bitmap, &fattr->mounted_on_fileid);
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004628 if (status < 0)
Manoj Naik99baf622006-06-09 09:34:24 -04004629 goto xdr_error;
Trond Myklebust28331a42011-04-27 13:47:52 -04004630 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004631
Andy Adamson88034c32012-05-23 05:02:34 -04004632 status = decode_attr_mdsthreshold(xdr, bitmap, fattr->mdsthreshold);
4633 if (status < 0)
4634 goto xdr_error;
4635
David Quigleyaa9c2662013-05-22 12:50:44 -04004636 if (label) {
4637 status = decode_attr_security_label(xdr, bitmap, label);
4638 if (status < 0)
4639 goto xdr_error;
4640 fattr->valid |= status;
4641 }
4642
Bryan Schumakerae42c702010-10-21 16:33:17 -04004643xdr_error:
4644 dprintk("%s: xdr returned %d\n", __func__, -status);
4645 return status;
4646}
4647
4648static int decode_getfattr_generic(struct xdr_stream *xdr, struct nfs_fattr *fattr,
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05004649 struct nfs_fh *fh, struct nfs4_fs_locations *fs_loc,
David Quigleyaa9c2662013-05-22 12:50:44 -04004650 struct nfs4_label *label, const struct nfs_server *server)
Bryan Schumakerae42c702010-10-21 16:33:17 -04004651{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004652 unsigned int savep;
Bryan Schumakerae42c702010-10-21 16:33:17 -04004653 uint32_t attrlen,
Fred Isamandae100c2011-07-30 20:52:37 -04004654 bitmap[3] = {0};
Bryan Schumakerae42c702010-10-21 16:33:17 -04004655 int status;
4656
4657 status = decode_op_hdr(xdr, OP_GETATTR);
4658 if (status < 0)
4659 goto xdr_error;
4660
4661 status = decode_attr_bitmap(xdr, bitmap);
4662 if (status < 0)
4663 goto xdr_error;
4664
4665 status = decode_attr_length(xdr, &attrlen, &savep);
4666 if (status < 0)
4667 goto xdr_error;
4668
David Quigleyaa9c2662013-05-22 12:50:44 -04004669 status = decode_getfattr_attrs(xdr, bitmap, fattr, fh, fs_loc,
4670 label, server);
Bryan Schumakerae42c702010-10-21 16:33:17 -04004671 if (status < 0)
4672 goto xdr_error;
4673
Trond Myklebustf26c7a72009-03-11 14:10:26 -04004674 status = verify_attr_len(xdr, savep, attrlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004675xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004676 dprintk("%s: xdr returned %d\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677 return status;
4678}
4679
David Quigleyaa9c2662013-05-22 12:50:44 -04004680static int decode_getfattr_label(struct xdr_stream *xdr, struct nfs_fattr *fattr,
4681 struct nfs4_label *label, const struct nfs_server *server)
4682{
4683 return decode_getfattr_generic(xdr, fattr, NULL, NULL, label, server);
4684}
4685
Bryan Schumakerae42c702010-10-21 16:33:17 -04004686static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr,
Trond Myklebust6926afd2012-01-07 13:22:46 -05004687 const struct nfs_server *server)
Bryan Schumakerae42c702010-10-21 16:33:17 -04004688{
David Quigleyaa9c2662013-05-22 12:50:44 -04004689 return decode_getfattr_generic(xdr, fattr, NULL, NULL, NULL, server);
Bryan Schumakerae42c702010-10-21 16:33:17 -04004690}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004691
Andy Adamson504913f2010-10-20 00:17:57 -04004692/*
4693 * Decode potentially multiple layout types. Currently we only support
4694 * one layout driver per file system.
4695 */
4696static int decode_first_pnfs_layout_type(struct xdr_stream *xdr,
4697 uint32_t *layouttype)
4698{
Trond Myklebustb8a8a0d2013-08-20 21:08:56 -04004699 __be32 *p;
Andy Adamson504913f2010-10-20 00:17:57 -04004700 int num;
4701
4702 p = xdr_inline_decode(xdr, 4);
4703 if (unlikely(!p))
4704 goto out_overflow;
4705 num = be32_to_cpup(p);
4706
4707 /* pNFS is not supported by the underlying file system */
4708 if (num == 0) {
4709 *layouttype = 0;
4710 return 0;
4711 }
4712 if (num > 1)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05004713 printk(KERN_INFO "NFS: %s: Warning: Multiple pNFS layout "
4714 "drivers per filesystem not supported\n", __func__);
Andy Adamson504913f2010-10-20 00:17:57 -04004715
4716 /* Decode and set first layout type, move xdr->p past unused types */
4717 p = xdr_inline_decode(xdr, num * 4);
4718 if (unlikely(!p))
4719 goto out_overflow;
4720 *layouttype = be32_to_cpup(p);
4721 return 0;
4722out_overflow:
4723 print_overflow_msg(__func__, xdr);
4724 return -EIO;
4725}
4726
4727/*
4728 * The type of file system exported.
4729 * Note we must ensure that layouttype is set in any non-error case.
4730 */
4731static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap,
4732 uint32_t *layouttype)
4733{
4734 int status = 0;
4735
4736 dprintk("%s: bitmap is %x\n", __func__, bitmap[1]);
4737 if (unlikely(bitmap[1] & (FATTR4_WORD1_FS_LAYOUT_TYPES - 1U)))
4738 return -EIO;
4739 if (bitmap[1] & FATTR4_WORD1_FS_LAYOUT_TYPES) {
4740 status = decode_first_pnfs_layout_type(xdr, layouttype);
4741 bitmap[1] &= ~FATTR4_WORD1_FS_LAYOUT_TYPES;
4742 } else
4743 *layouttype = 0;
4744 return status;
4745}
4746
Fred Isamandae100c2011-07-30 20:52:37 -04004747/*
4748 * The prefered block size for layout directed io
4749 */
4750static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap,
4751 uint32_t *res)
4752{
4753 __be32 *p;
4754
4755 dprintk("%s: bitmap is %x\n", __func__, bitmap[2]);
4756 *res = 0;
4757 if (bitmap[2] & FATTR4_WORD2_LAYOUT_BLKSIZE) {
4758 p = xdr_inline_decode(xdr, 4);
4759 if (unlikely(!p)) {
4760 print_overflow_msg(__func__, xdr);
4761 return -EIO;
4762 }
4763 *res = be32_to_cpup(p);
4764 bitmap[2] &= ~FATTR4_WORD2_LAYOUT_BLKSIZE;
4765 }
4766 return 0;
4767}
4768
Linus Torvalds1da177e2005-04-16 15:20:36 -07004769static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo)
4770{
Trond Myklebust256e48b2012-06-21 11:18:13 -04004771 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04004772 uint32_t attrlen, bitmap[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004773 int status;
4774
4775 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4776 goto xdr_error;
4777 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4778 goto xdr_error;
4779 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4780 goto xdr_error;
4781
4782 fsinfo->rtmult = fsinfo->wtmult = 512; /* ??? */
4783
4784 if ((status = decode_attr_lease_time(xdr, bitmap, &fsinfo->lease_time)) != 0)
4785 goto xdr_error;
4786 if ((status = decode_attr_maxfilesize(xdr, bitmap, &fsinfo->maxfilesize)) != 0)
4787 goto xdr_error;
4788 if ((status = decode_attr_maxread(xdr, bitmap, &fsinfo->rtmax)) != 0)
4789 goto xdr_error;
4790 fsinfo->rtpref = fsinfo->dtpref = fsinfo->rtmax;
4791 if ((status = decode_attr_maxwrite(xdr, bitmap, &fsinfo->wtmax)) != 0)
4792 goto xdr_error;
4793 fsinfo->wtpref = fsinfo->wtmax;
Ricardo Labiaga55b6e772010-10-12 16:30:06 -07004794 status = decode_attr_time_delta(xdr, bitmap, &fsinfo->time_delta);
4795 if (status != 0)
4796 goto xdr_error;
Andy Adamson504913f2010-10-20 00:17:57 -04004797 status = decode_attr_pnfstype(xdr, bitmap, &fsinfo->layouttype);
4798 if (status != 0)
4799 goto xdr_error;
Fred Isamandae100c2011-07-30 20:52:37 -04004800 status = decode_attr_layout_blksize(xdr, bitmap, &fsinfo->blksize);
4801 if (status)
4802 goto xdr_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004803
4804 status = verify_attr_len(xdr, savep, attrlen);
4805xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004806 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004807 return status;
4808}
4809
4810static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh)
4811{
Al Viro8687b632006-10-19 23:28:48 -07004812 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004813 uint32_t len;
4814 int status;
4815
Trond Myklebust99367812007-07-17 21:52:41 -04004816 /* Zero handle first to allow comparisons */
4817 memset(fh, 0, sizeof(*fh));
4818
Linus Torvalds1da177e2005-04-16 15:20:36 -07004819 status = decode_op_hdr(xdr, OP_GETFH);
4820 if (status)
4821 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004822
Benny Halevyc0eae662009-08-14 17:20:14 +03004823 p = xdr_inline_decode(xdr, 4);
4824 if (unlikely(!p))
4825 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004826 len = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004827 if (len > NFS4_FHSIZE)
4828 return -EIO;
4829 fh->size = len;
Benny Halevyc0eae662009-08-14 17:20:14 +03004830 p = xdr_inline_decode(xdr, len);
4831 if (unlikely(!p))
4832 goto out_overflow;
Benny Halevy99398d02009-08-14 17:20:05 +03004833 memcpy(fh->data, p, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004834 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004835out_overflow:
4836 print_overflow_msg(__func__, xdr);
4837 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004838}
4839
4840static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4841{
4842 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004843
Linus Torvalds1da177e2005-04-16 15:20:36 -07004844 status = decode_op_hdr(xdr, OP_LINK);
4845 if (status)
4846 return status;
4847 return decode_change_info(xdr, cinfo);
4848}
4849
4850/*
4851 * We create the owner, so we know a proper owner.id length is 4.
4852 */
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004853static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004854{
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004855 uint64_t offset, length, clientid;
Al Viro8687b632006-10-19 23:28:48 -07004856 __be32 *p;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004857 uint32_t namelen, type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004858
Bryan Schumakerbabddc72010-10-20 15:44:29 -04004859 p = xdr_inline_decode(xdr, 32); /* read 32 bytes */
Benny Halevyc0eae662009-08-14 17:20:14 +03004860 if (unlikely(!p))
4861 goto out_overflow;
Bryan Schumakerbabddc72010-10-20 15:44:29 -04004862 p = xdr_decode_hyper(p, &offset); /* read 2 8-byte long words */
Benny Halevy3ceb4db2009-08-14 17:19:41 +03004863 p = xdr_decode_hyper(p, &length);
Bryan Schumakerbabddc72010-10-20 15:44:29 -04004864 type = be32_to_cpup(p++); /* 4 byte read */
4865 if (fl != NULL) { /* manipulate file lock */
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004866 fl->fl_start = (loff_t)offset;
4867 fl->fl_end = fl->fl_start + (loff_t)length - 1;
4868 if (length == ~(uint64_t)0)
4869 fl->fl_end = OFFSET_MAX;
4870 fl->fl_type = F_WRLCK;
4871 if (type & 1)
4872 fl->fl_type = F_RDLCK;
4873 fl->fl_pid = 0;
4874 }
Bryan Schumakerbabddc72010-10-20 15:44:29 -04004875 p = xdr_decode_hyper(p, &clientid); /* read 8 bytes */
4876 namelen = be32_to_cpup(p); /* read 4 bytes */ /* have read all 32 bytes now */
4877 p = xdr_inline_decode(xdr, namelen); /* variable size field */
Benny Halevyc0eae662009-08-14 17:20:14 +03004878 if (likely(p))
4879 return -NFS4ERR_DENIED;
4880out_overflow:
4881 print_overflow_msg(__func__, xdr);
4882 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004883}
4884
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004885static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004886{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887 int status;
4888
4889 status = decode_op_hdr(xdr, OP_LOCK);
Trond Myklebustc1d51932008-04-07 13:20:54 -04004890 if (status == -EIO)
4891 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004892 if (status == 0) {
Benny Halevy07d30432009-08-14 17:19:52 +03004893 status = decode_stateid(xdr, &res->stateid);
4894 if (unlikely(status))
4895 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004896 } else if (status == -NFS4ERR_DENIED)
Trond Myklebustc1d51932008-04-07 13:20:54 -04004897 status = decode_lock_denied(xdr, NULL);
4898 if (res->open_seqid != NULL)
4899 nfs_increment_open_seqid(status, res->open_seqid);
4900 nfs_increment_lock_seqid(status, res->lock_seqid);
4901out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902 return status;
4903}
4904
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004905static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004906{
4907 int status;
4908 status = decode_op_hdr(xdr, OP_LOCKT);
4909 if (status == -NFS4ERR_DENIED)
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004910 return decode_lock_denied(xdr, res->denied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004911 return status;
4912}
4913
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004914static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004915{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004916 int status;
4917
4918 status = decode_op_hdr(xdr, OP_LOCKU);
Trond Myklebustc1d51932008-04-07 13:20:54 -04004919 if (status != -EIO)
4920 nfs_increment_lock_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03004921 if (status == 0)
4922 status = decode_stateid(xdr, &res->stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004923 return status;
4924}
4925
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004926static int decode_release_lockowner(struct xdr_stream *xdr)
4927{
4928 return decode_op_hdr(xdr, OP_RELEASE_LOCKOWNER);
4929}
4930
Linus Torvalds1da177e2005-04-16 15:20:36 -07004931static int decode_lookup(struct xdr_stream *xdr)
4932{
4933 return decode_op_hdr(xdr, OP_LOOKUP);
4934}
4935
4936/* This is too sick! */
4937static int decode_space_limit(struct xdr_stream *xdr, u64 *maxsize)
4938{
Andy Adamson05d564f2008-12-23 16:06:15 -05004939 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004940 uint32_t limit_type, nblocks, blocksize;
4941
Benny Halevyc0eae662009-08-14 17:20:14 +03004942 p = xdr_inline_decode(xdr, 12);
4943 if (unlikely(!p))
4944 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03004945 limit_type = be32_to_cpup(p++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946 switch (limit_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05004947 case 1:
Benny Halevycccddf42009-08-14 17:20:19 +03004948 xdr_decode_hyper(p, maxsize);
Andy Adamson05d564f2008-12-23 16:06:15 -05004949 break;
4950 case 2:
Benny Halevy6f723f72009-08-14 17:19:37 +03004951 nblocks = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03004952 blocksize = be32_to_cpup(p);
Andy Adamson05d564f2008-12-23 16:06:15 -05004953 *maxsize = (uint64_t)nblocks * (uint64_t)blocksize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004954 }
4955 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03004956out_overflow:
4957 print_overflow_msg(__func__, xdr);
4958 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004959}
4960
4961static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res)
4962{
Andy Adamson05d564f2008-12-23 16:06:15 -05004963 __be32 *p;
4964 uint32_t delegation_type;
Benny Halevy07d30432009-08-14 17:19:52 +03004965 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004966
Benny Halevyc0eae662009-08-14 17:20:14 +03004967 p = xdr_inline_decode(xdr, 4);
4968 if (unlikely(!p))
4969 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004970 delegation_type = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004971 if (delegation_type == NFS4_OPEN_DELEGATE_NONE) {
4972 res->delegation_type = 0;
4973 return 0;
4974 }
Benny Halevy07d30432009-08-14 17:19:52 +03004975 status = decode_stateid(xdr, &res->delegation);
4976 if (unlikely(status))
4977 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03004978 p = xdr_inline_decode(xdr, 4);
4979 if (unlikely(!p))
4980 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03004981 res->do_recall = be32_to_cpup(p);
Andy Adamson05d564f2008-12-23 16:06:15 -05004982
Linus Torvalds1da177e2005-04-16 15:20:36 -07004983 switch (delegation_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05004984 case NFS4_OPEN_DELEGATE_READ:
4985 res->delegation_type = FMODE_READ;
4986 break;
4987 case NFS4_OPEN_DELEGATE_WRITE:
4988 res->delegation_type = FMODE_WRITE|FMODE_READ;
4989 if (decode_space_limit(xdr, &res->maxsize) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004990 return -EIO;
4991 }
David Howells7539bba2006-08-22 20:06:09 -04004992 return decode_ace(xdr, NULL, res->server->nfs_client);
Benny Halevyc0eae662009-08-14 17:20:14 +03004993out_overflow:
4994 print_overflow_msg(__func__, xdr);
4995 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004996}
4997
4998static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res)
4999{
Andy Adamson05d564f2008-12-23 16:06:15 -05005000 __be32 *p;
Jeff Laytonaa53ed52007-06-05 14:49:03 -04005001 uint32_t savewords, bmlen, i;
Andy Adamson05d564f2008-12-23 16:06:15 -05005002 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003
Andy Adamson05d564f2008-12-23 16:06:15 -05005004 status = decode_op_hdr(xdr, OP_OPEN);
Trond Myklebustc1d51932008-04-07 13:20:54 -04005005 if (status != -EIO)
5006 nfs_increment_open_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03005007 if (!status)
5008 status = decode_stateid(xdr, &res->stateid);
5009 if (unlikely(status))
Andy Adamson05d564f2008-12-23 16:06:15 -05005010 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005011
Andy Adamson05d564f2008-12-23 16:06:15 -05005012 decode_change_info(xdr, &res->cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005013
Benny Halevyc0eae662009-08-14 17:20:14 +03005014 p = xdr_inline_decode(xdr, 8);
5015 if (unlikely(!p))
5016 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03005017 res->rflags = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03005018 bmlen = be32_to_cpup(p);
Andy Adamson05d564f2008-12-23 16:06:15 -05005019 if (bmlen > 10)
5020 goto xdr_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005021
Benny Halevyc0eae662009-08-14 17:20:14 +03005022 p = xdr_inline_decode(xdr, bmlen << 2);
5023 if (unlikely(!p))
5024 goto out_overflow;
Jeff Laytonaa53ed52007-06-05 14:49:03 -04005025 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE);
5026 for (i = 0; i < savewords; ++i)
Benny Halevy6f723f72009-08-14 17:19:37 +03005027 res->attrset[i] = be32_to_cpup(p++);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04005028 for (; i < NFS4_BITMAP_SIZE; i++)
5029 res->attrset[i] = 0;
5030
Linus Torvalds1da177e2005-04-16 15:20:36 -07005031 return decode_delegation(xdr, res);
5032xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07005033 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005034 return -EIO;
Benny Halevyc0eae662009-08-14 17:20:14 +03005035out_overflow:
5036 print_overflow_msg(__func__, xdr);
5037 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005038}
5039
5040static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res)
5041{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005042 int status;
5043
Andy Adamson05d564f2008-12-23 16:06:15 -05005044 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
Trond Myklebustc1d51932008-04-07 13:20:54 -04005045 if (status != -EIO)
5046 nfs_increment_open_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03005047 if (!status)
5048 status = decode_stateid(xdr, &res->stateid);
5049 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005050}
5051
5052static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res)
5053{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005054 int status;
5055
5056 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
Trond Myklebustc1d51932008-04-07 13:20:54 -04005057 if (status != -EIO)
5058 nfs_increment_open_seqid(status, res->seqid);
Benny Halevy07d30432009-08-14 17:19:52 +03005059 if (!status)
5060 status = decode_stateid(xdr, &res->stateid);
5061 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005062}
5063
5064static int decode_putfh(struct xdr_stream *xdr)
5065{
5066 return decode_op_hdr(xdr, OP_PUTFH);
5067}
5068
5069static int decode_putrootfh(struct xdr_stream *xdr)
5070{
5071 return decode_op_hdr(xdr, OP_PUTROOTFH);
5072}
5073
5074static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs_readres *res)
5075{
Al Viro8687b632006-10-19 23:28:48 -07005076 __be32 *p;
Trond Myklebust64bd5772012-06-20 22:35:05 -04005077 uint32_t count, eof, recvd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005078 int status;
5079
5080 status = decode_op_hdr(xdr, OP_READ);
5081 if (status)
5082 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03005083 p = xdr_inline_decode(xdr, 8);
5084 if (unlikely(!p))
5085 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03005086 eof = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03005087 count = be32_to_cpup(p);
Trond Myklebust64bd5772012-06-20 22:35:05 -04005088 recvd = xdr_read_pages(xdr, count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005089 if (count > recvd) {
Chuck Leverfe82a182007-09-11 18:01:10 -04005090 dprintk("NFS: server cheating in read reply: "
Linus Torvalds1da177e2005-04-16 15:20:36 -07005091 "count %u > recvd %u\n", count, recvd);
5092 count = recvd;
5093 eof = 0;
5094 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005095 res->eof = eof;
5096 res->count = count;
5097 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005098out_overflow:
5099 print_overflow_msg(__func__, xdr);
5100 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005101}
5102
5103static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *readdir)
5104{
Chuck Leverbcecff72007-10-26 13:32:03 -04005105 int status;
Chuck Levercd937102012-03-02 17:14:31 -05005106 __be32 verf[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -07005107
5108 status = decode_op_hdr(xdr, OP_READDIR);
Benny Halevydb942bb2009-08-14 17:19:56 +03005109 if (!status)
5110 status = decode_verifier(xdr, readdir->verifier.data);
5111 if (unlikely(status))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005112 return status;
Chuck Levercd937102012-03-02 17:14:31 -05005113 memcpy(verf, readdir->verifier.data, sizeof(verf));
Fred Isaman44109242008-04-02 15:21:15 +03005114 dprintk("%s: verifier = %08x:%08x\n",
Chuck Levercd937102012-03-02 17:14:31 -05005115 __func__, verf[0], verf[1]);
Trond Myklebust64bd5772012-06-20 22:35:05 -04005116 return xdr_read_pages(xdr, xdr->buf->page_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005117}
5118
5119static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req)
5120{
5121 struct xdr_buf *rcvbuf = &req->rq_rcv_buf;
Chuck Leverbcecff72007-10-26 13:32:03 -04005122 u32 len, recvd;
Al Viro8687b632006-10-19 23:28:48 -07005123 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005124 int status;
5125
5126 status = decode_op_hdr(xdr, OP_READLINK);
5127 if (status)
5128 return status;
5129
5130 /* Convert length of symlink */
Benny Halevyc0eae662009-08-14 17:20:14 +03005131 p = xdr_inline_decode(xdr, 4);
5132 if (unlikely(!p))
5133 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03005134 len = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005135 if (len >= rcvbuf->page_len || len <= 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -04005136 dprintk("nfs: server returned giant symlink!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07005137 return -ENAMETOOLONG;
5138 }
Trond Myklebust64bd5772012-06-20 22:35:05 -04005139 recvd = xdr_read_pages(xdr, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005140 if (recvd < len) {
Chuck Leverfe82a182007-09-11 18:01:10 -04005141 dprintk("NFS: server cheating in readlink reply: "
Linus Torvalds1da177e2005-04-16 15:20:36 -07005142 "count %u > recvd %u\n", len, recvd);
5143 return -EIO;
5144 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005145 /*
5146 * The XDR encode routine has set things up so that
5147 * the link text will be copied directly into the
5148 * buffer. We just have to do overflow-checking,
5149 * and and null-terminate the text (the VFS expects
5150 * null-termination).
5151 */
Chuck Leverb4687da2010-09-21 16:55:48 -04005152 xdr_terminate_string(rcvbuf, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005153 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005154out_overflow:
5155 print_overflow_msg(__func__, xdr);
5156 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005157}
5158
5159static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
5160{
5161 int status;
5162
5163 status = decode_op_hdr(xdr, OP_REMOVE);
5164 if (status)
5165 goto out;
5166 status = decode_change_info(xdr, cinfo);
5167out:
5168 return status;
5169}
5170
5171static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo,
5172 struct nfs4_change_info *new_cinfo)
5173{
5174 int status;
5175
5176 status = decode_op_hdr(xdr, OP_RENAME);
5177 if (status)
5178 goto out;
5179 if ((status = decode_change_info(xdr, old_cinfo)))
5180 goto out;
5181 status = decode_change_info(xdr, new_cinfo);
5182out:
5183 return status;
5184}
5185
5186static int decode_renew(struct xdr_stream *xdr)
5187{
5188 return decode_op_hdr(xdr, OP_RENEW);
5189}
5190
Trond Myklebust56ae19f2005-10-27 22:12:40 -04005191static int
5192decode_restorefh(struct xdr_stream *xdr)
5193{
5194 return decode_op_hdr(xdr, OP_RESTOREFH);
5195}
5196
J. Bruce Fields029d1052005-06-22 17:16:22 +00005197static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req,
Andy Adamsonbf118a32011-12-07 11:55:27 -05005198 struct nfs_getaclres *res)
J. Bruce Fields029d1052005-06-22 17:16:22 +00005199{
Trond Myklebust256e48b2012-06-21 11:18:13 -04005200 unsigned int savep;
J. Bruce Fields029d1052005-06-22 17:16:22 +00005201 uint32_t attrlen,
Fred Isamandae100c2011-07-30 20:52:37 -04005202 bitmap[3] = {0};
J. Bruce Fields029d1052005-06-22 17:16:22 +00005203 int status;
Trond Myklebustcff298c2012-08-14 17:14:17 -04005204 unsigned int pg_offset;
J. Bruce Fields029d1052005-06-22 17:16:22 +00005205
Andy Adamsonbf118a32011-12-07 11:55:27 -05005206 res->acl_len = 0;
J. Bruce Fields029d1052005-06-22 17:16:22 +00005207 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
5208 goto out;
Sachin Prabhu5a006892012-04-17 14:35:39 +01005209
Trond Myklebust519d3952012-08-14 17:30:10 -04005210 xdr_enter_page(xdr, xdr->buf->page_len);
5211
Trond Myklebustcff298c2012-08-14 17:14:17 -04005212 /* Calculate the offset of the page data */
5213 pg_offset = xdr->buf->head[0].iov_len;
Sachin Prabhu5a006892012-04-17 14:35:39 +01005214
J. Bruce Fields029d1052005-06-22 17:16:22 +00005215 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
5216 goto out;
5217 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
5218 goto out;
5219
5220 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U)))
5221 return -EIO;
5222 if (likely(bitmap[0] & FATTR4_WORD0_ACL)) {
J. Bruce Fields029d1052005-06-22 17:16:22 +00005223
Andy Adamsonbf118a32011-12-07 11:55:27 -05005224 /* The bitmap (xdr len + bitmaps) and the attr xdr len words
5225 * are stored with the acl data to handle the problem of
5226 * variable length bitmaps.*/
Trond Myklebustcff298c2012-08-14 17:14:17 -04005227 res->acl_data_offset = xdr_stream_pos(xdr) - pg_offset;
Trond Myklebust519d3952012-08-14 17:30:10 -04005228 res->acl_len = attrlen;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07005229
5230 /* Check for receive buffer overflow */
5231 if (res->acl_len > (xdr->nwords << 2) ||
5232 res->acl_len + res->acl_data_offset > xdr->buf->page_len) {
5233 res->acl_flags |= NFS4_ACL_TRUNC;
Trond Myklebust519d3952012-08-14 17:30:10 -04005234 dprintk("NFS: acl reply: attrlen %u > page_len %u\n",
Trond Myklebustcff298c2012-08-14 17:14:17 -04005235 attrlen, xdr->nwords << 2);
J. Bruce Fields029d1052005-06-22 17:16:22 +00005236 }
J. Bruce Fields8c233cf2005-10-13 16:54:27 -04005237 } else
5238 status = -EOPNOTSUPP;
J. Bruce Fields029d1052005-06-22 17:16:22 +00005239
5240out:
5241 return status;
5242}
5243
Linus Torvalds1da177e2005-04-16 15:20:36 -07005244static int
5245decode_savefh(struct xdr_stream *xdr)
5246{
5247 return decode_op_hdr(xdr, OP_SAVEFH);
5248}
5249
Benny Halevy9e9ecc02009-04-01 09:22:00 -04005250static int decode_setattr(struct xdr_stream *xdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005251{
Al Viro8687b632006-10-19 23:28:48 -07005252 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005253 uint32_t bmlen;
5254 int status;
5255
Linus Torvalds1da177e2005-04-16 15:20:36 -07005256 status = decode_op_hdr(xdr, OP_SETATTR);
5257 if (status)
5258 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03005259 p = xdr_inline_decode(xdr, 4);
5260 if (unlikely(!p))
5261 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03005262 bmlen = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03005263 p = xdr_inline_decode(xdr, bmlen << 2);
5264 if (likely(p))
5265 return 0;
5266out_overflow:
5267 print_overflow_msg(__func__, xdr);
5268 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005269}
5270
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005271static int decode_setclientid(struct xdr_stream *xdr, struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005272{
Al Viro8687b632006-10-19 23:28:48 -07005273 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005274 uint32_t opnum;
5275 int32_t nfserr;
5276
Benny Halevyc0eae662009-08-14 17:20:14 +03005277 p = xdr_inline_decode(xdr, 8);
5278 if (unlikely(!p))
5279 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03005280 opnum = be32_to_cpup(p++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005281 if (opnum != OP_SETCLIENTID) {
Chuck Leverfe82a182007-09-11 18:01:10 -04005282 dprintk("nfs: decode_setclientid: Server returned operation"
Andy Adamson6c0195a2008-12-23 16:06:15 -05005283 " %d\n", opnum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005284 return -EIO;
5285 }
Benny Halevycccddf42009-08-14 17:20:19 +03005286 nfserr = be32_to_cpup(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005287 if (nfserr == NFS_OK) {
Benny Halevyc0eae662009-08-14 17:20:14 +03005288 p = xdr_inline_decode(xdr, 8 + NFS4_VERIFIER_SIZE);
5289 if (unlikely(!p))
5290 goto out_overflow;
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005291 p = xdr_decode_hyper(p, &res->clientid);
5292 memcpy(res->confirm.data, p, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005293 } else if (nfserr == NFSERR_CLID_INUSE) {
5294 uint32_t len;
5295
5296 /* skip netid string */
Benny Halevyc0eae662009-08-14 17:20:14 +03005297 p = xdr_inline_decode(xdr, 4);
5298 if (unlikely(!p))
5299 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03005300 len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03005301 p = xdr_inline_decode(xdr, len);
5302 if (unlikely(!p))
5303 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005304
5305 /* skip uaddr string */
Benny Halevyc0eae662009-08-14 17:20:14 +03005306 p = xdr_inline_decode(xdr, 4);
5307 if (unlikely(!p))
5308 goto out_overflow;
Benny Halevycccddf42009-08-14 17:20:19 +03005309 len = be32_to_cpup(p);
Benny Halevyc0eae662009-08-14 17:20:14 +03005310 p = xdr_inline_decode(xdr, len);
5311 if (unlikely(!p))
5312 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005313 return -NFSERR_CLID_INUSE;
5314 } else
Benny Halevy856dff32008-03-31 17:39:06 +03005315 return nfs4_stat_to_errno(nfserr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005316
5317 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005318out_overflow:
5319 print_overflow_msg(__func__, xdr);
5320 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005321}
5322
5323static int decode_setclientid_confirm(struct xdr_stream *xdr)
5324{
5325 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
5326}
5327
5328static int decode_write(struct xdr_stream *xdr, struct nfs_writeres *res)
5329{
Al Viro8687b632006-10-19 23:28:48 -07005330 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005331 int status;
5332
5333 status = decode_op_hdr(xdr, OP_WRITE);
5334 if (status)
5335 return status;
5336
Trond Myklebust2f2c63b2012-06-08 11:56:09 -04005337 p = xdr_inline_decode(xdr, 8);
Benny Halevyc0eae662009-08-14 17:20:14 +03005338 if (unlikely(!p))
5339 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03005340 res->count = be32_to_cpup(p++);
5341 res->verf->committed = be32_to_cpup(p++);
Trond Myklebust2f2c63b2012-06-08 11:56:09 -04005342 return decode_write_verifier(xdr, &res->verf->verifier);
Benny Halevyc0eae662009-08-14 17:20:14 +03005343out_overflow:
5344 print_overflow_msg(__func__, xdr);
5345 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005346}
5347
5348static int decode_delegreturn(struct xdr_stream *xdr)
5349{
5350 return decode_op_hdr(xdr, OP_DELEGRETURN);
5351}
5352
Chuck Leverfb15b262013-03-16 15:54:34 -04005353static int decode_secinfo_gss(struct xdr_stream *xdr,
5354 struct nfs4_secinfo4 *flavor)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005355{
Chuck Leverfb15b262013-03-16 15:54:34 -04005356 u32 oid_len;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005357 __be32 *p;
5358
5359 p = xdr_inline_decode(xdr, 4);
5360 if (unlikely(!p))
5361 goto out_overflow;
Chuck Leverfb15b262013-03-16 15:54:34 -04005362 oid_len = be32_to_cpup(p);
5363 if (oid_len > GSS_OID_MAX_LEN)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005364 goto out_err;
5365
Chuck Leverfb15b262013-03-16 15:54:34 -04005366 p = xdr_inline_decode(xdr, oid_len);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005367 if (unlikely(!p))
5368 goto out_overflow;
Chuck Leverfb15b262013-03-16 15:54:34 -04005369 memcpy(flavor->flavor_info.oid.data, p, oid_len);
5370 flavor->flavor_info.oid.len = oid_len;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005371
5372 p = xdr_inline_decode(xdr, 8);
5373 if (unlikely(!p))
5374 goto out_overflow;
Chuck Leverfb15b262013-03-16 15:54:34 -04005375 flavor->flavor_info.qop = be32_to_cpup(p++);
5376 flavor->flavor_info.service = be32_to_cpup(p);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005377
5378 return 0;
5379
5380out_overflow:
5381 print_overflow_msg(__func__, xdr);
5382 return -EIO;
5383out_err:
5384 return -EINVAL;
5385}
5386
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04005387static int decode_secinfo_common(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005388{
Chuck Leverfb15b262013-03-16 15:54:34 -04005389 struct nfs4_secinfo4 *sec_flavor;
5390 unsigned int i, num_flavors;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005391 int status;
5392 __be32 *p;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005393
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005394 p = xdr_inline_decode(xdr, 4);
5395 if (unlikely(!p))
5396 goto out_overflow;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005397
Bryan Schumakerc3dfc282011-04-13 14:31:31 -04005398 res->flavors->num_flavors = 0;
5399 num_flavors = be32_to_cpup(p);
5400
5401 for (i = 0; i < num_flavors; i++) {
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005402 sec_flavor = &res->flavors->flavors[i];
Bryan Schumakerc3dfc282011-04-13 14:31:31 -04005403 if ((char *)&sec_flavor[1] - (char *)res->flavors > PAGE_SIZE)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005404 break;
5405
5406 p = xdr_inline_decode(xdr, 4);
5407 if (unlikely(!p))
5408 goto out_overflow;
5409 sec_flavor->flavor = be32_to_cpup(p);
5410
5411 if (sec_flavor->flavor == RPC_AUTH_GSS) {
Bryan Schumaker613e9012011-04-27 15:28:44 -04005412 status = decode_secinfo_gss(xdr, sec_flavor);
5413 if (status)
5414 goto out;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005415 }
Bryan Schumakerc3dfc282011-04-13 14:31:31 -04005416 res->flavors->num_flavors++;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005417 }
5418
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04005419 status = 0;
Bryan Schumaker613e9012011-04-27 15:28:44 -04005420out:
5421 return status;
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00005422out_overflow:
5423 print_overflow_msg(__func__, xdr);
5424 return -EIO;
5425}
5426
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04005427static int decode_secinfo(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
5428{
5429 int status = decode_op_hdr(xdr, OP_SECINFO);
5430 if (status)
5431 return status;
5432 return decode_secinfo_common(xdr, res);
5433}
5434
Benny Halevy99fe60d2009-04-01 09:22:29 -04005435#if defined(CONFIG_NFS_V4_1)
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04005436static int decode_secinfo_no_name(struct xdr_stream *xdr, struct nfs4_secinfo_res *res)
5437{
5438 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME);
5439 if (status)
5440 return status;
5441 return decode_secinfo_common(xdr, res);
5442}
5443
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04005444static int decode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map)
5445{
5446 __be32 *p;
5447 uint32_t bitmap_words;
5448 unsigned int i;
5449
5450 p = xdr_inline_decode(xdr, 4);
5451 bitmap_words = be32_to_cpup(p++);
5452 if (bitmap_words > NFS4_OP_MAP_NUM_WORDS)
5453 return -EIO;
5454 p = xdr_inline_decode(xdr, 4 * bitmap_words);
5455 for (i = 0; i < bitmap_words; i++)
5456 op_map->u.words[i] = be32_to_cpup(p++);
5457
5458 return 0;
5459}
5460
Benny Halevy99fe60d2009-04-01 09:22:29 -04005461static int decode_exchange_id(struct xdr_stream *xdr,
5462 struct nfs41_exchange_id_res *res)
5463{
5464 __be32 *p;
5465 uint32_t dummy;
Benny Halevy2460ba52009-08-14 17:20:10 +03005466 char *dummy_str;
Benny Halevy99fe60d2009-04-01 09:22:29 -04005467 int status;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005468 uint32_t impl_id_count;
Benny Halevy99fe60d2009-04-01 09:22:29 -04005469
5470 status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
5471 if (status)
5472 return status;
5473
Benny Halevyc0eae662009-08-14 17:20:14 +03005474 p = xdr_inline_decode(xdr, 8);
5475 if (unlikely(!p))
5476 goto out_overflow;
Trond Myklebust32b01312012-05-26 13:41:04 -04005477 xdr_decode_hyper(p, &res->clientid);
Benny Halevyc0eae662009-08-14 17:20:14 +03005478 p = xdr_inline_decode(xdr, 12);
5479 if (unlikely(!p))
5480 goto out_overflow;
Trond Myklebust32b01312012-05-26 13:41:04 -04005481 res->seqid = be32_to_cpup(p++);
5482 res->flags = be32_to_cpup(p++);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005483
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04005484 res->state_protect.how = be32_to_cpup(p);
5485 switch (res->state_protect.how) {
5486 case SP4_NONE:
5487 break;
5488 case SP4_MACH_CRED:
5489 status = decode_op_map(xdr, &res->state_protect.enforce);
5490 if (status)
5491 return status;
5492 status = decode_op_map(xdr, &res->state_protect.allow);
5493 if (status)
5494 return status;
5495 break;
5496 default:
5497 WARN_ON_ONCE(1);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005498 return -EIO;
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04005499 }
Benny Halevy99fe60d2009-04-01 09:22:29 -04005500
Chuck Leveracdeb692012-05-21 22:46:16 -04005501 /* server_owner4.so_minor_id */
Benny Halevyc0eae662009-08-14 17:20:14 +03005502 p = xdr_inline_decode(xdr, 8);
5503 if (unlikely(!p))
5504 goto out_overflow;
Chuck Leveracdeb692012-05-21 22:46:16 -04005505 p = xdr_decode_hyper(p, &res->server_owner->minor_id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005506
Chuck Leveracdeb692012-05-21 22:46:16 -04005507 /* server_owner4.so_major_id */
Benny Halevy2460ba52009-08-14 17:20:10 +03005508 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5509 if (unlikely(status))
5510 return status;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005511 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5512 return -EIO;
Chuck Leveracdeb692012-05-21 22:46:16 -04005513 memcpy(res->server_owner->major_id, dummy_str, dummy);
5514 res->server_owner->major_id_sz = dummy;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005515
Chuck Leveracdeb692012-05-21 22:46:16 -04005516 /* server_scope4 */
5517 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5518 if (unlikely(status))
5519 return status;
5520 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5521 return -EIO;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005522 memcpy(res->server_scope->server_scope, dummy_str, dummy);
5523 res->server_scope->server_scope_sz = dummy;
5524
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005525 /* Implementation Id */
5526 p = xdr_inline_decode(xdr, 4);
5527 if (unlikely(!p))
5528 goto out_overflow;
5529 impl_id_count = be32_to_cpup(p++);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005530
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005531 if (impl_id_count) {
5532 /* nii_domain */
5533 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5534 if (unlikely(status))
5535 return status;
5536 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5537 return -EIO;
5538 memcpy(res->impl_id->domain, dummy_str, dummy);
5539
5540 /* nii_name */
5541 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
5542 if (unlikely(status))
5543 return status;
5544 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
5545 return -EIO;
5546 memcpy(res->impl_id->name, dummy_str, dummy);
5547
5548 /* nii_date */
5549 p = xdr_inline_decode(xdr, 12);
5550 if (unlikely(!p))
5551 goto out_overflow;
5552 p = xdr_decode_hyper(p, &res->impl_id->date.seconds);
5553 res->impl_id->date.nseconds = be32_to_cpup(p);
5554
5555 /* if there's more than one entry, ignore the rest */
5556 }
Benny Halevy99fe60d2009-04-01 09:22:29 -04005557 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005558out_overflow:
5559 print_overflow_msg(__func__, xdr);
5560 return -EIO;
Benny Halevy99fe60d2009-04-01 09:22:29 -04005561}
Andy Adamsonfc931582009-04-01 09:22:31 -04005562
5563static int decode_chan_attrs(struct xdr_stream *xdr,
5564 struct nfs4_channel_attrs *attrs)
5565{
5566 __be32 *p;
Benny Halevyc9c30dd2011-06-11 17:08:39 -04005567 u32 nr_attrs, val;
Andy Adamsonfc931582009-04-01 09:22:31 -04005568
Benny Halevyc0eae662009-08-14 17:20:14 +03005569 p = xdr_inline_decode(xdr, 28);
5570 if (unlikely(!p))
5571 goto out_overflow;
Benny Halevyc9c30dd2011-06-11 17:08:39 -04005572 val = be32_to_cpup(p++); /* headerpadsz */
5573 if (val)
5574 return -EINVAL; /* no support for header padding yet */
Benny Halevy6f723f72009-08-14 17:19:37 +03005575 attrs->max_rqst_sz = be32_to_cpup(p++);
5576 attrs->max_resp_sz = be32_to_cpup(p++);
5577 attrs->max_resp_sz_cached = be32_to_cpup(p++);
5578 attrs->max_ops = be32_to_cpup(p++);
5579 attrs->max_reqs = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03005580 nr_attrs = be32_to_cpup(p);
Andy Adamsonfc931582009-04-01 09:22:31 -04005581 if (unlikely(nr_attrs > 1)) {
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005582 printk(KERN_WARNING "NFS: %s: Invalid rdma channel attrs "
5583 "count %u\n", __func__, nr_attrs);
Andy Adamsonfc931582009-04-01 09:22:31 -04005584 return -EINVAL;
5585 }
Benny Halevyc0eae662009-08-14 17:20:14 +03005586 if (nr_attrs == 1) {
5587 p = xdr_inline_decode(xdr, 4); /* skip rdma_attrs */
5588 if (unlikely(!p))
5589 goto out_overflow;
5590 }
Andy Adamsonfc931582009-04-01 09:22:31 -04005591 return 0;
Benny Halevyc0eae662009-08-14 17:20:14 +03005592out_overflow:
5593 print_overflow_msg(__func__, xdr);
5594 return -EIO;
Andy Adamsonfc931582009-04-01 09:22:31 -04005595}
5596
Benny Halevye78291e2009-08-14 17:20:00 +03005597static int decode_sessionid(struct xdr_stream *xdr, struct nfs4_sessionid *sid)
5598{
5599 return decode_opaque_fixed(xdr, sid->data, NFS4_MAX_SESSIONID_LEN);
Andy Adamsonfc931582009-04-01 09:22:31 -04005600}
5601
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04005602static int decode_bind_conn_to_session(struct xdr_stream *xdr,
5603 struct nfs41_bind_conn_to_session_res *res)
5604{
5605 __be32 *p;
5606 int status;
5607
5608 status = decode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION);
5609 if (!status)
5610 status = decode_sessionid(xdr, &res->session->sess_id);
5611 if (unlikely(status))
5612 return status;
5613
5614 /* dir flags, rdma mode bool */
5615 p = xdr_inline_decode(xdr, 8);
5616 if (unlikely(!p))
5617 goto out_overflow;
5618
5619 res->dir = be32_to_cpup(p++);
5620 if (res->dir == 0 || res->dir > NFS4_CDFS4_BOTH)
5621 return -EIO;
5622 if (be32_to_cpup(p) == 0)
5623 res->use_conn_in_rdma_mode = false;
5624 else
5625 res->use_conn_in_rdma_mode = true;
5626
5627 return 0;
5628out_overflow:
5629 print_overflow_msg(__func__, xdr);
5630 return -EIO;
5631}
5632
Andy Adamsonfc931582009-04-01 09:22:31 -04005633static int decode_create_session(struct xdr_stream *xdr,
5634 struct nfs41_create_session_res *res)
5635{
5636 __be32 *p;
5637 int status;
5638 struct nfs_client *clp = res->client;
5639 struct nfs4_session *session = clp->cl_session;
5640
5641 status = decode_op_hdr(xdr, OP_CREATE_SESSION);
Benny Halevye78291e2009-08-14 17:20:00 +03005642 if (!status)
5643 status = decode_sessionid(xdr, &session->sess_id);
5644 if (unlikely(status))
Andy Adamsonfc931582009-04-01 09:22:31 -04005645 return status;
5646
Andy Adamsonfc931582009-04-01 09:22:31 -04005647 /* seqid, flags */
Benny Halevyc0eae662009-08-14 17:20:14 +03005648 p = xdr_inline_decode(xdr, 8);
5649 if (unlikely(!p))
5650 goto out_overflow;
Benny Halevy6f723f72009-08-14 17:19:37 +03005651 clp->cl_seqid = be32_to_cpup(p++);
Benny Halevycccddf42009-08-14 17:20:19 +03005652 session->flags = be32_to_cpup(p);
Andy Adamsonfc931582009-04-01 09:22:31 -04005653
5654 /* Channel attributes */
5655 status = decode_chan_attrs(xdr, &session->fc_attrs);
5656 if (!status)
5657 status = decode_chan_attrs(xdr, &session->bc_attrs);
5658 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03005659out_overflow:
5660 print_overflow_msg(__func__, xdr);
5661 return -EIO;
Andy Adamsonfc931582009-04-01 09:22:31 -04005662}
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005663
5664static int decode_destroy_session(struct xdr_stream *xdr, void *dummy)
5665{
5666 return decode_op_hdr(xdr, OP_DESTROY_SESSION);
5667}
Ricardo Labiaga180197532009-12-05 16:08:40 -05005668
Trond Myklebust66245532012-05-25 17:18:09 -04005669static int decode_destroy_clientid(struct xdr_stream *xdr, void *dummy)
5670{
5671 return decode_op_hdr(xdr, OP_DESTROY_CLIENTID);
5672}
5673
Ricardo Labiaga180197532009-12-05 16:08:40 -05005674static int decode_reclaim_complete(struct xdr_stream *xdr, void *dummy)
5675{
5676 return decode_op_hdr(xdr, OP_RECLAIM_COMPLETE);
5677}
Benny Halevy99fe60d2009-04-01 09:22:29 -04005678#endif /* CONFIG_NFS_V4_1 */
5679
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005680static int decode_sequence(struct xdr_stream *xdr,
5681 struct nfs4_sequence_res *res,
5682 struct rpc_rqst *rqstp)
5683{
5684#if defined(CONFIG_NFS_V4_1)
Trond Myklebuste3725ec2012-11-16 12:25:01 -05005685 struct nfs4_session *session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005686 struct nfs4_sessionid id;
5687 u32 dummy;
5688 int status;
5689 __be32 *p;
5690
Trond Myklebuste3725ec2012-11-16 12:25:01 -05005691 if (res->sr_slot == NULL)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005692 return 0;
Chuck Lever3bd23842013-08-09 12:49:19 -04005693 if (!res->sr_slot->table->session)
5694 return 0;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005695
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005696 status = decode_op_hdr(xdr, OP_SEQUENCE);
Benny Halevye78291e2009-08-14 17:20:00 +03005697 if (!status)
5698 status = decode_sessionid(xdr, &id);
5699 if (unlikely(status))
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005700 goto out_err;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005701
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005702 /*
5703 * If the server returns different values for sessionID, slotID or
5704 * sequence number, the server is looney tunes.
5705 */
Trond Myklebustfdcb4572010-02-08 09:32:40 -05005706 status = -EREMOTEIO;
Trond Myklebuste3725ec2012-11-16 12:25:01 -05005707 session = res->sr_slot->table->session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005708
Trond Myklebuste3725ec2012-11-16 12:25:01 -05005709 if (memcmp(id.data, session->sess_id.data,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005710 NFS4_MAX_SESSIONID_LEN)) {
5711 dprintk("%s Invalid session id\n", __func__);
5712 goto out_err;
5713 }
Benny Halevye78291e2009-08-14 17:20:00 +03005714
Benny Halevyc0eae662009-08-14 17:20:14 +03005715 p = xdr_inline_decode(xdr, 20);
5716 if (unlikely(!p))
5717 goto out_overflow;
Benny Halevye78291e2009-08-14 17:20:00 +03005718
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005719 /* seqid */
Benny Halevy6f723f72009-08-14 17:19:37 +03005720 dummy = be32_to_cpup(p++);
Benny Halevydfb4f3092010-09-24 09:17:01 -04005721 if (dummy != res->sr_slot->seq_nr) {
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005722 dprintk("%s Invalid sequence number\n", __func__);
5723 goto out_err;
5724 }
5725 /* slot id */
Benny Halevy6f723f72009-08-14 17:19:37 +03005726 dummy = be32_to_cpup(p++);
Trond Myklebustdf2fabf2012-11-16 12:45:06 -05005727 if (dummy != res->sr_slot->slot_nr) {
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005728 dprintk("%s Invalid slot id\n", __func__);
5729 goto out_err;
5730 }
Trond Myklebustda0507b2012-11-20 18:10:30 -05005731 /* highest slot id */
5732 res->sr_highest_slotid = be32_to_cpup(p++);
Trond Myklebust464ee9f2012-11-20 12:49:27 -05005733 /* target highest slot id */
5734 res->sr_target_highest_slotid = be32_to_cpup(p++);
Alexandros Batsakis0629e372009-12-05 13:46:14 -05005735 /* result flags */
5736 res->sr_status_flags = be32_to_cpup(p);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005737 status = 0;
5738out_err:
5739 res->sr_status = status;
5740 return status;
Benny Halevyc0eae662009-08-14 17:20:14 +03005741out_overflow:
5742 print_overflow_msg(__func__, xdr);
5743 status = -EIO;
5744 goto out_err;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005745#else /* CONFIG_NFS_V4_1 */
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005746 return 0;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005747#endif /* CONFIG_NFS_V4_1 */
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005748}
5749
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005750#if defined(CONFIG_NFS_V4_1)
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005751/*
5752 * TODO: Need to handle case when EOF != true;
5753 */
5754static int decode_getdevicelist(struct xdr_stream *xdr,
5755 struct pnfs_devicelist *res)
5756{
5757 __be32 *p;
5758 int status, i;
Trond Myklebust98d94522012-06-08 12:01:14 -04005759 nfs4_verifier verftemp;
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005760
5761 status = decode_op_hdr(xdr, OP_GETDEVICELIST);
5762 if (status)
5763 return status;
5764
5765 p = xdr_inline_decode(xdr, 8 + 8 + 4);
5766 if (unlikely(!p))
5767 goto out_overflow;
5768
5769 /* TODO: Skip cookie for now */
5770 p += 2;
5771
5772 /* Read verifier */
Trond Myklebust98d94522012-06-08 12:01:14 -04005773 p = xdr_decode_opaque_fixed(p, verftemp.data, NFS4_VERIFIER_SIZE);
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005774
5775 res->num_devs = be32_to_cpup(p);
5776
5777 dprintk("%s: num_dev %d\n", __func__, res->num_devs);
5778
5779 if (res->num_devs > NFS4_PNFS_GETDEVLIST_MAXNUM) {
Weston Andros Adamsona0308892012-01-26 13:32:23 -05005780 printk(KERN_ERR "NFS: %s too many result dev_num %u\n",
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005781 __func__, res->num_devs);
5782 return -EIO;
5783 }
5784
5785 p = xdr_inline_decode(xdr,
5786 res->num_devs * NFS4_DEVICEID4_SIZE + 4);
5787 if (unlikely(!p))
5788 goto out_overflow;
5789 for (i = 0; i < res->num_devs; i++)
5790 p = xdr_decode_opaque_fixed(p, res->dev_id[i].data,
5791 NFS4_DEVICEID4_SIZE);
5792 res->eof = be32_to_cpup(p);
5793 return 0;
5794out_overflow:
5795 print_overflow_msg(__func__, xdr);
5796 return -EIO;
5797}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005798
5799static int decode_getdeviceinfo(struct xdr_stream *xdr,
5800 struct pnfs_device *pdev)
5801{
5802 __be32 *p;
5803 uint32_t len, type;
5804 int status;
5805
5806 status = decode_op_hdr(xdr, OP_GETDEVICEINFO);
5807 if (status) {
5808 if (status == -ETOOSMALL) {
5809 p = xdr_inline_decode(xdr, 4);
5810 if (unlikely(!p))
5811 goto out_overflow;
5812 pdev->mincount = be32_to_cpup(p);
5813 dprintk("%s: Min count too small. mincnt = %u\n",
5814 __func__, pdev->mincount);
5815 }
5816 return status;
5817 }
5818
5819 p = xdr_inline_decode(xdr, 8);
5820 if (unlikely(!p))
5821 goto out_overflow;
5822 type = be32_to_cpup(p++);
5823 if (type != pdev->layout_type) {
5824 dprintk("%s: layout mismatch req: %u pdev: %u\n",
5825 __func__, pdev->layout_type, type);
5826 return -EINVAL;
5827 }
5828 /*
5829 * Get the length of the opaque device_addr4. xdr_read_pages places
5830 * the opaque device_addr4 in the xdr_buf->pages (pnfs_device->pages)
5831 * and places the remaining xdr data in xdr_buf->tail
5832 */
5833 pdev->mincount = be32_to_cpup(p);
Trond Myklebust13fe4ba2012-08-01 14:21:12 -04005834 if (xdr_read_pages(xdr, pdev->mincount) != pdev->mincount)
5835 goto out_overflow;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005836
5837 /* Parse notification bitmap, verifying that it is zero. */
5838 p = xdr_inline_decode(xdr, 4);
5839 if (unlikely(!p))
5840 goto out_overflow;
5841 len = be32_to_cpup(p);
5842 if (len) {
Chuck Leveread00592010-12-14 14:58:21 +00005843 uint32_t i;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005844
5845 p = xdr_inline_decode(xdr, 4 * len);
5846 if (unlikely(!p))
5847 goto out_overflow;
5848 for (i = 0; i < len; i++, p++) {
5849 if (be32_to_cpup(p)) {
5850 dprintk("%s: notifications not supported\n",
5851 __func__);
5852 return -EIO;
5853 }
5854 }
5855 }
5856 return 0;
5857out_overflow:
5858 print_overflow_msg(__func__, xdr);
5859 return -EIO;
5860}
5861
5862static int decode_layoutget(struct xdr_stream *xdr, struct rpc_rqst *req,
5863 struct nfs4_layoutget_res *res)
5864{
5865 __be32 *p;
5866 int status;
5867 u32 layout_count;
Trond Myklebust64bd5772012-06-20 22:35:05 -04005868 u32 recvd;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005869
5870 status = decode_op_hdr(xdr, OP_LAYOUTGET);
5871 if (status)
5872 return status;
Trond Myklebustea9d23f2012-03-04 18:13:56 -05005873 p = xdr_inline_decode(xdr, 4);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005874 if (unlikely(!p))
5875 goto out_overflow;
Trond Myklebustea9d23f2012-03-04 18:13:56 -05005876 res->return_on_close = be32_to_cpup(p);
5877 decode_stateid(xdr, &res->stateid);
5878 p = xdr_inline_decode(xdr, 4);
5879 if (unlikely(!p))
5880 goto out_overflow;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005881 layout_count = be32_to_cpup(p);
5882 if (!layout_count) {
5883 dprintk("%s: server responded with empty layout array\n",
5884 __func__);
5885 return -EINVAL;
5886 }
5887
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005888 p = xdr_inline_decode(xdr, 28);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005889 if (unlikely(!p))
5890 goto out_overflow;
5891 p = xdr_decode_hyper(p, &res->range.offset);
5892 p = xdr_decode_hyper(p, &res->range.length);
5893 res->range.iomode = be32_to_cpup(p++);
5894 res->type = be32_to_cpup(p++);
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005895 res->layoutp->len = be32_to_cpup(p);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005896
5897 dprintk("%s roff:%lu rlen:%lu riomode:%d, lo_type:0x%x, lo.len:%d\n",
5898 __func__,
5899 (unsigned long)res->range.offset,
5900 (unsigned long)res->range.length,
5901 res->range.iomode,
5902 res->type,
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005903 res->layoutp->len);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005904
Trond Myklebust64bd5772012-06-20 22:35:05 -04005905 recvd = xdr_read_pages(xdr, res->layoutp->len);
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005906 if (res->layoutp->len > recvd) {
5907 dprintk("NFS: server cheating in layoutget reply: "
5908 "layout len %u > recvd %u\n",
5909 res->layoutp->len, recvd);
5910 return -EINVAL;
5911 }
5912
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005913 if (layout_count > 1) {
5914 /* We only handle a length one array at the moment. Any
5915 * further entries are just ignored. Note that this means
5916 * the client may see a response that is less than the
5917 * minimum it requested.
5918 */
5919 dprintk("%s: server responded with %d layouts, dropping tail\n",
5920 __func__, layout_count);
5921 }
5922
5923 return 0;
5924out_overflow:
5925 print_overflow_msg(__func__, xdr);
5926 return -EIO;
5927}
Andy Adamson863a3c62011-03-23 13:27:54 +00005928
Benny Halevycbe82602011-05-22 19:52:37 +03005929static int decode_layoutreturn(struct xdr_stream *xdr,
5930 struct nfs4_layoutreturn_res *res)
5931{
5932 __be32 *p;
5933 int status;
5934
5935 status = decode_op_hdr(xdr, OP_LAYOUTRETURN);
5936 if (status)
5937 return status;
5938 p = xdr_inline_decode(xdr, 4);
5939 if (unlikely(!p))
5940 goto out_overflow;
5941 res->lrs_present = be32_to_cpup(p);
5942 if (res->lrs_present)
5943 status = decode_stateid(xdr, &res->stateid);
5944 return status;
5945out_overflow:
5946 print_overflow_msg(__func__, xdr);
5947 return -EIO;
5948}
5949
Andy Adamson863a3c62011-03-23 13:27:54 +00005950static int decode_layoutcommit(struct xdr_stream *xdr,
5951 struct rpc_rqst *req,
5952 struct nfs4_layoutcommit_res *res)
5953{
5954 __be32 *p;
5955 __u32 sizechanged;
5956 int status;
5957
5958 status = decode_op_hdr(xdr, OP_LAYOUTCOMMIT);
Andy Adamsondb29c082011-07-30 20:52:38 -04005959 res->status = status;
Andy Adamson863a3c62011-03-23 13:27:54 +00005960 if (status)
5961 return status;
5962
5963 p = xdr_inline_decode(xdr, 4);
5964 if (unlikely(!p))
5965 goto out_overflow;
5966 sizechanged = be32_to_cpup(p);
5967
5968 if (sizechanged) {
5969 /* throw away new size */
5970 p = xdr_inline_decode(xdr, 8);
5971 if (unlikely(!p))
5972 goto out_overflow;
5973 }
5974 return 0;
5975out_overflow:
5976 print_overflow_msg(__func__, xdr);
5977 return -EIO;
5978}
Bryan Schumaker7d974792011-06-02 14:59:08 -04005979
5980static int decode_test_stateid(struct xdr_stream *xdr,
5981 struct nfs41_test_stateid_res *res)
5982{
5983 __be32 *p;
5984 int status;
5985 int num_res;
5986
5987 status = decode_op_hdr(xdr, OP_TEST_STATEID);
5988 if (status)
5989 return status;
5990
5991 p = xdr_inline_decode(xdr, 4);
5992 if (unlikely(!p))
5993 goto out_overflow;
5994 num_res = be32_to_cpup(p++);
5995 if (num_res != 1)
5996 goto out;
5997
5998 p = xdr_inline_decode(xdr, 4);
5999 if (unlikely(!p))
6000 goto out_overflow;
6001 res->status = be32_to_cpup(p++);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006002
6003 return status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04006004out_overflow:
6005 print_overflow_msg(__func__, xdr);
6006out:
6007 return -EIO;
6008}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006009
6010static int decode_free_stateid(struct xdr_stream *xdr,
6011 struct nfs41_free_stateid_res *res)
6012{
Andy Adamson9f79fb42013-09-10 12:56:29 -04006013 res->status = decode_op_hdr(xdr, OP_FREE_STATEID);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006014 return res->status;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006015}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006016#endif /* CONFIG_NFS_V4_1 */
6017
Linus Torvalds1da177e2005-04-16 15:20:36 -07006018/*
Benny Halevy49c25592008-12-23 16:06:16 -05006019 * END OF "GENERIC" DECODE ROUTINES.
6020 */
6021
6022/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006023 * Decode OPEN_DOWNGRADE response
6024 */
Chuck Leverbf269552010-12-14 14:59:29 +00006025static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp,
6026 struct xdr_stream *xdr,
6027 struct nfs_closeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006028{
Andy Adamson05d564f2008-12-23 16:06:15 -05006029 struct compound_hdr hdr;
6030 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006031
Chuck Leverbf269552010-12-14 14:59:29 +00006032 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006033 if (status)
6034 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006035 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006036 if (status)
6037 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006038 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006039 if (status)
6040 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006041 status = decode_open_downgrade(xdr, res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04006042 if (status != 0)
6043 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05006044 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006045out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006046 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006047}
6048
6049/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006050 * Decode ACCESS response
6051 */
Chuck Leverbf269552010-12-14 14:59:29 +00006052static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6053 struct nfs4_accessres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006054{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006055 struct compound_hdr hdr;
6056 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006057
Chuck Leverbf269552010-12-14 14:59:29 +00006058 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006059 if (status)
6060 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006061 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006062 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006063 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006064 status = decode_putfh(xdr);
Trond Myklebust76b32992007-08-10 17:45:11 -04006065 if (status != 0)
6066 goto out;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04006067 status = decode_access(xdr, &res->supported, &res->access);
Trond Myklebust76b32992007-08-10 17:45:11 -04006068 if (status != 0)
6069 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05006070 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006071out:
6072 return status;
6073}
6074
6075/*
6076 * Decode LOOKUP response
6077 */
Chuck Leverbf269552010-12-14 14:59:29 +00006078static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6079 struct nfs4_lookup_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006080{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006081 struct compound_hdr hdr;
6082 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006083
Chuck Leverbf269552010-12-14 14:59:29 +00006084 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006085 if (status)
6086 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006087 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006088 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006089 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006090 status = decode_putfh(xdr);
6091 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006092 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006093 status = decode_lookup(xdr);
6094 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006095 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006096 status = decode_getfh(xdr, res->fh);
6097 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006098 goto out;
David Quigleyaa9c2662013-05-22 12:50:44 -04006099 status = decode_getfattr_label(xdr, res->fattr, res->label, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006100out:
6101 return status;
6102}
6103
6104/*
6105 * Decode LOOKUP_ROOT response
6106 */
Chuck Leverbf269552010-12-14 14:59:29 +00006107static int nfs4_xdr_dec_lookup_root(struct rpc_rqst *rqstp,
6108 struct xdr_stream *xdr,
6109 struct nfs4_lookup_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006110{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006111 struct compound_hdr hdr;
6112 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006113
Chuck Leverbf269552010-12-14 14:59:29 +00006114 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006115 if (status)
6116 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006117 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006118 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006119 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006120 status = decode_putrootfh(xdr);
6121 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006122 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006123 status = decode_getfh(xdr, res->fh);
6124 if (status == 0)
David Quigleyaa9c2662013-05-22 12:50:44 -04006125 status = decode_getfattr_label(xdr, res->fattr,
6126 res->label, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006127out:
6128 return status;
6129}
6130
6131/*
6132 * Decode REMOVE response
6133 */
Chuck Leverbf269552010-12-14 14:59:29 +00006134static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6135 struct nfs_removeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006136{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006137 struct compound_hdr hdr;
6138 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006139
Chuck Leverbf269552010-12-14 14:59:29 +00006140 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006141 if (status)
6142 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006143 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006144 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006145 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006146 status = decode_putfh(xdr);
6147 if (status)
Trond Myklebust16e42952005-10-27 22:12:44 -04006148 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006149 status = decode_remove(xdr, &res->cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006150out:
6151 return status;
6152}
6153
6154/*
6155 * Decode RENAME response
6156 */
Chuck Leverbf269552010-12-14 14:59:29 +00006157static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6158 struct nfs_renameres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006159{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006160 struct compound_hdr hdr;
6161 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006162
Chuck Leverbf269552010-12-14 14:59:29 +00006163 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006164 if (status)
6165 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006166 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006167 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006168 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006169 status = decode_putfh(xdr);
6170 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006171 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006172 status = decode_savefh(xdr);
6173 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006174 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006175 status = decode_putfh(xdr);
6176 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006177 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006178 status = decode_rename(xdr, &res->old_cinfo, &res->new_cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006179out:
6180 return status;
6181}
6182
6183/*
6184 * Decode LINK response
6185 */
Chuck Leverbf269552010-12-14 14:59:29 +00006186static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6187 struct nfs4_link_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006188{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006189 struct compound_hdr hdr;
6190 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006191
Chuck Leverbf269552010-12-14 14:59:29 +00006192 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006193 if (status)
6194 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006195 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006196 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006197 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006198 status = decode_putfh(xdr);
6199 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006200 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006201 status = decode_savefh(xdr);
6202 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006203 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006204 status = decode_putfh(xdr);
6205 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006206 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006207 status = decode_link(xdr, &res->cinfo);
6208 if (status)
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04006209 goto out;
6210 /*
6211 * Note order: OP_LINK leaves the directory as the current
6212 * filehandle.
6213 */
Chuck Leverbf269552010-12-14 14:59:29 +00006214 status = decode_restorefh(xdr);
6215 if (status)
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04006216 goto out;
David Quigleyaa9c2662013-05-22 12:50:44 -04006217 decode_getfattr_label(xdr, res->fattr, res->label, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006218out:
6219 return status;
6220}
6221
6222/*
6223 * Decode CREATE response
6224 */
Chuck Leverbf269552010-12-14 14:59:29 +00006225static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6226 struct nfs4_create_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006227{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006228 struct compound_hdr hdr;
6229 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006230
Chuck Leverbf269552010-12-14 14:59:29 +00006231 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -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)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006236 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006237 status = decode_putfh(xdr);
6238 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006239 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006240 status = decode_create(xdr, &res->dir_cinfo);
6241 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006242 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006243 status = decode_getfh(xdr, res->fh);
6244 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006245 goto out;
David Quigleyaa9c2662013-05-22 12:50:44 -04006246 decode_getfattr_label(xdr, res->fattr, res->label, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006247out:
6248 return status;
6249}
6250
6251/*
6252 * Decode SYMLINK response
6253 */
Chuck Leverbf269552010-12-14 14:59:29 +00006254static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6255 struct nfs4_create_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006256{
Chuck Leverbf269552010-12-14 14:59:29 +00006257 return nfs4_xdr_dec_create(rqstp, xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006258}
6259
6260/*
6261 * Decode GETATTR response
6262 */
Chuck Leverbf269552010-12-14 14:59:29 +00006263static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6264 struct nfs4_getattr_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006265{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006266 struct compound_hdr hdr;
6267 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05006268
Chuck Leverbf269552010-12-14 14:59:29 +00006269 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006270 if (status)
6271 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006272 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006273 if (status)
6274 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006275 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006276 if (status)
6277 goto out;
David Quigleyaa9c2662013-05-22 12:50:44 -04006278 status = decode_getfattr_label(xdr, res->fattr, res->label, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006279out:
6280 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006281}
6282
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006283/*
6284 * Encode an SETACL request
6285 */
Chuck Lever9f06c712010-12-14 14:59:18 +00006286static void nfs4_xdr_enc_setacl(struct rpc_rqst *req, struct xdr_stream *xdr,
6287 struct nfs_setaclargs *args)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006288{
Andy Adamson05d564f2008-12-23 16:06:15 -05006289 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04006290 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05006291 };
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006292
Chuck Lever9f06c712010-12-14 14:59:18 +00006293 encode_compound_hdr(xdr, req, &hdr);
6294 encode_sequence(xdr, &args->seq_args, &hdr);
6295 encode_putfh(xdr, args->fh, &hdr);
6296 encode_setacl(xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05006297 encode_nops(&hdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006298}
Andy Adamson05d564f2008-12-23 16:06:15 -05006299
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006300/*
6301 * Decode SETACL response
6302 */
6303static int
Chuck Leverbf269552010-12-14 14:59:29 +00006304nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
Benny Halevy73c403a2009-04-01 09:22:01 -04006305 struct nfs_setaclres *res)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006306{
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006307 struct compound_hdr hdr;
6308 int status;
6309
Chuck Leverbf269552010-12-14 14:59:29 +00006310 status = decode_compound_hdr(xdr, &hdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006311 if (status)
6312 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006313 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006314 if (status)
6315 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006316 status = decode_putfh(xdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006317 if (status)
6318 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006319 status = decode_setattr(xdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00006320out:
6321 return status;
6322}
Linus Torvalds1da177e2005-04-16 15:20:36 -07006323
6324/*
J. Bruce Fields029d1052005-06-22 17:16:22 +00006325 * Decode GETACL response
6326 */
6327static int
Chuck Leverbf269552010-12-14 14:59:29 +00006328nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
Benny Halevy663c79b2009-04-01 09:21:59 -04006329 struct nfs_getaclres *res)
J. Bruce Fields029d1052005-06-22 17:16:22 +00006330{
J. Bruce Fields029d1052005-06-22 17:16:22 +00006331 struct compound_hdr hdr;
6332 int status;
6333
Trond Myklebust331818f2012-02-03 18:30:53 -05006334 if (res->acl_scratch != NULL) {
6335 void *p = page_address(res->acl_scratch);
6336 xdr_set_scratch_buffer(xdr, p, PAGE_SIZE);
6337 }
Chuck Leverbf269552010-12-14 14:59:29 +00006338 status = decode_compound_hdr(xdr, &hdr);
J. Bruce Fields029d1052005-06-22 17:16:22 +00006339 if (status)
6340 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006341 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006342 if (status)
6343 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006344 status = decode_putfh(xdr);
J. Bruce Fields029d1052005-06-22 17:16:22 +00006345 if (status)
6346 goto out;
Andy Adamsonbf118a32011-12-07 11:55:27 -05006347 status = decode_getacl(xdr, rqstp, res);
J. Bruce Fields029d1052005-06-22 17:16:22 +00006348
6349out:
6350 return status;
6351}
6352
6353/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006354 * Decode CLOSE response
6355 */
Chuck Leverbf269552010-12-14 14:59:29 +00006356static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6357 struct nfs_closeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006358{
Andy Adamson05d564f2008-12-23 16:06:15 -05006359 struct compound_hdr hdr;
6360 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006361
Chuck Leverbf269552010-12-14 14:59:29 +00006362 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006363 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);
Andy Adamson05d564f2008-12-23 16:06:15 -05006369 if (status)
6370 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006371 status = decode_close(xdr, res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04006372 if (status != 0)
6373 goto out;
6374 /*
6375 * Note: Server may do delete on close for this file
6376 * in which case the getattr call will fail with
6377 * an ESTALE error. Shouldn't be a problem,
6378 * though, since fattr->valid will remain unset.
6379 */
Trond Myklebust6926afd2012-01-07 13:22:46 -05006380 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006381out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006382 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006383}
6384
6385/*
6386 * Decode OPEN response
6387 */
Chuck Leverbf269552010-12-14 14:59:29 +00006388static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6389 struct nfs_openres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006390{
Andy Adamson05d564f2008-12-23 16:06:15 -05006391 struct compound_hdr hdr;
6392 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006393
Chuck Leverbf269552010-12-14 14:59:29 +00006394 status = decode_compound_hdr(xdr, &hdr);
Trond Myklebust56ae19f2005-10-27 22:12:40 -04006395 if (status)
6396 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006397 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006398 if (status)
6399 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006400 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006401 if (status)
6402 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006403 status = decode_open(xdr, res);
Andy Adamson05d564f2008-12-23 16:06:15 -05006404 if (status)
6405 goto out;
Weston Andros Adamson01913b42012-09-06 15:54:27 -04006406 status = decode_getfh(xdr, &res->fh);
6407 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006408 goto out;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07006409 if (res->access_request)
6410 decode_access(xdr, &res->access_supported, &res->access_result);
David Quigleyaa9c2662013-05-22 12:50:44 -04006411 decode_getfattr_label(xdr, res->f_attr, res->f_label, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006412out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006413 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006414}
6415
6416/*
6417 * Decode OPEN_CONFIRM response
6418 */
Chuck Leverbf269552010-12-14 14:59:29 +00006419static int nfs4_xdr_dec_open_confirm(struct rpc_rqst *rqstp,
6420 struct xdr_stream *xdr,
6421 struct nfs_open_confirmres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006422{
Andy Adamson05d564f2008-12-23 16:06:15 -05006423 struct compound_hdr hdr;
6424 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006425
Chuck Leverbf269552010-12-14 14:59:29 +00006426 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006427 if (status)
6428 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006429 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006430 if (status)
6431 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006432 status = decode_open_confirm(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006433out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006434 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006435}
6436
6437/*
6438 * Decode OPEN response
6439 */
Chuck Leverbf269552010-12-14 14:59:29 +00006440static int nfs4_xdr_dec_open_noattr(struct rpc_rqst *rqstp,
6441 struct xdr_stream *xdr,
6442 struct nfs_openres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006443{
Andy Adamson05d564f2008-12-23 16:06:15 -05006444 struct compound_hdr hdr;
6445 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006446
Chuck Leverbf269552010-12-14 14:59:29 +00006447 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006448 if (status)
6449 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006450 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006451 if (status)
6452 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006453 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006454 if (status)
6455 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006456 status = decode_open(xdr, res);
Andy Adamson05d564f2008-12-23 16:06:15 -05006457 if (status)
6458 goto out;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07006459 if (res->access_request)
6460 decode_access(xdr, &res->access_supported, &res->access_result);
Trond Myklebust6926afd2012-01-07 13:22:46 -05006461 decode_getfattr(xdr, res->f_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006462out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006463 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006464}
6465
6466/*
6467 * Decode SETATTR response
6468 */
Chuck Leverbf269552010-12-14 14:59:29 +00006469static int nfs4_xdr_dec_setattr(struct rpc_rqst *rqstp,
6470 struct xdr_stream *xdr,
6471 struct nfs_setattrres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006472{
Andy Adamson05d564f2008-12-23 16:06:15 -05006473 struct compound_hdr hdr;
6474 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006475
Chuck Leverbf269552010-12-14 14:59:29 +00006476 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006477 if (status)
6478 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006479 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006480 if (status)
6481 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006482 status = decode_putfh(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006483 if (status)
6484 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006485 status = decode_setattr(xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05006486 if (status)
6487 goto out;
David Quigleyaa9c2662013-05-22 12:50:44 -04006488 decode_getfattr_label(xdr, res->fattr, res->label, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006489out:
Andy Adamson05d564f2008-12-23 16:06:15 -05006490 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006491}
6492
6493/*
6494 * Decode LOCK response
6495 */
Chuck Leverbf269552010-12-14 14:59:29 +00006496static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6497 struct nfs_lock_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006498{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006499 struct compound_hdr hdr;
6500 int status;
6501
Chuck Leverbf269552010-12-14 14:59:29 +00006502 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006503 if (status)
6504 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006505 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006506 if (status)
6507 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006508 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006509 if (status)
6510 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006511 status = decode_lock(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006512out:
6513 return status;
6514}
6515
6516/*
6517 * Decode LOCKT response
6518 */
Chuck Leverbf269552010-12-14 14:59:29 +00006519static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6520 struct nfs_lockt_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006521{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006522 struct compound_hdr hdr;
6523 int status;
6524
Chuck Leverbf269552010-12-14 14:59:29 +00006525 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006526 if (status)
6527 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006528 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006529 if (status)
6530 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006531 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006532 if (status)
6533 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006534 status = decode_lockt(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006535out:
6536 return status;
6537}
6538
6539/*
6540 * Decode LOCKU response
6541 */
Chuck Leverbf269552010-12-14 14:59:29 +00006542static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6543 struct nfs_locku_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006544{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006545 struct compound_hdr hdr;
6546 int status;
6547
Chuck Leverbf269552010-12-14 14:59:29 +00006548 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006549 if (status)
6550 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006551 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006552 if (status)
6553 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006554 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006555 if (status)
6556 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006557 status = decode_locku(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006558out:
6559 return status;
6560}
6561
Chuck Leverbf269552010-12-14 14:59:29 +00006562static int nfs4_xdr_dec_release_lockowner(struct rpc_rqst *rqstp,
6563 struct xdr_stream *xdr, void *dummy)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006564{
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006565 struct compound_hdr hdr;
6566 int status;
6567
Chuck Leverbf269552010-12-14 14:59:29 +00006568 status = decode_compound_hdr(xdr, &hdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006569 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006570 status = decode_release_lockowner(xdr);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006571 return status;
6572}
6573
Linus Torvalds1da177e2005-04-16 15:20:36 -07006574/*
6575 * Decode READLINK response
6576 */
Chuck Leverbf269552010-12-14 14:59:29 +00006577static int nfs4_xdr_dec_readlink(struct rpc_rqst *rqstp,
6578 struct xdr_stream *xdr,
Benny Halevyf50c7002009-04-01 09:21:55 -04006579 struct nfs4_readlink_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006580{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006581 struct compound_hdr hdr;
6582 int status;
6583
Chuck Leverbf269552010-12-14 14:59:29 +00006584 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006585 if (status)
6586 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006587 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006588 if (status)
6589 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006590 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006591 if (status)
6592 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006593 status = decode_readlink(xdr, rqstp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006594out:
6595 return status;
6596}
6597
6598/*
6599 * Decode READDIR response
6600 */
Chuck Leverbf269552010-12-14 14:59:29 +00006601static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6602 struct nfs4_readdir_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006603{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006604 struct compound_hdr hdr;
6605 int status;
6606
Chuck Leverbf269552010-12-14 14:59:29 +00006607 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006608 if (status)
6609 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006610 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006611 if (status)
6612 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006613 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006614 if (status)
6615 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006616 status = decode_readdir(xdr, rqstp, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006617out:
6618 return status;
6619}
6620
6621/*
6622 * Decode Read response
6623 */
Chuck Leverbf269552010-12-14 14:59:29 +00006624static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6625 struct nfs_readres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006626{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006627 struct compound_hdr hdr;
6628 int status;
6629
Chuck Leverbf269552010-12-14 14:59:29 +00006630 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006631 if (status)
6632 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006633 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006634 if (status)
6635 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006636 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006637 if (status)
6638 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006639 status = decode_read(xdr, rqstp, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006640 if (!status)
6641 status = res->count;
6642out:
6643 return status;
6644}
6645
6646/*
6647 * Decode WRITE response
6648 */
Chuck Leverbf269552010-12-14 14:59:29 +00006649static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6650 struct nfs_writeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006651{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006652 struct compound_hdr hdr;
6653 int status;
6654
Chuck Leverbf269552010-12-14 14:59:29 +00006655 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006656 if (status)
6657 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006658 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006659 if (status)
6660 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006661 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006662 if (status)
6663 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006664 status = decode_write(xdr, res);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04006665 if (status)
6666 goto out;
Fred Isaman7ffd1062011-03-03 15:13:46 +00006667 if (res->fattr)
Trond Myklebust6926afd2012-01-07 13:22:46 -05006668 decode_getfattr(xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006669 if (!status)
6670 status = res->count;
6671out:
6672 return status;
6673}
6674
6675/*
6676 * Decode COMMIT response
6677 */
Chuck Leverbf269552010-12-14 14:59:29 +00006678static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
Fred Isaman0b7c0152012-04-20 14:47:39 -04006679 struct nfs_commitres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006680{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006681 struct compound_hdr hdr;
6682 int status;
6683
Chuck Leverbf269552010-12-14 14:59:29 +00006684 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006685 if (status)
6686 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006687 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006688 if (status)
6689 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006690 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006691 if (status)
6692 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006693 status = decode_commit(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006694out:
6695 return status;
6696}
6697
6698/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006699 * Decode FSINFO response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006700 */
Chuck Leverbf269552010-12-14 14:59:29 +00006701static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, struct xdr_stream *xdr,
Benny Halevy3dda5e42009-04-01 09:21:57 -04006702 struct nfs4_fsinfo_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006703{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006704 struct compound_hdr hdr;
6705 int status;
6706
Chuck Leverbf269552010-12-14 14:59:29 +00006707 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006708 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006709 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006710 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006711 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006712 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006713 status = decode_fsinfo(xdr, res->fsinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006714 return status;
6715}
6716
6717/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006718 * Decode PATHCONF response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006719 */
Chuck Leverbf269552010-12-14 14:59:29 +00006720static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, struct xdr_stream *xdr,
Benny Halevyd45b2982009-04-01 09:21:58 -04006721 struct nfs4_pathconf_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006722{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006723 struct compound_hdr hdr;
6724 int status;
6725
Chuck Leverbf269552010-12-14 14:59:29 +00006726 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006727 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006728 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006729 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006730 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006731 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006732 status = decode_pathconf(xdr, res->pathconf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006733 return status;
6734}
6735
6736/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006737 * Decode STATFS response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006738 */
Chuck Leverbf269552010-12-14 14:59:29 +00006739static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, struct xdr_stream *xdr,
Benny Halevy24ad1482009-04-01 09:21:56 -04006740 struct nfs4_statfs_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006741{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006742 struct compound_hdr hdr;
6743 int status;
6744
Chuck Leverbf269552010-12-14 14:59:29 +00006745 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006746 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006747 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006748 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006749 status = decode_putfh(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006750 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006751 status = decode_statfs(xdr, res->fsstat);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006752 return status;
6753}
6754
6755/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006756 * Decode GETATTR_BITMAP response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006757 */
Chuck Leverbf269552010-12-14 14:59:29 +00006758static int nfs4_xdr_dec_server_caps(struct rpc_rqst *req,
6759 struct xdr_stream *xdr,
6760 struct nfs4_server_caps_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006761{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006762 struct compound_hdr hdr;
6763 int status;
6764
Chuck Leverbf269552010-12-14 14:59:29 +00006765 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006766 if (status)
6767 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006768 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006769 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006770 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006771 status = decode_putfh(xdr);
6772 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006773 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006774 status = decode_server_caps(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006775out:
6776 return status;
6777}
6778
6779/*
6780 * Decode RENEW response
6781 */
Chuck Leverbf269552010-12-14 14:59:29 +00006782static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, struct xdr_stream *xdr,
6783 void *__unused)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006784{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006785 struct compound_hdr hdr;
6786 int status;
6787
Chuck Leverbf269552010-12-14 14:59:29 +00006788 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006789 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006790 status = decode_renew(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006791 return status;
6792}
6793
6794/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006795 * Decode SETCLIENTID response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006796 */
Chuck Leverbf269552010-12-14 14:59:29 +00006797static int nfs4_xdr_dec_setclientid(struct rpc_rqst *req,
6798 struct xdr_stream *xdr,
6799 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006800{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006801 struct compound_hdr hdr;
6802 int status;
6803
Chuck Leverbf269552010-12-14 14:59:29 +00006804 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006805 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006806 status = decode_setclientid(xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006807 return status;
6808}
6809
6810/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006811 * Decode SETCLIENTID_CONFIRM response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006812 */
Chuck Leverbf269552010-12-14 14:59:29 +00006813static int nfs4_xdr_dec_setclientid_confirm(struct rpc_rqst *req,
Chuck Lever83ca7f52013-03-16 15:55:53 -04006814 struct xdr_stream *xdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006815{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006816 struct compound_hdr hdr;
6817 int status;
6818
Chuck Leverbf269552010-12-14 14:59:29 +00006819 status = decode_compound_hdr(xdr, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006820 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006821 status = decode_setclientid_confirm(xdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006822 return status;
6823}
6824
6825/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006826 * Decode DELEGRETURN response
Linus Torvalds1da177e2005-04-16 15:20:36 -07006827 */
Chuck Leverbf269552010-12-14 14:59:29 +00006828static int nfs4_xdr_dec_delegreturn(struct rpc_rqst *rqstp,
6829 struct xdr_stream *xdr,
6830 struct nfs4_delegreturnres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006831{
Linus Torvalds1da177e2005-04-16 15:20:36 -07006832 struct compound_hdr hdr;
6833 int status;
6834
Chuck Leverbf269552010-12-14 14:59:29 +00006835 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006836 if (status)
6837 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006838 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006839 if (status)
Trond Myklebustfa178f22006-01-03 09:55:38 +01006840 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006841 status = decode_putfh(xdr);
Trond Myklebustfa178f22006-01-03 09:55:38 +01006842 if (status != 0)
6843 goto out;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04006844 status = decode_getfattr(xdr, res->fattr, res->server);
Jeff Layton556ae3b2010-03-21 12:10:36 -04006845 if (status != 0)
6846 goto out;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04006847 status = decode_delegreturn(xdr);
Trond Myklebustfa178f22006-01-03 09:55:38 +01006848out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07006849 return status;
6850}
6851
Trond Myklebust683b57b2006-06-09 09:34:22 -04006852/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006853 * Decode FS_LOCATIONS response
Trond Myklebust683b57b2006-06-09 09:34:22 -04006854 */
Chuck Leverbf269552010-12-14 14:59:29 +00006855static int nfs4_xdr_dec_fs_locations(struct rpc_rqst *req,
6856 struct xdr_stream *xdr,
Benny Halevy22958462009-04-01 09:22:02 -04006857 struct nfs4_fs_locations_res *res)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006858{
Trond Myklebust683b57b2006-06-09 09:34:22 -04006859 struct compound_hdr hdr;
6860 int status;
6861
Chuck Leverbf269552010-12-14 14:59:29 +00006862 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006863 if (status)
6864 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006865 status = decode_sequence(xdr, &res->seq_res, req);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04006866 if (status)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006867 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00006868 status = decode_putfh(xdr);
6869 if (status)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006870 goto out;
Chuck Leverb03d7352013-10-17 14:12:50 -04006871 if (res->migration) {
6872 xdr_enter_page(xdr, PAGE_SIZE);
6873 status = decode_getfattr_generic(xdr,
6874 &res->fs_locations->fattr,
Trond Myklebust8b7e3f42012-01-30 15:43:56 -05006875 NULL, res->fs_locations,
David Quigleyaa9c2662013-05-22 12:50:44 -04006876 NULL, res->fs_locations->server);
Chuck Leverb03d7352013-10-17 14:12:50 -04006877 if (status)
6878 goto out;
6879 if (res->renew)
6880 status = decode_renew(xdr);
6881 } else {
6882 status = decode_lookup(xdr);
6883 if (status)
6884 goto out;
6885 xdr_enter_page(xdr, PAGE_SIZE);
6886 status = decode_getfattr_generic(xdr,
6887 &res->fs_locations->fattr,
6888 NULL, res->fs_locations,
6889 NULL, res->fs_locations->server);
6890 }
Trond Myklebust683b57b2006-06-09 09:34:22 -04006891out:
6892 return status;
6893}
6894
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006895/*
6896 * Decode SECINFO response
6897 */
6898static int nfs4_xdr_dec_secinfo(struct rpc_rqst *rqstp,
6899 struct xdr_stream *xdr,
6900 struct nfs4_secinfo_res *res)
6901{
6902 struct compound_hdr hdr;
6903 int status;
6904
6905 status = decode_compound_hdr(xdr, &hdr);
6906 if (status)
6907 goto out;
6908 status = decode_sequence(xdr, &res->seq_res, rqstp);
6909 if (status)
6910 goto out;
6911 status = decode_putfh(xdr);
6912 if (status)
6913 goto out;
6914 status = decode_secinfo(xdr, res);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006915out:
6916 return status;
6917}
6918
Chuck Lever44c99932013-10-17 14:13:30 -04006919/*
6920 * Decode FSID_PRESENT response
6921 */
6922static int nfs4_xdr_dec_fsid_present(struct rpc_rqst *rqstp,
6923 struct xdr_stream *xdr,
6924 struct nfs4_fsid_present_res *res)
6925{
6926 struct compound_hdr hdr;
6927 int status;
6928
6929 status = decode_compound_hdr(xdr, &hdr);
6930 if (status)
6931 goto out;
6932 status = decode_sequence(xdr, &res->seq_res, rqstp);
6933 if (status)
6934 goto out;
6935 status = decode_putfh(xdr);
6936 if (status)
6937 goto out;
6938 status = decode_getfh(xdr, res->fh);
6939 if (status)
6940 goto out;
6941 if (res->renew)
6942 status = decode_renew(xdr);
6943out:
6944 return status;
6945}
6946
Benny Halevy99fe60d2009-04-01 09:22:29 -04006947#if defined(CONFIG_NFS_V4_1)
6948/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006949 * Decode BIND_CONN_TO_SESSION response
6950 */
6951static int nfs4_xdr_dec_bind_conn_to_session(struct rpc_rqst *rqstp,
6952 struct xdr_stream *xdr,
6953 void *res)
6954{
6955 struct compound_hdr hdr;
6956 int status;
6957
6958 status = decode_compound_hdr(xdr, &hdr);
6959 if (!status)
6960 status = decode_bind_conn_to_session(xdr, res);
6961 return status;
6962}
6963
6964/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006965 * Decode EXCHANGE_ID response
Benny Halevy99fe60d2009-04-01 09:22:29 -04006966 */
Chuck Leverbf269552010-12-14 14:59:29 +00006967static int nfs4_xdr_dec_exchange_id(struct rpc_rqst *rqstp,
6968 struct xdr_stream *xdr,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006969 void *res)
6970{
Benny Halevy99fe60d2009-04-01 09:22:29 -04006971 struct compound_hdr hdr;
6972 int status;
6973
Chuck Leverbf269552010-12-14 14:59:29 +00006974 status = decode_compound_hdr(xdr, &hdr);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006975 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006976 status = decode_exchange_id(xdr, res);
Benny Halevy99fe60d2009-04-01 09:22:29 -04006977 return status;
6978}
Andy Adamson2050f0c2009-04-01 09:22:30 -04006979
6980/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006981 * Decode CREATE_SESSION response
Andy Adamsonfc931582009-04-01 09:22:31 -04006982 */
Chuck Leverbf269552010-12-14 14:59:29 +00006983static int nfs4_xdr_dec_create_session(struct rpc_rqst *rqstp,
6984 struct xdr_stream *xdr,
Andy Adamsonfc931582009-04-01 09:22:31 -04006985 struct nfs41_create_session_res *res)
6986{
Andy Adamsonfc931582009-04-01 09:22:31 -04006987 struct compound_hdr hdr;
6988 int status;
6989
Chuck Leverbf269552010-12-14 14:59:29 +00006990 status = decode_compound_hdr(xdr, &hdr);
Andy Adamsonfc931582009-04-01 09:22:31 -04006991 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00006992 status = decode_create_session(xdr, res);
Andy Adamsonfc931582009-04-01 09:22:31 -04006993 return status;
6994}
6995
6996/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05006997 * Decode DESTROY_SESSION response
Andy Adamson0f3e66c2009-04-01 09:22:34 -04006998 */
Chuck Leverbf269552010-12-14 14:59:29 +00006999static int nfs4_xdr_dec_destroy_session(struct rpc_rqst *rqstp,
7000 struct xdr_stream *xdr,
7001 void *res)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007002{
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007003 struct compound_hdr hdr;
7004 int status;
7005
Chuck Leverbf269552010-12-14 14:59:29 +00007006 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007007 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00007008 status = decode_destroy_session(xdr, res);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007009 return status;
7010}
7011
7012/*
Trond Myklebust66245532012-05-25 17:18:09 -04007013 * Decode DESTROY_CLIENTID response
7014 */
7015static int nfs4_xdr_dec_destroy_clientid(struct rpc_rqst *rqstp,
7016 struct xdr_stream *xdr,
7017 void *res)
7018{
7019 struct compound_hdr hdr;
7020 int status;
7021
7022 status = decode_compound_hdr(xdr, &hdr);
7023 if (!status)
7024 status = decode_destroy_clientid(xdr, res);
7025 return status;
7026}
7027
7028/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05007029 * Decode SEQUENCE response
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007030 */
Chuck Leverbf269552010-12-14 14:59:29 +00007031static int nfs4_xdr_dec_sequence(struct rpc_rqst *rqstp,
7032 struct xdr_stream *xdr,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007033 struct nfs4_sequence_res *res)
7034{
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007035 struct compound_hdr hdr;
7036 int status;
7037
Chuck Leverbf269552010-12-14 14:59:29 +00007038 status = decode_compound_hdr(xdr, &hdr);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007039 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00007040 status = decode_sequence(xdr, res, rqstp);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007041 return status;
7042}
7043
7044/*
Ricardo Labiaga8b173212009-12-05 16:08:39 -05007045 * Decode GET_LEASE_TIME response
Andy Adamson2050f0c2009-04-01 09:22:30 -04007046 */
Chuck Leverbf269552010-12-14 14:59:29 +00007047static int nfs4_xdr_dec_get_lease_time(struct rpc_rqst *rqstp,
7048 struct xdr_stream *xdr,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007049 struct nfs4_get_lease_time_res *res)
7050{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007051 struct compound_hdr hdr;
7052 int status;
7053
Chuck Leverbf269552010-12-14 14:59:29 +00007054 status = decode_compound_hdr(xdr, &hdr);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007055 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00007056 status = decode_sequence(xdr, &res->lr_seq_res, rqstp);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007057 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00007058 status = decode_putrootfh(xdr);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007059 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00007060 status = decode_fsinfo(xdr, res->lr_fsinfo);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007061 return status;
7062}
Ricardo Labiaga180197532009-12-05 16:08:40 -05007063
7064/*
7065 * Decode RECLAIM_COMPLETE response
7066 */
Chuck Leverbf269552010-12-14 14:59:29 +00007067static int nfs4_xdr_dec_reclaim_complete(struct rpc_rqst *rqstp,
7068 struct xdr_stream *xdr,
Ricardo Labiaga180197532009-12-05 16:08:40 -05007069 struct nfs41_reclaim_complete_res *res)
7070{
Ricardo Labiaga180197532009-12-05 16:08:40 -05007071 struct compound_hdr hdr;
7072 int status;
7073
Chuck Leverbf269552010-12-14 14:59:29 +00007074 status = decode_compound_hdr(xdr, &hdr);
Ricardo Labiaga180197532009-12-05 16:08:40 -05007075 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00007076 status = decode_sequence(xdr, &res->seq_res, rqstp);
Ricardo Labiaga180197532009-12-05 16:08:40 -05007077 if (!status)
Chuck Leverbf269552010-12-14 14:59:29 +00007078 status = decode_reclaim_complete(xdr, (void *)NULL);
Ricardo Labiaga180197532009-12-05 16:08:40 -05007079 return status;
7080}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007081
7082/*
Andy Adamson7f11d8d2011-07-30 20:52:35 -04007083 * Decode GETDEVICELIST response
7084 */
7085static int nfs4_xdr_dec_getdevicelist(struct rpc_rqst *rqstp,
7086 struct xdr_stream *xdr,
7087 struct nfs4_getdevicelist_res *res)
7088{
7089 struct compound_hdr hdr;
7090 int status;
7091
7092 dprintk("encoding getdevicelist!\n");
7093
7094 status = decode_compound_hdr(xdr, &hdr);
7095 if (status != 0)
7096 goto out;
7097 status = decode_sequence(xdr, &res->seq_res, rqstp);
7098 if (status != 0)
7099 goto out;
7100 status = decode_putfh(xdr);
7101 if (status != 0)
7102 goto out;
7103 status = decode_getdevicelist(xdr, res->devlist);
7104out:
7105 return status;
7106}
7107
7108/*
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007109 * Decode GETDEVINFO response
7110 */
Chuck Leverbf269552010-12-14 14:59:29 +00007111static int nfs4_xdr_dec_getdeviceinfo(struct rpc_rqst *rqstp,
7112 struct xdr_stream *xdr,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007113 struct nfs4_getdeviceinfo_res *res)
7114{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007115 struct compound_hdr hdr;
7116 int status;
7117
Chuck Leverbf269552010-12-14 14:59:29 +00007118 status = decode_compound_hdr(xdr, &hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007119 if (status != 0)
7120 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00007121 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007122 if (status != 0)
7123 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00007124 status = decode_getdeviceinfo(xdr, res->pdev);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007125out:
7126 return status;
7127}
7128
7129/*
7130 * Decode LAYOUTGET response
7131 */
Chuck Leverbf269552010-12-14 14:59:29 +00007132static int nfs4_xdr_dec_layoutget(struct rpc_rqst *rqstp,
7133 struct xdr_stream *xdr,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007134 struct nfs4_layoutget_res *res)
7135{
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007136 struct compound_hdr hdr;
7137 int status;
7138
Chuck Leverbf269552010-12-14 14:59:29 +00007139 status = decode_compound_hdr(xdr, &hdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007140 if (status)
7141 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00007142 status = decode_sequence(xdr, &res->seq_res, rqstp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007143 if (status)
7144 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00007145 status = decode_putfh(xdr);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007146 if (status)
7147 goto out;
Chuck Leverbf269552010-12-14 14:59:29 +00007148 status = decode_layoutget(xdr, rqstp, res);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007149out:
7150 return status;
7151}
Andy Adamson863a3c62011-03-23 13:27:54 +00007152
7153/*
Benny Halevycbe82602011-05-22 19:52:37 +03007154 * Decode LAYOUTRETURN response
7155 */
7156static int nfs4_xdr_dec_layoutreturn(struct rpc_rqst *rqstp,
7157 struct xdr_stream *xdr,
7158 struct nfs4_layoutreturn_res *res)
7159{
7160 struct compound_hdr hdr;
7161 int status;
7162
7163 status = decode_compound_hdr(xdr, &hdr);
7164 if (status)
7165 goto out;
7166 status = decode_sequence(xdr, &res->seq_res, rqstp);
7167 if (status)
7168 goto out;
7169 status = decode_putfh(xdr);
7170 if (status)
7171 goto out;
7172 status = decode_layoutreturn(xdr, res);
7173out:
7174 return status;
7175}
7176
7177/*
Andy Adamson863a3c62011-03-23 13:27:54 +00007178 * Decode LAYOUTCOMMIT response
7179 */
7180static int nfs4_xdr_dec_layoutcommit(struct rpc_rqst *rqstp,
7181 struct xdr_stream *xdr,
7182 struct nfs4_layoutcommit_res *res)
7183{
7184 struct compound_hdr hdr;
7185 int status;
7186
7187 status = decode_compound_hdr(xdr, &hdr);
7188 if (status)
7189 goto out;
7190 status = decode_sequence(xdr, &res->seq_res, rqstp);
7191 if (status)
7192 goto out;
7193 status = decode_putfh(xdr);
7194 if (status)
7195 goto out;
7196 status = decode_layoutcommit(xdr, rqstp, res);
7197 if (status)
7198 goto out;
Trond Myklebust6926afd2012-01-07 13:22:46 -05007199 decode_getfattr(xdr, res->fattr, res->server);
Andy Adamson863a3c62011-03-23 13:27:54 +00007200out:
7201 return status;
7202}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007203
7204/*
7205 * Decode SECINFO_NO_NAME response
7206 */
7207static int nfs4_xdr_dec_secinfo_no_name(struct rpc_rqst *rqstp,
7208 struct xdr_stream *xdr,
7209 struct nfs4_secinfo_res *res)
7210{
7211 struct compound_hdr hdr;
7212 int status;
7213
7214 status = decode_compound_hdr(xdr, &hdr);
7215 if (status)
7216 goto out;
7217 status = decode_sequence(xdr, &res->seq_res, rqstp);
7218 if (status)
7219 goto out;
7220 status = decode_putrootfh(xdr);
7221 if (status)
7222 goto out;
Bryan Schumaker31e4dda2012-04-27 13:27:38 -04007223 status = decode_secinfo_no_name(xdr, res);
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007224out:
7225 return status;
7226}
Bryan Schumaker7d974792011-06-02 14:59:08 -04007227
7228/*
7229 * Decode TEST_STATEID response
7230 */
7231static int nfs4_xdr_dec_test_stateid(struct rpc_rqst *rqstp,
7232 struct xdr_stream *xdr,
7233 struct nfs41_test_stateid_res *res)
7234{
7235 struct compound_hdr hdr;
7236 int status;
7237
7238 status = decode_compound_hdr(xdr, &hdr);
7239 if (status)
7240 goto out;
7241 status = decode_sequence(xdr, &res->seq_res, rqstp);
7242 if (status)
7243 goto out;
7244 status = decode_test_stateid(xdr, res);
7245out:
7246 return status;
7247}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007248
7249/*
7250 * Decode FREE_STATEID response
7251 */
7252static int nfs4_xdr_dec_free_stateid(struct rpc_rqst *rqstp,
7253 struct xdr_stream *xdr,
7254 struct nfs41_free_stateid_res *res)
7255{
7256 struct compound_hdr hdr;
7257 int status;
7258
7259 status = decode_compound_hdr(xdr, &hdr);
7260 if (status)
7261 goto out;
7262 status = decode_sequence(xdr, &res->seq_res, rqstp);
7263 if (status)
7264 goto out;
7265 status = decode_free_stateid(xdr, res);
7266out:
7267 return status;
7268}
Benny Halevy99fe60d2009-04-01 09:22:29 -04007269#endif /* CONFIG_NFS_V4_1 */
7270
Chuck Lever573c4e12010-12-14 14:58:11 +00007271/**
7272 * nfs4_decode_dirent - Decode a single NFSv4 directory entry stored in
7273 * the local page cache.
7274 * @xdr: XDR stream where entry resides
7275 * @entry: buffer to fill in with entry data
7276 * @plus: boolean indicating whether this should be a readdirplus entry
7277 *
7278 * Returns zero if successful, otherwise a negative errno value is
7279 * returned.
7280 *
7281 * This function is not invoked during READDIR reply decoding, but
7282 * rather whenever an application invokes the getdents(2) system call
7283 * on a directory already in our cache.
7284 */
7285int nfs4_decode_dirent(struct xdr_stream *xdr, struct nfs_entry *entry,
7286 int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007287{
Trond Myklebust256e48b2012-06-21 11:18:13 -04007288 unsigned int savep;
Fred Isamandae100c2011-07-30 20:52:37 -04007289 uint32_t bitmap[3] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07007290 uint32_t len;
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007291 __be32 *p = xdr_inline_decode(xdr, 4);
7292 if (unlikely(!p))
7293 goto out_overflow;
Chuck Leverc08e76d2011-01-28 12:40:55 -05007294 if (*p == xdr_zero) {
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007295 p = xdr_inline_decode(xdr, 4);
7296 if (unlikely(!p))
7297 goto out_overflow;
Chuck Leverc08e76d2011-01-28 12:40:55 -05007298 if (*p == xdr_zero)
Chuck Lever573c4e12010-12-14 14:58:11 +00007299 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007300 entry->eof = 1;
Chuck Lever573c4e12010-12-14 14:58:11 +00007301 return -EBADCOOKIE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007302 }
7303
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007304 p = xdr_inline_decode(xdr, 12);
7305 if (unlikely(!p))
7306 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007307 entry->prev_cookie = entry->cookie;
7308 p = xdr_decode_hyper(p, &entry->cookie);
Chuck Leverc08e76d2011-01-28 12:40:55 -05007309 entry->len = be32_to_cpup(p);
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007310
Trond Myklebust9af8c222010-10-24 11:52:55 -04007311 p = xdr_inline_decode(xdr, entry->len);
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007312 if (unlikely(!p))
7313 goto out_overflow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007314 entry->name = (const char *) p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007315
7316 /*
7317 * In case the server doesn't return an inode number,
7318 * we fake one here. (We don't use inode number 0,
7319 * since glibc seems to choke on it...)
7320 */
7321 entry->ino = 1;
Trond Myklebust4f082222010-10-24 13:14:02 -04007322 entry->fattr->valid = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007323
Trond Myklebust9af8c222010-10-24 11:52:55 -04007324 if (decode_attr_bitmap(xdr, bitmap) < 0)
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007325 goto out_overflow;
Trond Myklebust9af8c222010-10-24 11:52:55 -04007326
Trond Myklebust256e48b2012-06-21 11:18:13 -04007327 if (decode_attr_length(xdr, &len, &savep) < 0)
Trond Myklebust9af8c222010-10-24 11:52:55 -04007328 goto out_overflow;
7329
Chuck Lever573c4e12010-12-14 14:58:11 +00007330 if (decode_getfattr_attrs(xdr, bitmap, entry->fattr, entry->fh,
David Quigleyaa9c2662013-05-22 12:50:44 -04007331 NULL, entry->label, entry->server) < 0)
Trond Myklebust9af8c222010-10-24 11:52:55 -04007332 goto out_overflow;
Trond Myklebust28331a42011-04-27 13:47:52 -04007333 if (entry->fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID)
7334 entry->ino = entry->fattr->mounted_on_fileid;
7335 else if (entry->fattr->valid & NFS_ATTR_FATTR_FILEID)
Trond Myklebust9af8c222010-10-24 11:52:55 -04007336 entry->ino = entry->fattr->fileid;
7337
Trond Myklebust0b26a0b2010-11-20 14:26:44 -05007338 entry->d_type = DT_UNKNOWN;
7339 if (entry->fattr->valid & NFS_ATTR_FATTR_TYPE)
7340 entry->d_type = nfs_umode_to_dtype(entry->fattr->mode);
7341
Chuck Lever573c4e12010-12-14 14:58:11 +00007342 return 0;
Bryan Schumakerbabddc72010-10-20 15:44:29 -04007343
7344out_overflow:
7345 print_overflow_msg(__func__, xdr);
Chuck Lever573c4e12010-12-14 14:58:11 +00007346 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007347}
7348
7349/*
7350 * We need to translate between nfs status return values and
7351 * the local errno values which may not be the same.
7352 */
7353static struct {
7354 int stat;
7355 int errno;
7356} nfs_errtbl[] = {
7357 { NFS4_OK, 0 },
Benny Halevy856dff32008-03-31 17:39:06 +03007358 { NFS4ERR_PERM, -EPERM },
7359 { NFS4ERR_NOENT, -ENOENT },
7360 { NFS4ERR_IO, -errno_NFSERR_IO},
7361 { NFS4ERR_NXIO, -ENXIO },
7362 { NFS4ERR_ACCESS, -EACCES },
7363 { NFS4ERR_EXIST, -EEXIST },
7364 { NFS4ERR_XDEV, -EXDEV },
7365 { NFS4ERR_NOTDIR, -ENOTDIR },
7366 { NFS4ERR_ISDIR, -EISDIR },
7367 { NFS4ERR_INVAL, -EINVAL },
7368 { NFS4ERR_FBIG, -EFBIG },
7369 { NFS4ERR_NOSPC, -ENOSPC },
7370 { NFS4ERR_ROFS, -EROFS },
7371 { NFS4ERR_MLINK, -EMLINK },
7372 { NFS4ERR_NAMETOOLONG, -ENAMETOOLONG },
7373 { NFS4ERR_NOTEMPTY, -ENOTEMPTY },
7374 { NFS4ERR_DQUOT, -EDQUOT },
7375 { NFS4ERR_STALE, -ESTALE },
7376 { NFS4ERR_BADHANDLE, -EBADHANDLE },
Benny Halevy856dff32008-03-31 17:39:06 +03007377 { NFS4ERR_BAD_COOKIE, -EBADCOOKIE },
7378 { NFS4ERR_NOTSUPP, -ENOTSUPP },
7379 { NFS4ERR_TOOSMALL, -ETOOSMALL },
Trond Myklebustfdcb4572010-02-08 09:32:40 -05007380 { NFS4ERR_SERVERFAULT, -EREMOTEIO },
Benny Halevy856dff32008-03-31 17:39:06 +03007381 { NFS4ERR_BADTYPE, -EBADTYPE },
7382 { NFS4ERR_LOCKED, -EAGAIN },
Benny Halevy856dff32008-03-31 17:39:06 +03007383 { NFS4ERR_SYMLINK, -ELOOP },
7384 { NFS4ERR_OP_ILLEGAL, -EOPNOTSUPP },
7385 { NFS4ERR_DEADLOCK, -EDEADLK },
Benny Halevy856dff32008-03-31 17:39:06 +03007386 { -1, -EIO }
Linus Torvalds1da177e2005-04-16 15:20:36 -07007387};
7388
7389/*
7390 * Convert an NFS error code to a local one.
7391 * This one is used jointly by NFSv2 and NFSv3.
7392 */
7393static int
David Howells0a8ea432006-08-22 20:06:08 -04007394nfs4_stat_to_errno(int stat)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007395{
7396 int i;
7397 for (i = 0; nfs_errtbl[i].stat != -1; i++) {
7398 if (nfs_errtbl[i].stat == stat)
7399 return nfs_errtbl[i].errno;
7400 }
7401 if (stat <= 10000 || stat > 10100) {
7402 /* The server is looney tunes. */
Trond Myklebustfdcb4572010-02-08 09:32:40 -05007403 return -EREMOTEIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007404 }
7405 /* If we cannot translate the error, the recovery routines should
7406 * handle it.
7407 * Note: remaining NFSv4 error codes have values > 10000, so should
7408 * not conflict with native Linux error codes.
7409 */
Benny Halevy856dff32008-03-31 17:39:06 +03007410 return -stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007411}
7412
Linus Torvalds1da177e2005-04-16 15:20:36 -07007413#define PROC(proc, argtype, restype) \
7414[NFSPROC4_CLNT_##proc] = { \
7415 .p_proc = NFSPROC4_COMPOUND, \
Chuck Lever9f06c712010-12-14 14:59:18 +00007416 .p_encode = (kxdreproc_t)nfs4_xdr_##argtype, \
Chuck Leverbf269552010-12-14 14:59:29 +00007417 .p_decode = (kxdrdproc_t)nfs4_xdr_##restype, \
Chuck Lever2bea90d2007-03-29 16:47:53 -04007418 .p_arglen = NFS4_##argtype##_sz, \
7419 .p_replen = NFS4_##restype##_sz, \
Chuck Levercc0175c2006-03-20 13:44:22 -05007420 .p_statidx = NFSPROC4_CLNT_##proc, \
7421 .p_name = #proc, \
Andy Adamson05d564f2008-12-23 16:06:15 -05007422}
Linus Torvalds1da177e2005-04-16 15:20:36 -07007423
7424struct rpc_procinfo nfs4_procedures[] = {
Chuck Lever7d93bd712010-12-14 14:57:42 +00007425 PROC(READ, enc_read, dec_read),
7426 PROC(WRITE, enc_write, dec_write),
7427 PROC(COMMIT, enc_commit, dec_commit),
7428 PROC(OPEN, enc_open, dec_open),
7429 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
7430 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
7431 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
7432 PROC(CLOSE, enc_close, dec_close),
7433 PROC(SETATTR, enc_setattr, dec_setattr),
7434 PROC(FSINFO, enc_fsinfo, dec_fsinfo),
7435 PROC(RENEW, enc_renew, dec_renew),
7436 PROC(SETCLIENTID, enc_setclientid, dec_setclientid),
7437 PROC(SETCLIENTID_CONFIRM, enc_setclientid_confirm, dec_setclientid_confirm),
7438 PROC(LOCK, enc_lock, dec_lock),
7439 PROC(LOCKT, enc_lockt, dec_lockt),
7440 PROC(LOCKU, enc_locku, dec_locku),
7441 PROC(ACCESS, enc_access, dec_access),
7442 PROC(GETATTR, enc_getattr, dec_getattr),
7443 PROC(LOOKUP, enc_lookup, dec_lookup),
7444 PROC(LOOKUP_ROOT, enc_lookup_root, dec_lookup_root),
7445 PROC(REMOVE, enc_remove, dec_remove),
7446 PROC(RENAME, enc_rename, dec_rename),
7447 PROC(LINK, enc_link, dec_link),
7448 PROC(SYMLINK, enc_symlink, dec_symlink),
7449 PROC(CREATE, enc_create, dec_create),
7450 PROC(PATHCONF, enc_pathconf, dec_pathconf),
7451 PROC(STATFS, enc_statfs, dec_statfs),
7452 PROC(READLINK, enc_readlink, dec_readlink),
7453 PROC(READDIR, enc_readdir, dec_readdir),
7454 PROC(SERVER_CAPS, enc_server_caps, dec_server_caps),
7455 PROC(DELEGRETURN, enc_delegreturn, dec_delegreturn),
7456 PROC(GETACL, enc_getacl, dec_getacl),
7457 PROC(SETACL, enc_setacl, dec_setacl),
7458 PROC(FS_LOCATIONS, enc_fs_locations, dec_fs_locations),
7459 PROC(RELEASE_LOCKOWNER, enc_release_lockowner, dec_release_lockowner),
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00007460 PROC(SECINFO, enc_secinfo, dec_secinfo),
Chuck Lever44c99932013-10-17 14:13:30 -04007461 PROC(FSID_PRESENT, enc_fsid_present, dec_fsid_present),
Benny Halevy99fe60d2009-04-01 09:22:29 -04007462#if defined(CONFIG_NFS_V4_1)
Chuck Lever7d93bd712010-12-14 14:57:42 +00007463 PROC(EXCHANGE_ID, enc_exchange_id, dec_exchange_id),
7464 PROC(CREATE_SESSION, enc_create_session, dec_create_session),
7465 PROC(DESTROY_SESSION, enc_destroy_session, dec_destroy_session),
7466 PROC(SEQUENCE, enc_sequence, dec_sequence),
7467 PROC(GET_LEASE_TIME, enc_get_lease_time, dec_get_lease_time),
7468 PROC(RECLAIM_COMPLETE, enc_reclaim_complete, dec_reclaim_complete),
7469 PROC(GETDEVICEINFO, enc_getdeviceinfo, dec_getdeviceinfo),
7470 PROC(LAYOUTGET, enc_layoutget, dec_layoutget),
Andy Adamson863a3c62011-03-23 13:27:54 +00007471 PROC(LAYOUTCOMMIT, enc_layoutcommit, dec_layoutcommit),
Benny Halevycbe82602011-05-22 19:52:37 +03007472 PROC(LAYOUTRETURN, enc_layoutreturn, dec_layoutreturn),
Bryan Schumakerfca78d62011-06-02 14:59:07 -04007473 PROC(SECINFO_NO_NAME, enc_secinfo_no_name, dec_secinfo_no_name),
Bryan Schumaker7d974792011-06-02 14:59:08 -04007474 PROC(TEST_STATEID, enc_test_stateid, dec_test_stateid),
Bryan Schumaker9aeda352011-06-02 14:59:09 -04007475 PROC(FREE_STATEID, enc_free_stateid, dec_free_stateid),
Andy Adamson7f11d8d2011-07-30 20:52:35 -04007476 PROC(GETDEVICELIST, enc_getdevicelist, dec_getdevicelist),
Trond Myklebustad24ecf2012-05-25 17:11:42 -04007477 PROC(BIND_CONN_TO_SESSION,
7478 enc_bind_conn_to_session, dec_bind_conn_to_session),
Trond Myklebust66245532012-05-25 17:18:09 -04007479 PROC(DESTROY_CLIENTID, enc_destroy_clientid, dec_destroy_clientid),
Benny Halevy99fe60d2009-04-01 09:22:29 -04007480#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07007481};
7482
Trond Myklebusta613fa12012-01-20 13:53:56 -05007483const struct rpc_version nfs_version4 = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007484 .number = 4,
Tobias Klausere8c96f82006-03-24 03:15:34 -08007485 .nrprocs = ARRAY_SIZE(nfs4_procedures),
Linus Torvalds1da177e2005-04-16 15:20:36 -07007486 .procs = nfs4_procedures
7487};
7488
7489/*
7490 * Local variables:
7491 * c-basic-offset: 8
7492 * End:
7493 */