blob: 5d80766fc672e12603a5d75b2e3a66169532fb13 [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>
41#include <linux/slab.h>
42#include <linux/utsname.h>
43#include <linux/errno.h>
44#include <linux/string.h>
45#include <linux/in.h>
46#include <linux/pagemap.h>
47#include <linux/proc_fs.h>
48#include <linux/kdev_t.h>
49#include <linux/sunrpc/clnt.h>
50#include <linux/nfs.h>
51#include <linux/nfs4.h>
52#include <linux/nfs_fs.h>
53#include <linux/nfs_idmap.h>
Trond Myklebust4ce79712005-06-22 17:16:21 +000054#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070055
56#define NFSDBG_FACILITY NFSDBG_XDR
57
58/* Mapping from NFS error code to "errno" error code. */
59#define errno_NFSERR_IO EIO
60
David Howells0a8ea432006-08-22 20:06:08 -040061static int nfs4_stat_to_errno(int);
Linus Torvalds1da177e2005-04-16 15:20:36 -070062
63/* NFSv4 COMPOUND tags are only wanted for debugging purposes */
64#ifdef DEBUG
65#define NFS4_MAXTAGLEN 20
66#else
67#define NFS4_MAXTAGLEN 0
68#endif
69
Andy Adamson6c0195a2008-12-23 16:06:15 -050070/* lock,open owner id:
Trond Myklebust9f958ab2007-07-02 13:58:33 -040071 * we currently use size 2 (u64) out of (NFS4_OPAQUE_LIMIT >> 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 */
Trond Myklebust9f958ab2007-07-02 13:58:33 -040073#define open_owner_id_maxsz (1 + 4)
74#define lock_owner_id_maxsz (1 + 4)
Trond Myklebust9104a552007-07-17 21:52:42 -040075#define decode_lockowner_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
Linus Torvalds1da177e2005-04-16 15:20:36 -070076#define compound_encode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
77#define compound_decode_hdr_maxsz (3 + (NFS4_MAXTAGLEN >> 2))
78#define op_encode_hdr_maxsz (1)
79#define op_decode_hdr_maxsz (2)
Trond Myklebust9104a552007-07-17 21:52:42 -040080#define encode_stateid_maxsz (XDR_QUADLEN(NFS4_STATEID_SIZE))
81#define decode_stateid_maxsz (XDR_QUADLEN(NFS4_STATEID_SIZE))
82#define encode_verifier_maxsz (XDR_QUADLEN(NFS4_VERIFIER_SIZE))
83#define decode_verifier_maxsz (XDR_QUADLEN(NFS4_VERIFIER_SIZE))
Linus Torvalds1da177e2005-04-16 15:20:36 -070084#define encode_putfh_maxsz (op_encode_hdr_maxsz + 1 + \
85 (NFS4_FHSIZE >> 2))
86#define decode_putfh_maxsz (op_decode_hdr_maxsz)
87#define encode_putrootfh_maxsz (op_encode_hdr_maxsz)
88#define decode_putrootfh_maxsz (op_decode_hdr_maxsz)
89#define encode_getfh_maxsz (op_encode_hdr_maxsz)
90#define decode_getfh_maxsz (op_decode_hdr_maxsz + 1 + \
91 ((3+NFS4_FHSIZE) >> 2))
J. Bruce Fields96928202005-06-22 17:16:22 +000092#define nfs4_fattr_bitmap_maxsz 3
93#define encode_getattr_maxsz (op_encode_hdr_maxsz + nfs4_fattr_bitmap_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -070094#define nfs4_name_maxsz (1 + ((3 + NFS4_MAXNAMLEN) >> 2))
95#define nfs4_path_maxsz (1 + ((3 + NFS4_MAXPATHLEN) >> 2))
Trond Myklebustbd625ba2007-07-08 18:38:23 -040096#define nfs4_owner_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
97#define nfs4_group_maxsz (1 + XDR_QUADLEN(IDMAP_NAMESZ))
J. Bruce Fields96928202005-06-22 17:16:22 +000098/* This is based on getfattr, which uses the most attributes: */
99#define nfs4_fattr_value_maxsz (1 + (1 + 2 + 2 + 4 + 2 + 1 + 1 + 2 + 2 + \
Trond Myklebustbd625ba2007-07-08 18:38:23 -0400100 3 + 3 + 3 + nfs4_owner_maxsz + nfs4_group_maxsz))
J. Bruce Fields96928202005-06-22 17:16:22 +0000101#define nfs4_fattr_maxsz (nfs4_fattr_bitmap_maxsz + \
102 nfs4_fattr_value_maxsz)
103#define decode_getattr_maxsz (op_decode_hdr_maxsz + nfs4_fattr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400104#define encode_attrs_maxsz (nfs4_fattr_bitmap_maxsz + \
105 1 + 2 + 1 + \
106 nfs4_owner_maxsz + \
107 nfs4_group_maxsz + \
108 4 + 4)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109#define encode_savefh_maxsz (op_encode_hdr_maxsz)
110#define decode_savefh_maxsz (op_decode_hdr_maxsz)
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400111#define encode_restorefh_maxsz (op_encode_hdr_maxsz)
112#define decode_restorefh_maxsz (op_decode_hdr_maxsz)
Fred Isaman2f42b5d2008-03-13 15:26:30 +0200113#define encode_fsinfo_maxsz (encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114#define decode_fsinfo_maxsz (op_decode_hdr_maxsz + 11)
115#define encode_renew_maxsz (op_encode_hdr_maxsz + 3)
116#define decode_renew_maxsz (op_decode_hdr_maxsz)
117#define encode_setclientid_maxsz \
118 (op_encode_hdr_maxsz + \
Chuck Levercc38bac2007-12-10 14:56:54 -0500119 XDR_QUADLEN(NFS4_VERIFIER_SIZE) + \
120 XDR_QUADLEN(NFS4_SETCLIENTID_NAMELEN) + \
121 1 /* sc_prog */ + \
122 XDR_QUADLEN(RPCBIND_MAXNETIDLEN) + \
123 XDR_QUADLEN(RPCBIND_MAXUADDRLEN) + \
124 1) /* sc_cb_ident */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125#define decode_setclientid_maxsz \
126 (op_decode_hdr_maxsz + \
127 2 + \
128 1024) /* large value for CLID_INUSE */
129#define encode_setclientid_confirm_maxsz \
130 (op_encode_hdr_maxsz + \
131 3 + (NFS4_VERIFIER_SIZE >> 2))
132#define decode_setclientid_confirm_maxsz \
133 (op_decode_hdr_maxsz)
Trond Myklebuste6889622007-07-02 13:58:30 -0400134#define encode_lookup_maxsz (op_encode_hdr_maxsz + nfs4_name_maxsz)
135#define decode_lookup_maxsz (op_decode_hdr_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400136#define encode_share_access_maxsz \
137 (2)
Trond Myklebust9104a552007-07-17 21:52:42 -0400138#define encode_createmode_maxsz (1 + encode_attrs_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400139#define encode_opentype_maxsz (1 + encode_createmode_maxsz)
140#define encode_claim_null_maxsz (1 + nfs4_name_maxsz)
141#define encode_open_maxsz (op_encode_hdr_maxsz + \
142 2 + encode_share_access_maxsz + 2 + \
143 open_owner_id_maxsz + \
144 encode_opentype_maxsz + \
145 encode_claim_null_maxsz)
146#define decode_ace_maxsz (3 + nfs4_owner_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400147#define decode_delegation_maxsz (1 + decode_stateid_maxsz + 1 + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400148 decode_ace_maxsz)
149#define decode_change_info_maxsz (5)
150#define decode_open_maxsz (op_decode_hdr_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400151 decode_stateid_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400152 decode_change_info_maxsz + 1 + \
153 nfs4_fattr_bitmap_maxsz + \
154 decode_delegation_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400155#define encode_open_confirm_maxsz \
156 (op_encode_hdr_maxsz + \
157 encode_stateid_maxsz + 1)
158#define decode_open_confirm_maxsz \
159 (op_decode_hdr_maxsz + \
160 decode_stateid_maxsz)
161#define encode_open_downgrade_maxsz \
162 (op_encode_hdr_maxsz + \
163 encode_stateid_maxsz + 1 + \
164 encode_share_access_maxsz)
165#define decode_open_downgrade_maxsz \
166 (op_decode_hdr_maxsz + \
167 decode_stateid_maxsz)
168#define encode_close_maxsz (op_encode_hdr_maxsz + \
169 1 + encode_stateid_maxsz)
170#define decode_close_maxsz (op_decode_hdr_maxsz + \
171 decode_stateid_maxsz)
172#define encode_setattr_maxsz (op_encode_hdr_maxsz + \
173 encode_stateid_maxsz + \
174 encode_attrs_maxsz)
175#define decode_setattr_maxsz (op_decode_hdr_maxsz + \
176 nfs4_fattr_bitmap_maxsz)
177#define encode_read_maxsz (op_encode_hdr_maxsz + \
178 encode_stateid_maxsz + 3)
179#define decode_read_maxsz (op_decode_hdr_maxsz + 2)
180#define encode_readdir_maxsz (op_encode_hdr_maxsz + \
181 2 + encode_verifier_maxsz + 5)
182#define decode_readdir_maxsz (op_decode_hdr_maxsz + \
183 decode_verifier_maxsz)
184#define encode_readlink_maxsz (op_encode_hdr_maxsz)
185#define decode_readlink_maxsz (op_decode_hdr_maxsz + 1)
186#define encode_write_maxsz (op_encode_hdr_maxsz + \
187 encode_stateid_maxsz + 4)
188#define decode_write_maxsz (op_decode_hdr_maxsz + \
189 2 + decode_verifier_maxsz)
190#define encode_commit_maxsz (op_encode_hdr_maxsz + 3)
191#define decode_commit_maxsz (op_decode_hdr_maxsz + \
192 decode_verifier_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193#define encode_remove_maxsz (op_encode_hdr_maxsz + \
194 nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400195#define decode_remove_maxsz (op_decode_hdr_maxsz + \
196 decode_change_info_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197#define encode_rename_maxsz (op_encode_hdr_maxsz + \
198 2 * nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400199#define decode_rename_maxsz (op_decode_hdr_maxsz + \
200 decode_change_info_maxsz + \
201 decode_change_info_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202#define encode_link_maxsz (op_encode_hdr_maxsz + \
203 nfs4_name_maxsz)
Benny Halevy6ce18392009-04-01 09:22:06 -0400204#define decode_link_maxsz (op_decode_hdr_maxsz + decode_change_info_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400205#define encode_lock_maxsz (op_encode_hdr_maxsz + \
206 7 + \
207 1 + encode_stateid_maxsz + 8)
208#define decode_lock_denied_maxsz \
209 (8 + decode_lockowner_maxsz)
210#define decode_lock_maxsz (op_decode_hdr_maxsz + \
211 decode_lock_denied_maxsz)
212#define encode_lockt_maxsz (op_encode_hdr_maxsz + 12)
213#define decode_lockt_maxsz (op_decode_hdr_maxsz + \
214 decode_lock_denied_maxsz)
215#define encode_locku_maxsz (op_encode_hdr_maxsz + 3 + \
216 encode_stateid_maxsz + \
217 4)
218#define decode_locku_maxsz (op_decode_hdr_maxsz + \
219 decode_stateid_maxsz)
220#define encode_access_maxsz (op_encode_hdr_maxsz + 1)
221#define decode_access_maxsz (op_decode_hdr_maxsz + 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222#define encode_symlink_maxsz (op_encode_hdr_maxsz + \
223 1 + nfs4_name_maxsz + \
Chuck Lever94a6d752006-08-22 20:06:23 -0400224 1 + \
J. Bruce Fields96928202005-06-22 17:16:22 +0000225 nfs4_fattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226#define decode_symlink_maxsz (op_decode_hdr_maxsz + 8)
227#define encode_create_maxsz (op_encode_hdr_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400228 1 + 2 + nfs4_name_maxsz + \
229 encode_attrs_maxsz)
Trond Myklebust2cebf822007-07-02 13:57:28 -0400230#define decode_create_maxsz (op_decode_hdr_maxsz + \
231 decode_change_info_maxsz + \
232 nfs4_fattr_bitmap_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400233#define encode_statfs_maxsz (encode_getattr_maxsz)
234#define decode_statfs_maxsz (decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700235#define encode_delegreturn_maxsz (op_encode_hdr_maxsz + 4)
236#define decode_delegreturn_maxsz (op_decode_hdr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400237#define encode_getacl_maxsz (encode_getattr_maxsz)
238#define decode_getacl_maxsz (op_decode_hdr_maxsz + \
239 nfs4_fattr_bitmap_maxsz + 1)
240#define encode_setacl_maxsz (op_encode_hdr_maxsz + \
241 encode_stateid_maxsz + 3)
242#define decode_setacl_maxsz (decode_setattr_maxsz)
Trond Myklebuste6889622007-07-02 13:58:30 -0400243#define encode_fs_locations_maxsz \
244 (encode_getattr_maxsz)
245#define decode_fs_locations_maxsz \
246 (0)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400247
248#if defined(CONFIG_NFS_V4_1)
Andy Adamsonfc931582009-04-01 09:22:31 -0400249#define NFS4_MAX_MACHINE_NAME_LEN (64)
250
Benny Halevy99fe60d2009-04-01 09:22:29 -0400251#define encode_exchange_id_maxsz (op_encode_hdr_maxsz + \
252 encode_verifier_maxsz + \
253 1 /* co_ownerid.len */ + \
254 XDR_QUADLEN(NFS4_EXCHANGE_ID_LEN) + \
255 1 /* flags */ + \
256 1 /* spa_how */ + \
257 0 /* SP4_NONE (for now) */ + \
258 1 /* zero implemetation id array */)
259#define decode_exchange_id_maxsz (op_decode_hdr_maxsz + \
260 2 /* eir_clientid */ + \
261 1 /* eir_sequenceid */ + \
262 1 /* eir_flags */ + \
263 1 /* spr_how */ + \
264 0 /* SP4_NONE (for now) */ + \
265 2 /* eir_server_owner.so_minor_id */ + \
266 /* eir_server_owner.so_major_id<> */ \
267 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 + \
268 /* eir_server_scope<> */ \
269 XDR_QUADLEN(NFS4_OPAQUE_LIMIT) + 1 + \
270 1 /* eir_server_impl_id array length */ + \
271 0 /* ignored eir_server_impl_id contents */)
Andy Adamsonfc931582009-04-01 09:22:31 -0400272#define encode_channel_attrs_maxsz (6 + 1 /* ca_rdma_ird.len (0) */)
273#define decode_channel_attrs_maxsz (6 + \
274 1 /* ca_rdma_ird.len */ + \
275 1 /* ca_rdma_ird */)
276#define encode_create_session_maxsz (op_encode_hdr_maxsz + \
277 2 /* csa_clientid */ + \
278 1 /* csa_sequence */ + \
279 1 /* csa_flags */ + \
280 encode_channel_attrs_maxsz + \
281 encode_channel_attrs_maxsz + \
282 1 /* csa_cb_program */ + \
283 1 /* csa_sec_parms.len (1) */ + \
284 1 /* cb_secflavor (AUTH_SYS) */ + \
285 1 /* stamp */ + \
286 1 /* machinename.len */ + \
287 XDR_QUADLEN(NFS4_MAX_MACHINE_NAME_LEN) + \
288 1 /* uid */ + \
289 1 /* gid */ + \
290 1 /* gids.len (0) */)
291#define decode_create_session_maxsz (op_decode_hdr_maxsz + \
292 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + \
293 1 /* csr_sequence */ + \
294 1 /* csr_flags */ + \
295 decode_channel_attrs_maxsz + \
296 decode_channel_attrs_maxsz)
Andy Adamson0f3e66c2009-04-01 09:22:34 -0400297#define encode_destroy_session_maxsz (op_encode_hdr_maxsz + 4)
298#define decode_destroy_session_maxsz (op_decode_hdr_maxsz)
Andy Adamsonfc01cea2009-04-01 09:22:36 -0400299#define encode_sequence_maxsz (op_encode_hdr_maxsz + \
300 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 4)
301#define decode_sequence_maxsz (op_decode_hdr_maxsz + \
302 XDR_QUADLEN(NFS4_MAX_SESSIONID_LEN) + 5)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400303#else /* CONFIG_NFS_V4_1 */
304#define encode_sequence_maxsz 0
305#define decode_sequence_maxsz 0
306#endif /* CONFIG_NFS_V4_1 */
307
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308#define NFS4_enc_compound_sz (1024) /* XXX: large enough? */
309#define NFS4_dec_compound_sz (1024) /* XXX: large enough? */
310#define NFS4_enc_read_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400311 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400313 encode_read_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314#define NFS4_dec_read_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400315 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400317 decode_read_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318#define NFS4_enc_readlink_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400319 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400321 encode_readlink_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322#define NFS4_dec_readlink_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400323 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400325 decode_readlink_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326#define NFS4_enc_readdir_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400327 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400329 encode_readdir_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330#define NFS4_dec_readdir_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400331 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400333 decode_readdir_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334#define NFS4_enc_write_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400335 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400337 encode_write_maxsz + \
Trond Myklebust4f9838c2005-10-27 22:12:44 -0400338 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339#define NFS4_dec_write_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400340 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400342 decode_write_maxsz + \
Trond Myklebust4f9838c2005-10-27 22:12:44 -0400343 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344#define NFS4_enc_commit_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400345 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400347 encode_commit_maxsz + \
Trond Myklebust4f9838c2005-10-27 22:12:44 -0400348 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349#define NFS4_dec_commit_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400350 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400352 decode_commit_maxsz + \
Trond Myklebust4f9838c2005-10-27 22:12:44 -0400353 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354#define NFS4_enc_open_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400355 encode_sequence_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400356 encode_putfh_maxsz + \
357 encode_savefh_maxsz + \
358 encode_open_maxsz + \
359 encode_getfh_maxsz + \
360 encode_getattr_maxsz + \
361 encode_restorefh_maxsz + \
362 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363#define NFS4_dec_open_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400364 decode_sequence_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400365 decode_putfh_maxsz + \
366 decode_savefh_maxsz + \
367 decode_open_maxsz + \
368 decode_getfh_maxsz + \
369 decode_getattr_maxsz + \
370 decode_restorefh_maxsz + \
371 decode_getattr_maxsz)
Trond Myklebust9104a552007-07-17 21:52:42 -0400372#define NFS4_enc_open_confirm_sz \
373 (compound_encode_hdr_maxsz + \
374 encode_putfh_maxsz + \
375 encode_open_confirm_maxsz)
376#define NFS4_dec_open_confirm_sz \
377 (compound_decode_hdr_maxsz + \
378 decode_putfh_maxsz + \
379 decode_open_confirm_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380#define NFS4_enc_open_noattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400381 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382 encode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400383 encode_open_maxsz + \
384 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385#define NFS4_dec_open_noattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400386 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 decode_putfh_maxsz + \
Trond Myklebust2cebf822007-07-02 13:57:28 -0400388 decode_open_maxsz + \
389 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390#define NFS4_enc_open_downgrade_sz \
391 (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400392 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400393 encode_putfh_maxsz + \
394 encode_open_downgrade_maxsz + \
395 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396#define NFS4_dec_open_downgrade_sz \
397 (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400398 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400399 decode_putfh_maxsz + \
400 decode_open_downgrade_maxsz + \
401 decode_getattr_maxsz)
402#define NFS4_enc_close_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400403 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400404 encode_putfh_maxsz + \
405 encode_close_maxsz + \
406 encode_getattr_maxsz)
407#define NFS4_dec_close_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400408 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400409 decode_putfh_maxsz + \
410 decode_close_maxsz + \
411 decode_getattr_maxsz)
412#define NFS4_enc_setattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400413 encode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400414 encode_putfh_maxsz + \
415 encode_setattr_maxsz + \
416 encode_getattr_maxsz)
417#define NFS4_dec_setattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400418 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400419 decode_putfh_maxsz + \
420 decode_setattr_maxsz + \
421 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422#define NFS4_enc_fsinfo_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400423 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424 encode_putfh_maxsz + \
425 encode_fsinfo_maxsz)
426#define NFS4_dec_fsinfo_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400427 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428 decode_putfh_maxsz + \
429 decode_fsinfo_maxsz)
430#define NFS4_enc_renew_sz (compound_encode_hdr_maxsz + \
431 encode_renew_maxsz)
432#define NFS4_dec_renew_sz (compound_decode_hdr_maxsz + \
433 decode_renew_maxsz)
434#define NFS4_enc_setclientid_sz (compound_encode_hdr_maxsz + \
435 encode_setclientid_maxsz)
436#define NFS4_dec_setclientid_sz (compound_decode_hdr_maxsz + \
437 decode_setclientid_maxsz)
438#define NFS4_enc_setclientid_confirm_sz \
439 (compound_encode_hdr_maxsz + \
440 encode_setclientid_confirm_maxsz + \
441 encode_putrootfh_maxsz + \
442 encode_fsinfo_maxsz)
443#define NFS4_dec_setclientid_confirm_sz \
444 (compound_decode_hdr_maxsz + \
445 decode_setclientid_confirm_maxsz + \
446 decode_putrootfh_maxsz + \
447 decode_fsinfo_maxsz)
448#define NFS4_enc_lock_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400449 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400451 encode_lock_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452#define NFS4_dec_lock_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400453 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400455 decode_lock_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456#define NFS4_enc_lockt_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400457 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400459 encode_lockt_maxsz)
460#define NFS4_dec_lockt_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400461 decode_sequence_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400462 decode_putfh_maxsz + \
463 decode_lockt_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464#define NFS4_enc_locku_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400465 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400467 encode_locku_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468#define NFS4_dec_locku_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400469 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400471 decode_locku_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472#define NFS4_enc_access_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400473 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 encode_putfh_maxsz + \
Trond Myklebust76b32992007-08-10 17:45:11 -0400475 encode_access_maxsz + \
476 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477#define NFS4_dec_access_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400478 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 decode_putfh_maxsz + \
Trond Myklebust76b32992007-08-10 17:45:11 -0400480 decode_access_maxsz + \
481 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482#define NFS4_enc_getattr_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400483 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 encode_putfh_maxsz + \
485 encode_getattr_maxsz)
486#define NFS4_dec_getattr_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400487 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 decode_putfh_maxsz + \
489 decode_getattr_maxsz)
490#define NFS4_enc_lookup_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400491 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 encode_putfh_maxsz + \
493 encode_lookup_maxsz + \
494 encode_getattr_maxsz + \
495 encode_getfh_maxsz)
496#define NFS4_dec_lookup_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400497 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498 decode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400499 decode_lookup_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 decode_getattr_maxsz + \
501 decode_getfh_maxsz)
502#define NFS4_enc_lookup_root_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400503 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 encode_putrootfh_maxsz + \
505 encode_getattr_maxsz + \
506 encode_getfh_maxsz)
507#define NFS4_dec_lookup_root_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400508 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 decode_putrootfh_maxsz + \
510 decode_getattr_maxsz + \
511 decode_getfh_maxsz)
512#define NFS4_enc_remove_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400513 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 encode_putfh_maxsz + \
Trond Myklebust16e42952005-10-27 22:12:44 -0400515 encode_remove_maxsz + \
516 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517#define NFS4_dec_remove_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400518 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 decode_putfh_maxsz + \
Benny Halevy6ce18392009-04-01 09:22:06 -0400520 decode_remove_maxsz + \
Trond Myklebust16e42952005-10-27 22:12:44 -0400521 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522#define NFS4_enc_rename_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400523 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524 encode_putfh_maxsz + \
525 encode_savefh_maxsz + \
526 encode_putfh_maxsz + \
Trond Myklebust6caf2c82005-10-27 22:12:43 -0400527 encode_rename_maxsz + \
528 encode_getattr_maxsz + \
529 encode_restorefh_maxsz + \
530 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531#define NFS4_dec_rename_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400532 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 decode_putfh_maxsz + \
534 decode_savefh_maxsz + \
535 decode_putfh_maxsz + \
Trond Myklebust6caf2c82005-10-27 22:12:43 -0400536 decode_rename_maxsz + \
537 decode_getattr_maxsz + \
538 decode_restorefh_maxsz + \
539 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540#define NFS4_enc_link_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400541 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 encode_putfh_maxsz + \
543 encode_savefh_maxsz + \
544 encode_putfh_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400545 encode_link_maxsz + \
546 decode_getattr_maxsz + \
547 encode_restorefh_maxsz + \
548 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549#define NFS4_dec_link_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400550 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 decode_putfh_maxsz + \
552 decode_savefh_maxsz + \
553 decode_putfh_maxsz + \
Trond Myklebust91ba2ee2005-10-27 22:12:42 -0400554 decode_link_maxsz + \
555 decode_getattr_maxsz + \
556 decode_restorefh_maxsz + \
557 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558#define NFS4_enc_symlink_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400559 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 encode_putfh_maxsz + \
561 encode_symlink_maxsz + \
562 encode_getattr_maxsz + \
563 encode_getfh_maxsz)
564#define NFS4_dec_symlink_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400565 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 decode_putfh_maxsz + \
567 decode_symlink_maxsz + \
568 decode_getattr_maxsz + \
569 decode_getfh_maxsz)
570#define NFS4_enc_create_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400571 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 encode_putfh_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400573 encode_savefh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 encode_create_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400575 encode_getfh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 encode_getattr_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400577 encode_restorefh_maxsz + \
578 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579#define NFS4_dec_create_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400580 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581 decode_putfh_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400582 decode_savefh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 decode_create_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400584 decode_getfh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 decode_getattr_maxsz + \
Trond Myklebust56ae19f2005-10-27 22:12:40 -0400586 decode_restorefh_maxsz + \
587 decode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588#define NFS4_enc_pathconf_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400589 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590 encode_putfh_maxsz + \
591 encode_getattr_maxsz)
592#define NFS4_dec_pathconf_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400593 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 decode_putfh_maxsz + \
595 decode_getattr_maxsz)
596#define NFS4_enc_statfs_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400597 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400599 encode_statfs_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600#define NFS4_dec_statfs_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400601 decode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400603 decode_statfs_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604#define NFS4_enc_server_caps_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400605 encode_sequence_maxsz + \
Trond Myklebustab91f262007-02-02 14:47:17 -0800606 encode_putfh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 encode_getattr_maxsz)
608#define NFS4_dec_server_caps_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400609 decode_sequence_maxsz + \
Trond Myklebustab91f262007-02-02 14:47:17 -0800610 decode_putfh_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 decode_getattr_maxsz)
612#define NFS4_enc_delegreturn_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400613 encode_sequence_maxsz + \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 encode_putfh_maxsz + \
Trond Myklebustfa178f22006-01-03 09:55:38 +0100615 encode_delegreturn_maxsz + \
616 encode_getattr_maxsz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617#define NFS4_dec_delegreturn_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400618 decode_sequence_maxsz + \
Trond Myklebustfa178f22006-01-03 09:55:38 +0100619 decode_delegreturn_maxsz + \
620 decode_getattr_maxsz)
J. Bruce Fields029d1052005-06-22 17:16:22 +0000621#define NFS4_enc_getacl_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400622 encode_sequence_maxsz + \
J. Bruce Fields029d1052005-06-22 17:16:22 +0000623 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400624 encode_getacl_maxsz)
J. Bruce Fields029d1052005-06-22 17:16:22 +0000625#define NFS4_dec_getacl_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400626 decode_sequence_maxsz + \
J. Bruce Fields029d1052005-06-22 17:16:22 +0000627 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400628 decode_getacl_maxsz)
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000629#define NFS4_enc_setacl_sz (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400630 encode_sequence_maxsz + \
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000631 encode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400632 encode_setacl_maxsz)
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000633#define NFS4_dec_setacl_sz (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400634 decode_sequence_maxsz + \
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000635 decode_putfh_maxsz + \
Trond Myklebust9104a552007-07-17 21:52:42 -0400636 decode_setacl_maxsz)
Trond Myklebust683b57b2006-06-09 09:34:22 -0400637#define NFS4_enc_fs_locations_sz \
638 (compound_encode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400639 encode_sequence_maxsz + \
Trond Myklebust683b57b2006-06-09 09:34:22 -0400640 encode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400641 encode_lookup_maxsz + \
642 encode_fs_locations_maxsz)
Trond Myklebust683b57b2006-06-09 09:34:22 -0400643#define NFS4_dec_fs_locations_sz \
644 (compound_decode_hdr_maxsz + \
Andy Adamson9b7b9fc2009-04-01 09:22:11 -0400645 decode_sequence_maxsz + \
Trond Myklebust683b57b2006-06-09 09:34:22 -0400646 decode_putfh_maxsz + \
Trond Myklebuste6889622007-07-02 13:58:30 -0400647 decode_lookup_maxsz + \
648 decode_fs_locations_maxsz)
Benny Halevy99fe60d2009-04-01 09:22:29 -0400649#if defined(CONFIG_NFS_V4_1)
650#define NFS4_enc_exchange_id_sz \
651 (compound_encode_hdr_maxsz + \
652 encode_exchange_id_maxsz)
653#define NFS4_dec_exchange_id_sz \
654 (compound_decode_hdr_maxsz + \
655 decode_exchange_id_maxsz)
Andy Adamsonfc931582009-04-01 09:22:31 -0400656#define NFS4_enc_create_session_sz \
657 (compound_encode_hdr_maxsz + \
658 encode_create_session_maxsz)
659#define NFS4_dec_create_session_sz \
660 (compound_decode_hdr_maxsz + \
661 decode_create_session_maxsz)
Andy Adamson0f3e66c2009-04-01 09:22:34 -0400662#define NFS4_enc_destroy_session_sz (compound_encode_hdr_maxsz + \
663 encode_destroy_session_maxsz)
664#define NFS4_dec_destroy_session_sz (compound_decode_hdr_maxsz + \
665 decode_destroy_session_maxsz)
Andy Adamsonfc01cea2009-04-01 09:22:36 -0400666#define NFS4_enc_sequence_sz \
667 (compound_decode_hdr_maxsz + \
668 encode_sequence_maxsz)
669#define NFS4_dec_sequence_sz \
670 (compound_decode_hdr_maxsz + \
671 decode_sequence_maxsz)
Andy Adamson2050f0c2009-04-01 09:22:30 -0400672#define NFS4_enc_get_lease_time_sz (compound_encode_hdr_maxsz + \
673 encode_sequence_maxsz + \
674 encode_putrootfh_maxsz + \
675 encode_fsinfo_maxsz)
676#define NFS4_dec_get_lease_time_sz (compound_decode_hdr_maxsz + \
677 decode_sequence_maxsz + \
678 decode_putrootfh_maxsz + \
679 decode_fsinfo_maxsz)
Benny Halevy99fe60d2009-04-01 09:22:29 -0400680#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681
Trond Myklebustbca79472009-03-11 14:10:26 -0400682static const umode_t nfs_type2fmt[] = {
683 [NF4BAD] = 0,
684 [NF4REG] = S_IFREG,
685 [NF4DIR] = S_IFDIR,
686 [NF4BLK] = S_IFBLK,
687 [NF4CHR] = S_IFCHR,
688 [NF4LNK] = S_IFLNK,
689 [NF4SOCK] = S_IFSOCK,
690 [NF4FIFO] = S_IFIFO,
691 [NF4ATTRDIR] = 0,
692 [NF4NAMEDATTR] = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693};
694
695struct compound_hdr {
696 int32_t status;
697 uint32_t nops;
Andy Adamsond0179312008-12-23 16:06:17 -0500698 __be32 * nops_p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699 uint32_t taglen;
700 char * tag;
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400701 uint32_t replen; /* expected reply words */
Benny Halevy66cc0422009-04-01 09:22:10 -0400702 u32 minorversion;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703};
704
705/*
706 * START OF "GENERIC" ENCODE ROUTINES.
707 * These may look a little ugly since they are imported from a "generic"
708 * set of XDR encode/decode routines which are intended to be shared by
709 * all of our NFSv4 implementations (OpenBSD, MacOS X...).
710 *
711 * If the pain of reading these is too great, it should be a straightforward
712 * task to translate them into Linux-specific versions which are more
713 * consistent with the style used in NFSv2/v3...
714 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715#define WRITEMEM(ptr,nbytes) do { \
716 p = xdr_encode_opaque_fixed(p, ptr, nbytes); \
717} while (0)
718
719#define RESERVE_SPACE(nbytes) do { \
720 p = xdr_reserve_space(xdr, nbytes); \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 BUG_ON(!p); \
722} while (0)
723
724static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str)
725{
Al Viro8687b632006-10-19 23:28:48 -0700726 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727
728 p = xdr_reserve_space(xdr, 4 + len);
729 BUG_ON(p == NULL);
730 xdr_encode_opaque(p, str, len);
731}
732
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400733static void encode_compound_hdr(struct xdr_stream *xdr,
734 struct rpc_rqst *req,
735 struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736{
Al Viro8687b632006-10-19 23:28:48 -0700737 __be32 *p;
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400738 struct rpc_auth *auth = req->rq_task->tk_msg.rpc_cred->cr_auth;
739
740 /* initialize running count of expected bytes in reply.
741 * NOTE: the replied tag SHOULD be the same is the one sent,
742 * but this is not required as a MUST for the server to do so. */
743 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744
745 dprintk("encode_compound: tag=%.*s\n", (int)hdr->taglen, hdr->tag);
746 BUG_ON(hdr->taglen > NFS4_MAXTAGLEN);
747 RESERVE_SPACE(12+(XDR_QUADLEN(hdr->taglen)<<2));
Benny Halevye75bc1c2009-08-14 17:18:54 +0300748 *p++ = cpu_to_be32(hdr->taglen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749 WRITEMEM(hdr->tag, hdr->taglen);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300750 *p++ = cpu_to_be32(hdr->minorversion);
Andy Adamsond0179312008-12-23 16:06:17 -0500751 hdr->nops_p = p;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300752 *p++ = cpu_to_be32(hdr->nops);
Andy Adamsond0179312008-12-23 16:06:17 -0500753}
754
755static void encode_nops(struct compound_hdr *hdr)
756{
Andy Adamsonfc931582009-04-01 09:22:31 -0400757 BUG_ON(hdr->nops > NFS4_MAX_OPS);
Andy Adamsond0179312008-12-23 16:06:17 -0500758 *hdr->nops_p = htonl(hdr->nops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759}
760
761static void encode_nfs4_verifier(struct xdr_stream *xdr, const nfs4_verifier *verf)
762{
Al Viro8687b632006-10-19 23:28:48 -0700763 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764
765 p = xdr_reserve_space(xdr, NFS4_VERIFIER_SIZE);
766 BUG_ON(p == NULL);
767 xdr_encode_opaque_fixed(p, verf->data, NFS4_VERIFIER_SIZE);
768}
769
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500770static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap, const struct nfs_server *server)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771{
772 char owner_name[IDMAP_NAMESZ];
773 char owner_group[IDMAP_NAMESZ];
774 int owner_namelen = 0;
775 int owner_grouplen = 0;
Al Viro8687b632006-10-19 23:28:48 -0700776 __be32 *p;
777 __be32 *q;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778 int len;
779 uint32_t bmval0 = 0;
780 uint32_t bmval1 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781
782 /*
783 * We reserve enough space to write the entire attribute buffer at once.
784 * In the worst-case, this would be
785 * 12(bitmap) + 4(attrlen) + 8(size) + 4(mode) + 4(atime) + 4(mtime)
786 * = 36 bytes, plus any contribution from variable-length fields
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000787 * such as owner/group.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 */
789 len = 16;
790
791 /* Sigh */
792 if (iap->ia_valid & ATTR_SIZE)
793 len += 8;
794 if (iap->ia_valid & ATTR_MODE)
795 len += 4;
796 if (iap->ia_valid & ATTR_UID) {
David Howells7539bba2006-08-22 20:06:09 -0400797 owner_namelen = nfs_map_uid_to_name(server->nfs_client, iap->ia_uid, owner_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798 if (owner_namelen < 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -0400799 dprintk("nfs: couldn't resolve uid %d to string\n",
800 iap->ia_uid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801 /* XXX */
802 strcpy(owner_name, "nobody");
803 owner_namelen = sizeof("nobody") - 1;
804 /* goto out; */
805 }
806 len += 4 + (XDR_QUADLEN(owner_namelen) << 2);
807 }
808 if (iap->ia_valid & ATTR_GID) {
David Howells7539bba2006-08-22 20:06:09 -0400809 owner_grouplen = nfs_map_gid_to_group(server->nfs_client, iap->ia_gid, owner_group);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810 if (owner_grouplen < 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -0400811 dprintk("nfs: couldn't resolve gid %d to string\n",
812 iap->ia_gid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813 strcpy(owner_group, "nobody");
814 owner_grouplen = sizeof("nobody") - 1;
815 /* goto out; */
816 }
817 len += 4 + (XDR_QUADLEN(owner_grouplen) << 2);
818 }
819 if (iap->ia_valid & ATTR_ATIME_SET)
820 len += 16;
821 else if (iap->ia_valid & ATTR_ATIME)
822 len += 4;
823 if (iap->ia_valid & ATTR_MTIME_SET)
824 len += 16;
825 else if (iap->ia_valid & ATTR_MTIME)
826 len += 4;
827 RESERVE_SPACE(len);
828
829 /*
830 * We write the bitmap length now, but leave the bitmap and the attribute
831 * buffer length to be backfilled at the end of this routine.
832 */
Benny Halevye75bc1c2009-08-14 17:18:54 +0300833 *p++ = cpu_to_be32(2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834 q = p;
835 p += 3;
836
837 if (iap->ia_valid & ATTR_SIZE) {
838 bmval0 |= FATTR4_WORD0_SIZE;
Benny Halevyb95be5a2009-08-14 17:19:01 +0300839 p = xdr_encode_hyper(p, iap->ia_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840 }
841 if (iap->ia_valid & ATTR_MODE) {
842 bmval1 |= FATTR4_WORD1_MODE;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300843 *p++ = cpu_to_be32(iap->ia_mode & S_IALLUGO);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844 }
845 if (iap->ia_valid & ATTR_UID) {
846 bmval1 |= FATTR4_WORD1_OWNER;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300847 *p++ = cpu_to_be32(owner_namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848 WRITEMEM(owner_name, owner_namelen);
849 }
850 if (iap->ia_valid & ATTR_GID) {
851 bmval1 |= FATTR4_WORD1_OWNER_GROUP;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300852 *p++ = cpu_to_be32(owner_grouplen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 WRITEMEM(owner_group, owner_grouplen);
854 }
855 if (iap->ia_valid & ATTR_ATIME_SET) {
856 bmval1 |= FATTR4_WORD1_TIME_ACCESS_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300857 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
858 *p++ = cpu_to_be32(0);
859 *p++ = cpu_to_be32(iap->ia_mtime.tv_sec);
860 *p++ = cpu_to_be32(iap->ia_mtime.tv_nsec);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 }
862 else if (iap->ia_valid & ATTR_ATIME) {
863 bmval1 |= FATTR4_WORD1_TIME_ACCESS_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300864 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 }
866 if (iap->ia_valid & ATTR_MTIME_SET) {
867 bmval1 |= FATTR4_WORD1_TIME_MODIFY_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300868 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
869 *p++ = cpu_to_be32(0);
870 *p++ = cpu_to_be32(iap->ia_mtime.tv_sec);
871 *p++ = cpu_to_be32(iap->ia_mtime.tv_nsec);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 }
873 else if (iap->ia_valid & ATTR_MTIME) {
874 bmval1 |= FATTR4_WORD1_TIME_MODIFY_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300875 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876 }
Andy Adamson6c0195a2008-12-23 16:06:15 -0500877
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878 /*
879 * Now we backfill the bitmap and the attribute buffer length.
880 */
881 if (len != ((char *)p - (char *)q) + 4) {
Chuck Leverfe82a182007-09-11 18:01:10 -0400882 printk(KERN_ERR "nfs: Attr length error, %u != %Zu\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 len, ((char *)p - (char *)q) + 4);
884 BUG();
885 }
886 len = (char *)p - (char *)q - 12;
887 *q++ = htonl(bmval0);
888 *q++ = htonl(bmval1);
889 *q++ = htonl(len);
890
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891/* out: */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892}
893
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500894static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895{
Al Viro8687b632006-10-19 23:28:48 -0700896 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897
898 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300899 *p++ = cpu_to_be32(OP_ACCESS);
900 *p++ = cpu_to_be32(access);
Andy Adamsond0179312008-12-23 16:06:17 -0500901 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400902 hdr->replen += decode_access_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903}
904
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500905static void encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906{
Al Viro8687b632006-10-19 23:28:48 -0700907 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908
Trond Myklebust8ae20ab2007-05-14 16:50:45 -0400909 RESERVE_SPACE(8+NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300910 *p++ = cpu_to_be32(OP_CLOSE);
911 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -0400912 WRITEMEM(arg->stateid->data, NFS4_STATEID_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -0500913 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400914 hdr->replen += decode_close_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915}
916
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500917static void encode_commit(struct xdr_stream *xdr, const struct nfs_writeargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918{
Al Viro8687b632006-10-19 23:28:48 -0700919 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -0500920
Andy Adamson05d564f2008-12-23 16:06:15 -0500921 RESERVE_SPACE(16);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300922 *p++ = cpu_to_be32(OP_COMMIT);
Benny Halevyb95be5a2009-08-14 17:19:01 +0300923 p = xdr_encode_hyper(p, args->offset);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300924 *p++ = cpu_to_be32(args->count);
Andy Adamsond0179312008-12-23 16:06:17 -0500925 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400926 hdr->replen += decode_commit_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927}
928
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500929static void encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930{
Al Viro8687b632006-10-19 23:28:48 -0700931 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -0500932
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300934 *p++ = cpu_to_be32(OP_CREATE);
935 *p++ = cpu_to_be32(create->ftype);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
937 switch (create->ftype) {
938 case NF4LNK:
Chuck Lever94a6d752006-08-22 20:06:23 -0400939 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300940 *p++ = cpu_to_be32(create->u.symlink.len);
Chuck Lever94a6d752006-08-22 20:06:23 -0400941 xdr_write_pages(xdr, create->u.symlink.pages, 0, create->u.symlink.len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942 break;
943
944 case NF4BLK: case NF4CHR:
945 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300946 *p++ = cpu_to_be32(create->u.device.specdata1);
947 *p++ = cpu_to_be32(create->u.device.specdata2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948 break;
949
950 default:
951 break;
952 }
953
954 RESERVE_SPACE(4 + create->name->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300955 *p++ = cpu_to_be32(create->name->len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 WRITEMEM(create->name->name, create->name->len);
Andy Adamsond0179312008-12-23 16:06:17 -0500957 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400958 hdr->replen += decode_create_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500960 encode_attrs(xdr, create->attrs, create->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961}
962
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500963static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964{
Andy Adamson05d564f2008-12-23 16:06:15 -0500965 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966
Andy Adamson05d564f2008-12-23 16:06:15 -0500967 RESERVE_SPACE(12);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300968 *p++ = cpu_to_be32(OP_GETATTR);
969 *p++ = cpu_to_be32(1);
970 *p++ = cpu_to_be32(bitmap);
Andy Adamsond0179312008-12-23 16:06:17 -0500971 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400972 hdr->replen += decode_getattr_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973}
974
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500975static 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 -0700976{
Andy Adamson05d564f2008-12-23 16:06:15 -0500977 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
Andy Adamson05d564f2008-12-23 16:06:15 -0500979 RESERVE_SPACE(16);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300980 *p++ = cpu_to_be32(OP_GETATTR);
981 *p++ = cpu_to_be32(2);
982 *p++ = cpu_to_be32(bm0);
983 *p++ = cpu_to_be32(bm1);
Andy Adamsond0179312008-12-23 16:06:17 -0500984 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400985 hdr->replen += decode_getattr_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986}
987
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500988static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500990 encode_getattr_two(xdr, bitmask[0] & nfs4_fattr_bitmap[0],
991 bitmask[1] & nfs4_fattr_bitmap[1], hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992}
993
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500994static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500996 encode_getattr_two(xdr, bitmask[0] & nfs4_fsinfo_bitmap[0],
997 bitmask[1] & nfs4_fsinfo_bitmap[1], hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998}
999
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001000static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Manoj Naik830b8e32006-06-09 09:34:25 -04001001{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001002 encode_getattr_two(xdr, bitmask[0] & nfs4_fs_locations_bitmap[0],
1003 bitmask[1] & nfs4_fs_locations_bitmap[1], hdr);
Manoj Naik830b8e32006-06-09 09:34:25 -04001004}
1005
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001006static void encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007{
Al Viro8687b632006-10-19 23:28:48 -07001008 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009
1010 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001011 *p++ = cpu_to_be32(OP_GETFH);
Andy Adamsond0179312008-12-23 16:06:17 -05001012 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001013 hdr->replen += decode_getfh_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014}
1015
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001016static void encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017{
Al Viro8687b632006-10-19 23:28:48 -07001018 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019
1020 RESERVE_SPACE(8 + name->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001021 *p++ = cpu_to_be32(OP_LINK);
1022 *p++ = cpu_to_be32(name->len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023 WRITEMEM(name->name, name->len);
Andy Adamsond0179312008-12-23 16:06:17 -05001024 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001025 hdr->replen += decode_link_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026}
1027
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001028static inline int nfs4_lock_type(struct file_lock *fl, int block)
1029{
1030 if ((fl->fl_type & (F_RDLCK|F_WRLCK|F_UNLCK)) == F_RDLCK)
1031 return block ? NFS4_READW_LT : NFS4_READ_LT;
1032 return block ? NFS4_WRITEW_LT : NFS4_WRITE_LT;
1033}
1034
1035static inline uint64_t nfs4_lock_length(struct file_lock *fl)
1036{
1037 if (fl->fl_end == OFFSET_MAX)
1038 return ~(uint64_t)0;
1039 return fl->fl_end - fl->fl_start + 1;
1040}
1041
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042/*
1043 * opcode,type,reclaim,offset,length,new_lock_owner = 32
1044 * open_seqid,open_stateid,lock_seqid,lock_owner.clientid, lock_owner.id = 40
1045 */
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001046static void encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047{
Al Viro8687b632006-10-19 23:28:48 -07001048 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049
1050 RESERVE_SPACE(32);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001051 *p++ = cpu_to_be32(OP_LOCK);
1052 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, args->block));
1053 *p++ = cpu_to_be32(args->reclaim);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001054 p = xdr_encode_hyper(p, args->fl->fl_start);
1055 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Benny Halevye75bc1c2009-08-14 17:18:54 +03001056 *p++ = cpu_to_be32(args->new_lock_owner);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001057 if (args->new_lock_owner){
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001058 RESERVE_SPACE(4+NFS4_STATEID_SIZE+32);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001059 *p++ = cpu_to_be32(args->open_seqid->sequence->counter);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001060 WRITEMEM(args->open_stateid->data, NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001061 *p++ = cpu_to_be32(args->lock_seqid->sequence->counter);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001062 p = xdr_encode_hyper(p, args->lock_owner.clientid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001063 *p++ = cpu_to_be32(16);
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001064 WRITEMEM("lock id:", 8);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001065 p = xdr_encode_hyper(p, args->lock_owner.id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066 }
1067 else {
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001068 RESERVE_SPACE(NFS4_STATEID_SIZE+4);
1069 WRITEMEM(args->lock_stateid->data, NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001070 *p++ = cpu_to_be32(args->lock_seqid->sequence->counter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 }
Andy Adamsond0179312008-12-23 16:06:17 -05001072 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001073 hdr->replen += decode_lock_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001074}
1075
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001076static void encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077{
Al Viro8687b632006-10-19 23:28:48 -07001078 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001080 RESERVE_SPACE(52);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001081 *p++ = cpu_to_be32(OP_LOCKT);
1082 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, 0));
Benny Halevyb95be5a2009-08-14 17:19:01 +03001083 p = xdr_encode_hyper(p, args->fl->fl_start);
1084 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
1085 p = xdr_encode_hyper(p, args->lock_owner.clientid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001086 *p++ = cpu_to_be32(16);
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001087 WRITEMEM("lock id:", 8);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001088 p = xdr_encode_hyper(p, args->lock_owner.id);
Andy Adamsond0179312008-12-23 16:06:17 -05001089 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001090 hdr->replen += decode_lockt_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091}
1092
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001093static void encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094{
Al Viro8687b632006-10-19 23:28:48 -07001095 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001097 RESERVE_SPACE(12+NFS4_STATEID_SIZE+16);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001098 *p++ = cpu_to_be32(OP_LOCKU);
1099 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, 0));
1100 *p++ = cpu_to_be32(args->seqid->sequence->counter);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001101 WRITEMEM(args->stateid->data, NFS4_STATEID_SIZE);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001102 p = xdr_encode_hyper(p, args->fl->fl_start);
1103 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Andy Adamsond0179312008-12-23 16:06:17 -05001104 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001105 hdr->replen += decode_locku_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106}
1107
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001108static void encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109{
1110 int len = name->len;
Al Viro8687b632006-10-19 23:28:48 -07001111 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112
1113 RESERVE_SPACE(8 + len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001114 *p++ = cpu_to_be32(OP_LOOKUP);
1115 *p++ = cpu_to_be32(len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116 WRITEMEM(name->name, len);
Andy Adamsond0179312008-12-23 16:06:17 -05001117 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001118 hdr->replen += decode_lookup_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119}
1120
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001121static void encode_share_access(struct xdr_stream *xdr, fmode_t fmode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122{
Al Viro8687b632006-10-19 23:28:48 -07001123 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124
1125 RESERVE_SPACE(8);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001126 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001127 case FMODE_READ:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001128 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_READ);
Andy Adamson05d564f2008-12-23 16:06:15 -05001129 break;
1130 case FMODE_WRITE:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001131 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_WRITE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001132 break;
1133 case FMODE_READ|FMODE_WRITE:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001134 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_BOTH);
Andy Adamson05d564f2008-12-23 16:06:15 -05001135 break;
1136 default:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001137 *p++ = cpu_to_be32(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138 }
Benny Halevye75bc1c2009-08-14 17:18:54 +03001139 *p++ = cpu_to_be32(0); /* for linux, share_deny = 0 always */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140}
1141
1142static inline void encode_openhdr(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1143{
Al Viro8687b632006-10-19 23:28:48 -07001144 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 /*
1146 * opcode 4, seqid 4, share_access 4, share_deny 4, clientid 8, ownerlen 4,
1147 * owner 4 = 32
1148 */
1149 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001150 *p++ = cpu_to_be32(OP_OPEN);
1151 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001152 encode_share_access(xdr, arg->fmode);
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001153 RESERVE_SPACE(28);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001154 p = xdr_encode_hyper(p, arg->clientid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001155 *p++ = cpu_to_be32(16);
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001156 WRITEMEM("open id:", 8);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001157 p = xdr_encode_hyper(p, arg->id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158}
1159
1160static inline void encode_createmode(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1161{
Al Viro8687b632006-10-19 23:28:48 -07001162 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163
1164 RESERVE_SPACE(4);
1165 switch(arg->open_flags & O_EXCL) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001166 case 0:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001167 *p++ = cpu_to_be32(NFS4_CREATE_UNCHECKED);
Andy Adamson05d564f2008-12-23 16:06:15 -05001168 encode_attrs(xdr, arg->u.attrs, arg->server);
1169 break;
1170 default:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001171 *p++ = cpu_to_be32(NFS4_CREATE_EXCLUSIVE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001172 encode_nfs4_verifier(xdr, &arg->u.verifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 }
1174}
1175
1176static void encode_opentype(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1177{
Al Viro8687b632006-10-19 23:28:48 -07001178 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179
1180 RESERVE_SPACE(4);
1181 switch (arg->open_flags & O_CREAT) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001182 case 0:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001183 *p++ = cpu_to_be32(NFS4_OPEN_NOCREATE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001184 break;
1185 default:
1186 BUG_ON(arg->claim != NFS4_OPEN_CLAIM_NULL);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001187 *p++ = cpu_to_be32(NFS4_OPEN_CREATE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001188 encode_createmode(xdr, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189 }
1190}
1191
Trond Myklebustbd7bf9d2008-12-23 15:21:53 -05001192static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193{
Al Viro8687b632006-10-19 23:28:48 -07001194 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195
1196 RESERVE_SPACE(4);
1197 switch (delegation_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001198 case 0:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001199 *p++ = cpu_to_be32(NFS4_OPEN_DELEGATE_NONE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001200 break;
1201 case FMODE_READ:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001202 *p++ = cpu_to_be32(NFS4_OPEN_DELEGATE_READ);
Andy Adamson05d564f2008-12-23 16:06:15 -05001203 break;
1204 case FMODE_WRITE|FMODE_READ:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001205 *p++ = cpu_to_be32(NFS4_OPEN_DELEGATE_WRITE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001206 break;
1207 default:
1208 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209 }
1210}
1211
1212static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name)
1213{
Al Viro8687b632006-10-19 23:28:48 -07001214 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215
1216 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001217 *p++ = cpu_to_be32(NFS4_OPEN_CLAIM_NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218 encode_string(xdr, name->len, name->name);
1219}
1220
Trond Myklebustbd7bf9d2008-12-23 15:21:53 -05001221static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222{
Al Viro8687b632006-10-19 23:28:48 -07001223 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224
1225 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001226 *p++ = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 encode_delegation_type(xdr, type);
1228}
1229
1230static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const nfs4_stateid *stateid)
1231{
Al Viro8687b632006-10-19 23:28:48 -07001232 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001234 RESERVE_SPACE(4+NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001235 *p++ = cpu_to_be32(NFS4_OPEN_CLAIM_DELEGATE_CUR);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001236 WRITEMEM(stateid->data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 encode_string(xdr, name->len, name->name);
1238}
1239
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001240static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241{
1242 encode_openhdr(xdr, arg);
1243 encode_opentype(xdr, arg);
1244 switch (arg->claim) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001245 case NFS4_OPEN_CLAIM_NULL:
1246 encode_claim_null(xdr, arg->name);
1247 break;
1248 case NFS4_OPEN_CLAIM_PREVIOUS:
1249 encode_claim_previous(xdr, arg->u.delegation_type);
1250 break;
1251 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1252 encode_claim_delegate_cur(xdr, arg->name, &arg->u.delegation);
1253 break;
1254 default:
1255 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256 }
Andy Adamsond0179312008-12-23 16:06:17 -05001257 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001258 hdr->replen += decode_open_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259}
1260
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001261static 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 -07001262{
Al Viro8687b632006-10-19 23:28:48 -07001263 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001265 RESERVE_SPACE(4+NFS4_STATEID_SIZE+4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001266 *p++ = cpu_to_be32(OP_OPEN_CONFIRM);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001267 WRITEMEM(arg->stateid->data, NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001268 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
Andy Adamsond0179312008-12-23 16:06:17 -05001269 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001270 hdr->replen += decode_open_confirm_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271}
1272
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001273static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274{
Al Viro8687b632006-10-19 23:28:48 -07001275 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001277 RESERVE_SPACE(4+NFS4_STATEID_SIZE+4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001278 *p++ = cpu_to_be32(OP_OPEN_DOWNGRADE);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001279 WRITEMEM(arg->stateid->data, NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001280 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001281 encode_share_access(xdr, arg->fmode);
Andy Adamsond0179312008-12-23 16:06:17 -05001282 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001283 hdr->replen += decode_open_downgrade_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284}
1285
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001286static void
Andy Adamsond0179312008-12-23 16:06:17 -05001287encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288{
1289 int len = fh->size;
Al Viro8687b632006-10-19 23:28:48 -07001290 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291
1292 RESERVE_SPACE(8 + len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001293 *p++ = cpu_to_be32(OP_PUTFH);
1294 *p++ = cpu_to_be32(len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295 WRITEMEM(fh->data, len);
Andy Adamsond0179312008-12-23 16:06:17 -05001296 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001297 hdr->replen += decode_putfh_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298}
1299
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001300static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301{
Andy Adamson05d564f2008-12-23 16:06:15 -05001302 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -05001303
Andy Adamson05d564f2008-12-23 16:06:15 -05001304 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001305 *p++ = cpu_to_be32(OP_PUTROOTFH);
Andy Adamsond0179312008-12-23 16:06:17 -05001306 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001307 hdr->replen += decode_putrootfh_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308}
1309
1310static void encode_stateid(struct xdr_stream *xdr, const struct nfs_open_context *ctx)
1311{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312 nfs4_stateid stateid;
Al Viro8687b632006-10-19 23:28:48 -07001313 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001315 RESERVE_SPACE(NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316 if (ctx->state != NULL) {
1317 nfs4_copy_stateid(&stateid, ctx->state, ctx->lockowner);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001318 WRITEMEM(stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 } else
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001320 WRITEMEM(zero_stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321}
1322
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001323static void encode_read(struct xdr_stream *xdr, const struct nfs_readargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324{
Al Viro8687b632006-10-19 23:28:48 -07001325 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326
1327 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001328 *p++ = cpu_to_be32(OP_READ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329
1330 encode_stateid(xdr, args->context);
1331
1332 RESERVE_SPACE(12);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001333 p = xdr_encode_hyper(p, args->offset);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001334 *p++ = cpu_to_be32(args->count);
Andy Adamsond0179312008-12-23 16:06:17 -05001335 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001336 hdr->replen += decode_read_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337}
1338
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001339static 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 -07001340{
Manoj Naik97d312d2005-06-22 17:16:39 +00001341 uint32_t attrs[2] = {
1342 FATTR4_WORD0_RDATTR_ERROR|FATTR4_WORD0_FILEID,
1343 FATTR4_WORD1_MOUNTED_ON_FILEID,
1344 };
Al Viro8687b632006-10-19 23:28:48 -07001345 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001347 RESERVE_SPACE(12+NFS4_VERIFIER_SIZE+20);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001348 *p++ = cpu_to_be32(OP_READDIR);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001349 p = xdr_encode_hyper(p, readdir->cookie);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001350 WRITEMEM(readdir->verifier.data, NFS4_VERIFIER_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001351 *p++ = cpu_to_be32(readdir->count >> 1); /* We're not doing readdirplus */
1352 *p++ = cpu_to_be32(readdir->count);
1353 *p++ = cpu_to_be32(2);
Manoj Naik97d312d2005-06-22 17:16:39 +00001354 /* Switch to mounted_on_fileid if the server supports it */
1355 if (readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
1356 attrs[0] &= ~FATTR4_WORD0_FILEID;
1357 else
1358 attrs[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;
Benny Halevye75bc1c2009-08-14 17:18:54 +03001359 *p++ = cpu_to_be32(attrs[0] & readdir->bitmask[0]);
1360 *p++ = cpu_to_be32(attrs[1] & readdir->bitmask[1]);
Andy Adamsond0179312008-12-23 16:06:17 -05001361 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001362 hdr->replen += decode_readdir_maxsz;
Fred Isaman44109242008-04-02 15:21:15 +03001363 dprintk("%s: cookie = %Lu, verifier = %08x:%08x, bitmap = %08x:%08x\n",
1364 __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00001365 (unsigned long long)readdir->cookie,
1366 ((u32 *)readdir->verifier.data)[0],
1367 ((u32 *)readdir->verifier.data)[1],
1368 attrs[0] & readdir->bitmask[0],
1369 attrs[1] & readdir->bitmask[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370}
1371
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001372static 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 -07001373{
Al Viro8687b632006-10-19 23:28:48 -07001374 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375
1376 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001377 *p++ = cpu_to_be32(OP_READLINK);
Andy Adamsond0179312008-12-23 16:06:17 -05001378 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001379 hdr->replen += decode_readlink_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380}
1381
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001382static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383{
Al Viro8687b632006-10-19 23:28:48 -07001384 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385
1386 RESERVE_SPACE(8 + name->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001387 *p++ = cpu_to_be32(OP_REMOVE);
1388 *p++ = cpu_to_be32(name->len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389 WRITEMEM(name->name, name->len);
Andy Adamsond0179312008-12-23 16:06:17 -05001390 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001391 hdr->replen += decode_remove_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392}
1393
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001394static 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 -07001395{
Al Viro8687b632006-10-19 23:28:48 -07001396 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397
1398 RESERVE_SPACE(8 + oldname->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001399 *p++ = cpu_to_be32(OP_RENAME);
1400 *p++ = cpu_to_be32(oldname->len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401 WRITEMEM(oldname->name, oldname->len);
Andy Adamson6c0195a2008-12-23 16:06:15 -05001402
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 RESERVE_SPACE(4 + newname->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001404 *p++ = cpu_to_be32(newname->len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 WRITEMEM(newname->name, newname->len);
Andy Adamsond0179312008-12-23 16:06:17 -05001406 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001407 hdr->replen += decode_rename_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408}
1409
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001410static void encode_renew(struct xdr_stream *xdr, const struct nfs_client *client_stateid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411{
Al Viro8687b632006-10-19 23:28:48 -07001412 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413
1414 RESERVE_SPACE(12);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001415 *p++ = cpu_to_be32(OP_RENEW);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001416 p = xdr_encode_hyper(p, client_stateid->cl_clientid);
Andy Adamsond0179312008-12-23 16:06:17 -05001417 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001418 hdr->replen += decode_renew_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419}
1420
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001421static void
Andy Adamsond0179312008-12-23 16:06:17 -05001422encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001423{
Al Viro8687b632006-10-19 23:28:48 -07001424 __be32 *p;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001425
1426 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001427 *p++ = cpu_to_be32(OP_RESTOREFH);
Andy Adamsond0179312008-12-23 16:06:17 -05001428 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001429 hdr->replen += decode_restorefh_maxsz;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001430}
1431
1432static int
Andy Adamsond0179312008-12-23 16:06:17 -05001433encode_setacl(struct xdr_stream *xdr, struct nfs_setaclargs *arg, struct compound_hdr *hdr)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001434{
Al Viro8687b632006-10-19 23:28:48 -07001435 __be32 *p;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001436
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001437 RESERVE_SPACE(4+NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001438 *p++ = cpu_to_be32(OP_SETATTR);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001439 WRITEMEM(zero_stateid.data, NFS4_STATEID_SIZE);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001440 RESERVE_SPACE(2*4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001441 *p++ = cpu_to_be32(1);
1442 *p++ = cpu_to_be32(FATTR4_WORD0_ACL);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001443 if (arg->acl_len % 4)
1444 return -EINVAL;
1445 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001446 *p++ = cpu_to_be32(arg->acl_len);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001447 xdr_write_pages(xdr, arg->acl_pages, arg->acl_pgbase, arg->acl_len);
Andy Adamsond0179312008-12-23 16:06:17 -05001448 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001449 hdr->replen += decode_setacl_maxsz;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001450 return 0;
1451}
1452
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001453static void
Andy Adamsond0179312008-12-23 16:06:17 -05001454encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455{
Al Viro8687b632006-10-19 23:28:48 -07001456 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457
1458 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001459 *p++ = cpu_to_be32(OP_SAVEFH);
Andy Adamsond0179312008-12-23 16:06:17 -05001460 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001461 hdr->replen += decode_savefh_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462}
1463
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001464static 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 -07001465{
Al Viro8687b632006-10-19 23:28:48 -07001466 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -05001467
Andy Adamson05d564f2008-12-23 16:06:15 -05001468 RESERVE_SPACE(4+NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001469 *p++ = cpu_to_be32(OP_SETATTR);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001470 WRITEMEM(arg->stateid.data, NFS4_STATEID_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05001471 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001472 hdr->replen += decode_setattr_maxsz;
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001473 encode_attrs(xdr, arg->iap, server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474}
1475
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001476static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477{
Al Viro8687b632006-10-19 23:28:48 -07001478 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001480 RESERVE_SPACE(4 + NFS4_VERIFIER_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001481 *p++ = cpu_to_be32(OP_SETCLIENTID);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001482 WRITEMEM(setclientid->sc_verifier->data, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483
1484 encode_string(xdr, setclientid->sc_name_len, setclientid->sc_name);
1485 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001486 *p++ = cpu_to_be32(setclientid->sc_prog);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487 encode_string(xdr, setclientid->sc_netid_len, setclientid->sc_netid);
1488 encode_string(xdr, setclientid->sc_uaddr_len, setclientid->sc_uaddr);
1489 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001490 *p++ = cpu_to_be32(setclientid->sc_cb_ident);
Andy Adamsond0179312008-12-23 16:06:17 -05001491 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001492 hdr->replen += decode_setclientid_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493}
1494
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001495static void encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs_client *client_state, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496{
Andy Adamson05d564f2008-12-23 16:06:15 -05001497 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498
Andy Adamson05d564f2008-12-23 16:06:15 -05001499 RESERVE_SPACE(12 + NFS4_VERIFIER_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001500 *p++ = cpu_to_be32(OP_SETCLIENTID_CONFIRM);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001501 p = xdr_encode_hyper(p, client_state->cl_clientid);
Andy Adamson05d564f2008-12-23 16:06:15 -05001502 WRITEMEM(client_state->cl_confirm.data, NFS4_VERIFIER_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05001503 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001504 hdr->replen += decode_setclientid_confirm_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505}
1506
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001507static void encode_write(struct xdr_stream *xdr, const struct nfs_writeargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508{
Al Viro8687b632006-10-19 23:28:48 -07001509 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510
1511 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001512 *p++ = cpu_to_be32(OP_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513
1514 encode_stateid(xdr, args->context);
1515
1516 RESERVE_SPACE(16);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001517 p = xdr_encode_hyper(p, args->offset);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001518 *p++ = cpu_to_be32(args->stable);
1519 *p++ = cpu_to_be32(args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520
1521 xdr_write_pages(xdr, args->pages, args->pgbase, args->count);
Andy Adamsond0179312008-12-23 16:06:17 -05001522 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001523 hdr->replen += decode_write_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524}
1525
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001526static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527{
Al Viro8687b632006-10-19 23:28:48 -07001528 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001530 RESERVE_SPACE(4+NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531
Benny Halevye75bc1c2009-08-14 17:18:54 +03001532 *p++ = cpu_to_be32(OP_DELEGRETURN);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001533 WRITEMEM(stateid->data, NFS4_STATEID_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05001534 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001535 hdr->replen += decode_delegreturn_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536}
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001537
Benny Halevy99fe60d2009-04-01 09:22:29 -04001538#if defined(CONFIG_NFS_V4_1)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001539/* NFSv4.1 operations */
Benny Halevy99fe60d2009-04-01 09:22:29 -04001540static void encode_exchange_id(struct xdr_stream *xdr,
1541 struct nfs41_exchange_id_args *args,
1542 struct compound_hdr *hdr)
1543{
1544 __be32 *p;
1545
1546 RESERVE_SPACE(4 + sizeof(args->verifier->data));
Benny Halevye75bc1c2009-08-14 17:18:54 +03001547 *p++ = cpu_to_be32(OP_EXCHANGE_ID);
Benny Halevy99fe60d2009-04-01 09:22:29 -04001548 WRITEMEM(args->verifier->data, sizeof(args->verifier->data));
1549
1550 encode_string(xdr, args->id_len, args->id);
1551
1552 RESERVE_SPACE(12);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001553 *p++ = cpu_to_be32(args->flags);
1554 *p++ = cpu_to_be32(0); /* zero length state_protect4_a */
1555 *p++ = cpu_to_be32(0); /* zero length implementation id array */
Benny Halevy99fe60d2009-04-01 09:22:29 -04001556 hdr->nops++;
1557 hdr->replen += decode_exchange_id_maxsz;
1558}
Andy Adamsonfc931582009-04-01 09:22:31 -04001559
1560static void encode_create_session(struct xdr_stream *xdr,
1561 struct nfs41_create_session_args *args,
1562 struct compound_hdr *hdr)
1563{
1564 __be32 *p;
1565 char machine_name[NFS4_MAX_MACHINE_NAME_LEN];
1566 uint32_t len;
1567 struct nfs_client *clp = args->client;
1568
1569 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001570 *p++ = cpu_to_be32(OP_CREATE_SESSION);
Andy Adamsonfc931582009-04-01 09:22:31 -04001571
1572 RESERVE_SPACE(8);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001573 p = xdr_encode_hyper(p, clp->cl_ex_clid);
Andy Adamsonfc931582009-04-01 09:22:31 -04001574
1575 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001576 *p++ = cpu_to_be32(clp->cl_seqid); /*Sequence id */
1577 *p++ = cpu_to_be32(args->flags); /*flags */
Andy Adamsonfc931582009-04-01 09:22:31 -04001578
1579 RESERVE_SPACE(2*28); /* 2 channel_attrs */
1580 /* Fore Channel */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001581 *p++ = cpu_to_be32(args->fc_attrs.headerpadsz); /* header padding size */
1582 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1583 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz); /* max resp size */
1584 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz_cached); /* Max resp sz cached */
1585 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */
1586 *p++ = cpu_to_be32(args->fc_attrs.max_reqs); /* max requests */
1587 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
Andy Adamsonfc931582009-04-01 09:22:31 -04001588
1589 /* Back Channel */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001590 *p++ = cpu_to_be32(args->fc_attrs.headerpadsz); /* header padding size */
1591 *p++ = cpu_to_be32(args->bc_attrs.max_rqst_sz); /* max req size */
1592 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz); /* max resp size */
1593 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz_cached); /* Max resp sz cached */
1594 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */
1595 *p++ = cpu_to_be32(args->bc_attrs.max_reqs); /* max requests */
1596 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
Andy Adamsonfc931582009-04-01 09:22:31 -04001597
1598 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001599 *p++ = cpu_to_be32(args->cb_program); /* cb_program */
Andy Adamsonfc931582009-04-01 09:22:31 -04001600
1601 RESERVE_SPACE(4); /* # of security flavors */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001602 *p++ = cpu_to_be32(1);
Andy Adamsonfc931582009-04-01 09:22:31 -04001603
1604 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001605 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */
Andy Adamsonfc931582009-04-01 09:22:31 -04001606
1607 /* authsys_parms rfc1831 */
1608 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001609 *p++ = cpu_to_be32((u32)clp->cl_boot_time.tv_nsec); /* stamp */
Andy Adamsonfc931582009-04-01 09:22:31 -04001610 len = scnprintf(machine_name, sizeof(machine_name), "%s",
1611 clp->cl_ipaddr);
1612 RESERVE_SPACE(16 + len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001613 *p++ = cpu_to_be32(len);
Andy Adamsonfc931582009-04-01 09:22:31 -04001614 WRITEMEM(machine_name, len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001615 *p++ = cpu_to_be32(0); /* UID */
1616 *p++ = cpu_to_be32(0); /* GID */
1617 *p++ = cpu_to_be32(0); /* No more gids */
Andy Adamsonfc931582009-04-01 09:22:31 -04001618 hdr->nops++;
1619 hdr->replen += decode_create_session_maxsz;
1620}
Andy Adamson0f3e66c2009-04-01 09:22:34 -04001621
1622static void encode_destroy_session(struct xdr_stream *xdr,
1623 struct nfs4_session *session,
1624 struct compound_hdr *hdr)
1625{
1626 __be32 *p;
1627 RESERVE_SPACE(4 + NFS4_MAX_SESSIONID_LEN);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001628 *p++ = cpu_to_be32(OP_DESTROY_SESSION);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04001629 WRITEMEM(session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
1630 hdr->nops++;
1631 hdr->replen += decode_destroy_session_maxsz;
1632}
Benny Halevy99fe60d2009-04-01 09:22:29 -04001633#endif /* CONFIG_NFS_V4_1 */
1634
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001635static void encode_sequence(struct xdr_stream *xdr,
1636 const struct nfs4_sequence_args *args,
1637 struct compound_hdr *hdr)
1638{
1639#if defined(CONFIG_NFS_V4_1)
1640 struct nfs4_session *session = args->sa_session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001641 struct nfs4_slot_table *tp;
1642 struct nfs4_slot *slot;
1643 __be32 *p;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001644
1645 if (!session)
1646 return;
1647
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001648 tp = &session->fc_slot_table;
1649
1650 WARN_ON(args->sa_slotid == NFS4_MAX_SLOT_TABLE);
1651 slot = tp->slots + args->sa_slotid;
1652
1653 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001654 *p++ = cpu_to_be32(OP_SEQUENCE);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001655
1656 /*
1657 * Sessionid + seqid + slotid + max slotid + cache_this
1658 */
1659 dprintk("%s: sessionid=%u:%u:%u:%u seqid=%d slotid=%d "
1660 "max_slotid=%d cache_this=%d\n",
1661 __func__,
1662 ((u32 *)session->sess_id.data)[0],
1663 ((u32 *)session->sess_id.data)[1],
1664 ((u32 *)session->sess_id.data)[2],
1665 ((u32 *)session->sess_id.data)[3],
1666 slot->seq_nr, args->sa_slotid,
1667 tp->highest_used_slotid, args->sa_cache_this);
1668 RESERVE_SPACE(NFS4_MAX_SESSIONID_LEN + 16);
1669 WRITEMEM(session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001670 *p++ = cpu_to_be32(slot->seq_nr);
1671 *p++ = cpu_to_be32(args->sa_slotid);
1672 *p++ = cpu_to_be32(tp->highest_used_slotid);
1673 *p++ = cpu_to_be32(args->sa_cache_this);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001674 hdr->nops++;
1675 hdr->replen += decode_sequence_maxsz;
1676#endif /* CONFIG_NFS_V4_1 */
1677}
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679/*
1680 * END OF "GENERIC" ENCODE ROUTINES.
1681 */
1682
Benny Halevy66cc0422009-04-01 09:22:10 -04001683static u32 nfs4_xdr_minorversion(const struct nfs4_sequence_args *args)
1684{
1685#if defined(CONFIG_NFS_V4_1)
1686 if (args->sa_session)
1687 return args->sa_session->clp->cl_minorversion;
1688#endif /* CONFIG_NFS_V4_1 */
1689 return 0;
1690}
1691
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692/*
1693 * Encode an ACCESS request
1694 */
Al Viro8687b632006-10-19 23:28:48 -07001695static int nfs4_xdr_enc_access(struct rpc_rqst *req, __be32 *p, const struct nfs4_accessargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696{
1697 struct xdr_stream xdr;
1698 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001699 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701
1702 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001703 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001704 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001705 encode_putfh(&xdr, args->fh, &hdr);
1706 encode_access(&xdr, args->access, &hdr);
1707 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001708 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001709 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710}
1711
1712/*
1713 * Encode LOOKUP request
1714 */
Al Viro8687b632006-10-19 23:28:48 -07001715static int nfs4_xdr_enc_lookup(struct rpc_rqst *req, __be32 *p, const struct nfs4_lookup_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716{
1717 struct xdr_stream xdr;
1718 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001719 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721
1722 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001723 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001724 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001725 encode_putfh(&xdr, args->dir_fh, &hdr);
1726 encode_lookup(&xdr, args->name, &hdr);
1727 encode_getfh(&xdr, &hdr);
1728 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001729 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001730 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731}
1732
1733/*
1734 * Encode LOOKUP_ROOT request
1735 */
Al Viro8687b632006-10-19 23:28:48 -07001736static int nfs4_xdr_enc_lookup_root(struct rpc_rqst *req, __be32 *p, const struct nfs4_lookup_root_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737{
1738 struct xdr_stream xdr;
1739 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001740 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742
1743 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001744 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001745 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001746 encode_putrootfh(&xdr, &hdr);
1747 encode_getfh(&xdr, &hdr);
1748 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001749 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001750 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751}
1752
1753/*
1754 * Encode REMOVE request
1755 */
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04001756static int nfs4_xdr_enc_remove(struct rpc_rqst *req, __be32 *p, const struct nfs_removeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757{
1758 struct xdr_stream xdr;
1759 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001760 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762
1763 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001764 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001765 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001766 encode_putfh(&xdr, args->fh, &hdr);
1767 encode_remove(&xdr, &args->name, &hdr);
1768 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001769 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001770 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771}
1772
1773/*
1774 * Encode RENAME request
1775 */
Al Viro8687b632006-10-19 23:28:48 -07001776static int nfs4_xdr_enc_rename(struct rpc_rqst *req, __be32 *p, const struct nfs4_rename_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777{
1778 struct xdr_stream xdr;
1779 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001780 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782
1783 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001784 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001785 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001786 encode_putfh(&xdr, args->old_dir, &hdr);
1787 encode_savefh(&xdr, &hdr);
1788 encode_putfh(&xdr, args->new_dir, &hdr);
1789 encode_rename(&xdr, args->old_name, args->new_name, &hdr);
1790 encode_getfattr(&xdr, args->bitmask, &hdr);
1791 encode_restorefh(&xdr, &hdr);
1792 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001793 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001794 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795}
1796
1797/*
1798 * Encode LINK request
1799 */
Al Viro8687b632006-10-19 23:28:48 -07001800static int nfs4_xdr_enc_link(struct rpc_rqst *req, __be32 *p, const struct nfs4_link_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801{
1802 struct xdr_stream xdr;
1803 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001804 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806
1807 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001808 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001809 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001810 encode_putfh(&xdr, args->fh, &hdr);
1811 encode_savefh(&xdr, &hdr);
1812 encode_putfh(&xdr, args->dir_fh, &hdr);
1813 encode_link(&xdr, args->name, &hdr);
1814 encode_getfattr(&xdr, args->bitmask, &hdr);
1815 encode_restorefh(&xdr, &hdr);
1816 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001817 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001818 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819}
1820
1821/*
1822 * Encode CREATE request
1823 */
Al Viro8687b632006-10-19 23:28:48 -07001824static int nfs4_xdr_enc_create(struct rpc_rqst *req, __be32 *p, const struct nfs4_create_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825{
1826 struct xdr_stream xdr;
1827 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001828 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830
1831 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001832 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001833 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001834 encode_putfh(&xdr, args->dir_fh, &hdr);
1835 encode_savefh(&xdr, &hdr);
1836 encode_create(&xdr, args, &hdr);
1837 encode_getfh(&xdr, &hdr);
1838 encode_getfattr(&xdr, args->bitmask, &hdr);
1839 encode_restorefh(&xdr, &hdr);
1840 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001841 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001842 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843}
1844
1845/*
1846 * Encode SYMLINK request
1847 */
Al Viro8687b632006-10-19 23:28:48 -07001848static int nfs4_xdr_enc_symlink(struct rpc_rqst *req, __be32 *p, const struct nfs4_create_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849{
1850 return nfs4_xdr_enc_create(req, p, args);
1851}
1852
1853/*
1854 * Encode GETATTR request
1855 */
Al Viro8687b632006-10-19 23:28:48 -07001856static int nfs4_xdr_enc_getattr(struct rpc_rqst *req, __be32 *p, const struct nfs4_getattr_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857{
1858 struct xdr_stream xdr;
1859 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001860 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862
1863 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001864 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001865 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001866 encode_putfh(&xdr, args->fh, &hdr);
1867 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001868 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001869 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870}
1871
1872/*
1873 * Encode a CLOSE request
1874 */
Al Viro8687b632006-10-19 23:28:48 -07001875static int nfs4_xdr_enc_close(struct rpc_rqst *req, __be32 *p, struct nfs_closeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876{
Andy Adamson05d564f2008-12-23 16:06:15 -05001877 struct xdr_stream xdr;
1878 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001879 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05001880 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881
Andy Adamson05d564f2008-12-23 16:06:15 -05001882 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001883 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001884 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001885 encode_putfh(&xdr, args->fh, &hdr);
1886 encode_close(&xdr, args, &hdr);
1887 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001888 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001889 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890}
1891
1892/*
1893 * Encode an OPEN request
1894 */
Al Viro8687b632006-10-19 23:28:48 -07001895static int nfs4_xdr_enc_open(struct rpc_rqst *req, __be32 *p, struct nfs_openargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896{
1897 struct xdr_stream xdr;
1898 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001899 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901
1902 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001903 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001904 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001905 encode_putfh(&xdr, args->fh, &hdr);
1906 encode_savefh(&xdr, &hdr);
1907 encode_open(&xdr, args, &hdr);
1908 encode_getfh(&xdr, &hdr);
1909 encode_getfattr(&xdr, args->bitmask, &hdr);
1910 encode_restorefh(&xdr, &hdr);
1911 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001912 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001913 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914}
1915
1916/*
1917 * Encode an OPEN_CONFIRM request
1918 */
Al Viro8687b632006-10-19 23:28:48 -07001919static int nfs4_xdr_enc_open_confirm(struct rpc_rqst *req, __be32 *p, struct nfs_open_confirmargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920{
1921 struct xdr_stream xdr;
1922 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05001923 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925
1926 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001927 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001928 encode_putfh(&xdr, args->fh, &hdr);
1929 encode_open_confirm(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001930 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001931 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932}
1933
1934/*
1935 * Encode an OPEN request with no attributes.
1936 */
Al Viro8687b632006-10-19 23:28:48 -07001937static int nfs4_xdr_enc_open_noattr(struct rpc_rqst *req, __be32 *p, struct nfs_openargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938{
1939 struct xdr_stream xdr;
1940 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001941 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943
1944 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001945 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001946 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001947 encode_putfh(&xdr, args->fh, &hdr);
1948 encode_open(&xdr, args, &hdr);
1949 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001950 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001951 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952}
1953
1954/*
1955 * Encode an OPEN_DOWNGRADE request
1956 */
Al Viro8687b632006-10-19 23:28:48 -07001957static int nfs4_xdr_enc_open_downgrade(struct rpc_rqst *req, __be32 *p, struct nfs_closeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958{
1959 struct xdr_stream xdr;
1960 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001961 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963
1964 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001965 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001966 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001967 encode_putfh(&xdr, args->fh, &hdr);
1968 encode_open_downgrade(&xdr, args, &hdr);
1969 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001970 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001971 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972}
1973
1974/*
1975 * Encode a LOCK request
1976 */
Al Viro8687b632006-10-19 23:28:48 -07001977static int nfs4_xdr_enc_lock(struct rpc_rqst *req, __be32 *p, struct nfs_lock_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978{
1979 struct xdr_stream xdr;
1980 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001981 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983
1984 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001985 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001986 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001987 encode_putfh(&xdr, args->fh, &hdr);
1988 encode_lock(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001989 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001990 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991}
1992
1993/*
1994 * Encode a LOCKT request
1995 */
Al Viro8687b632006-10-19 23:28:48 -07001996static int nfs4_xdr_enc_lockt(struct rpc_rqst *req, __be32 *p, struct nfs_lockt_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997{
1998 struct xdr_stream xdr;
1999 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002000 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002
2003 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002004 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002005 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002006 encode_putfh(&xdr, args->fh, &hdr);
2007 encode_lockt(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002008 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002009 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010}
2011
2012/*
2013 * Encode a LOCKU request
2014 */
Al Viro8687b632006-10-19 23:28:48 -07002015static int nfs4_xdr_enc_locku(struct rpc_rqst *req, __be32 *p, struct nfs_locku_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016{
2017 struct xdr_stream xdr;
2018 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002019 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021
2022 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002023 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002024 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002025 encode_putfh(&xdr, args->fh, &hdr);
2026 encode_locku(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002027 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002028 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029}
2030
2031/*
2032 * Encode a READLINK request
2033 */
Al Viro8687b632006-10-19 23:28:48 -07002034static int nfs4_xdr_enc_readlink(struct rpc_rqst *req, __be32 *p, const struct nfs4_readlink *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035{
2036 struct xdr_stream xdr;
2037 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002038 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040
2041 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002042 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002043 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002044 encode_putfh(&xdr, args->fh, &hdr);
2045 encode_readlink(&xdr, args, req, &hdr);
Trond Myklebuste3a535e2007-07-19 10:03:38 -04002046
Benny Halevy28f56692009-04-01 09:22:09 -04002047 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
Trond Myklebuste3a535e2007-07-19 10:03:38 -04002048 args->pgbase, args->pglen);
Andy Adamsond0179312008-12-23 16:06:17 -05002049 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002050 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051}
2052
2053/*
2054 * Encode a READDIR request
2055 */
Al Viro8687b632006-10-19 23:28:48 -07002056static int nfs4_xdr_enc_readdir(struct rpc_rqst *req, __be32 *p, const struct nfs4_readdir_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057{
2058 struct xdr_stream xdr;
2059 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002060 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062
2063 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002064 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002065 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002066 encode_putfh(&xdr, args->fh, &hdr);
2067 encode_readdir(&xdr, args, req, &hdr);
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002068
Benny Halevy28f56692009-04-01 09:22:09 -04002069 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002070 args->pgbase, args->count);
2071 dprintk("%s: inlined page args = (%u, %p, %u, %u)\n",
Benny Halevy28f56692009-04-01 09:22:09 -04002072 __func__, hdr.replen << 2, args->pages,
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002073 args->pgbase, args->count);
Andy Adamsond0179312008-12-23 16:06:17 -05002074 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002075 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076}
2077
2078/*
2079 * Encode a READ request
2080 */
Al Viro8687b632006-10-19 23:28:48 -07002081static int nfs4_xdr_enc_read(struct rpc_rqst *req, __be32 *p, struct nfs_readargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083 struct xdr_stream xdr;
2084 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002085 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087
2088 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002089 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002090 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002091 encode_putfh(&xdr, args->fh, &hdr);
2092 encode_read(&xdr, args, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
Benny Halevy28f56692009-04-01 09:22:09 -04002094 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 args->pages, args->pgbase, args->count);
\"Talpey, Thomas\4f22ccc2007-09-10 13:44:58 -04002096 req->rq_rcv_buf.flags |= XDRBUF_READ;
Andy Adamsond0179312008-12-23 16:06:17 -05002097 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002098 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099}
2100
2101/*
2102 * Encode an SETATTR request
2103 */
Al Viro8687b632006-10-19 23:28:48 -07002104static int nfs4_xdr_enc_setattr(struct rpc_rqst *req, __be32 *p, struct nfs_setattrargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105{
Andy Adamson05d564f2008-12-23 16:06:15 -05002106 struct xdr_stream xdr;
2107 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002108 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05002109 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
Andy Adamson05d564f2008-12-23 16:06:15 -05002111 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002112 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002113 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002114 encode_putfh(&xdr, args->fh, &hdr);
2115 encode_setattr(&xdr, args, args->server, &hdr);
2116 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002117 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002118 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119}
2120
2121/*
J. Bruce Fields029d1052005-06-22 17:16:22 +00002122 * Encode a GETACL request
2123 */
2124static int
Al Viro8687b632006-10-19 23:28:48 -07002125nfs4_xdr_enc_getacl(struct rpc_rqst *req, __be32 *p,
J. Bruce Fields029d1052005-06-22 17:16:22 +00002126 struct nfs_getaclargs *args)
2127{
2128 struct xdr_stream xdr;
J. Bruce Fields029d1052005-06-22 17:16:22 +00002129 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002130 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
J. Bruce Fields029d1052005-06-22 17:16:22 +00002131 };
Benny Halevy28f56692009-04-01 09:22:09 -04002132 uint32_t replen;
J. Bruce Fields029d1052005-06-22 17:16:22 +00002133
2134 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002135 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002136 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002137 encode_putfh(&xdr, args->fh, &hdr);
Benny Halevy28f56692009-04-01 09:22:09 -04002138 replen = hdr.replen + nfs4_fattr_bitmap_maxsz + 1;
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002139 encode_getattr_two(&xdr, FATTR4_WORD0_ACL, 0, &hdr);
2140
Benny Halevy28f56692009-04-01 09:22:09 -04002141 xdr_inline_pages(&req->rq_rcv_buf, replen << 2,
J. Bruce Fields029d1052005-06-22 17:16:22 +00002142 args->acl_pages, args->acl_pgbase, args->acl_len);
Andy Adamsond0179312008-12-23 16:06:17 -05002143 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002144 return 0;
J. Bruce Fields029d1052005-06-22 17:16:22 +00002145}
2146
2147/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 * Encode a WRITE request
2149 */
Al Viro8687b632006-10-19 23:28:48 -07002150static int nfs4_xdr_enc_write(struct rpc_rqst *req, __be32 *p, struct nfs_writeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151{
2152 struct xdr_stream xdr;
2153 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002154 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156
2157 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002158 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002159 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002160 encode_putfh(&xdr, args->fh, &hdr);
2161 encode_write(&xdr, args, &hdr);
\"Talpey, Thomas\4f22ccc2007-09-10 13:44:58 -04002162 req->rq_snd_buf.flags |= XDRBUF_WRITE;
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002163 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002164 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002165 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166}
2167
2168/*
2169 * a COMMIT request
2170 */
Al Viro8687b632006-10-19 23:28:48 -07002171static int nfs4_xdr_enc_commit(struct rpc_rqst *req, __be32 *p, struct nfs_writeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172{
2173 struct xdr_stream xdr;
2174 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002175 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177
2178 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002179 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002180 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002181 encode_putfh(&xdr, args->fh, &hdr);
2182 encode_commit(&xdr, args, &hdr);
2183 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002184 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002185 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186}
2187
2188/*
2189 * FSINFO request
2190 */
Al Viro8687b632006-10-19 23:28:48 -07002191static int nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, __be32 *p, struct nfs4_fsinfo_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192{
2193 struct xdr_stream xdr;
2194 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002195 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197
2198 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002199 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002200 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002201 encode_putfh(&xdr, args->fh, &hdr);
2202 encode_fsinfo(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002203 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002204 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205}
2206
2207/*
2208 * a PATHCONF request
2209 */
Al Viro8687b632006-10-19 23:28:48 -07002210static int nfs4_xdr_enc_pathconf(struct rpc_rqst *req, __be32 *p, const struct nfs4_pathconf_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212 struct xdr_stream xdr;
2213 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002214 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216
2217 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002218 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002219 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002220 encode_putfh(&xdr, args->fh, &hdr);
2221 encode_getattr_one(&xdr, args->bitmask[0] & nfs4_pathconf_bitmap[0],
2222 &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002223 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002224 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225}
2226
2227/*
2228 * a STATFS request
2229 */
Al Viro8687b632006-10-19 23:28:48 -07002230static int nfs4_xdr_enc_statfs(struct rpc_rqst *req, __be32 *p, const struct nfs4_statfs_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232 struct xdr_stream xdr;
2233 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002234 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236
2237 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002238 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002239 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002240 encode_putfh(&xdr, args->fh, &hdr);
2241 encode_getattr_two(&xdr, args->bitmask[0] & nfs4_statfs_bitmap[0],
2242 args->bitmask[1] & nfs4_statfs_bitmap[1], &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002243 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002244 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245}
2246
2247/*
2248 * GETATTR_BITMAP request
2249 */
Benny Halevy43652ad2009-04-01 09:21:54 -04002250static int nfs4_xdr_enc_server_caps(struct rpc_rqst *req, __be32 *p,
2251 struct nfs4_server_caps_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252{
2253 struct xdr_stream xdr;
2254 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002255 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257
2258 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002259 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002260 encode_sequence(&xdr, &args->seq_args, &hdr);
Benny Halevy43652ad2009-04-01 09:21:54 -04002261 encode_putfh(&xdr, args->fhandle, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002262 encode_getattr_one(&xdr, FATTR4_WORD0_SUPPORTED_ATTRS|
2263 FATTR4_WORD0_LINK_SUPPORT|
2264 FATTR4_WORD0_SYMLINK_SUPPORT|
2265 FATTR4_WORD0_ACLSUPPORT, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002266 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002267 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268}
2269
2270/*
2271 * a RENEW request
2272 */
Al Viro8687b632006-10-19 23:28:48 -07002273static int nfs4_xdr_enc_renew(struct rpc_rqst *req, __be32 *p, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274{
2275 struct xdr_stream xdr;
2276 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002277 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278 };
2279
2280 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002281 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002282 encode_renew(&xdr, clp, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002283 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002284 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285}
2286
2287/*
2288 * a SETCLIENTID request
2289 */
Al Viro8687b632006-10-19 23:28:48 -07002290static int nfs4_xdr_enc_setclientid(struct rpc_rqst *req, __be32 *p, struct nfs4_setclientid *sc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291{
2292 struct xdr_stream xdr;
2293 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002294 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295 };
2296
2297 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002298 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002299 encode_setclientid(&xdr, sc, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002300 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002301 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302}
2303
2304/*
2305 * a SETCLIENTID_CONFIRM request
2306 */
Al Viro8687b632006-10-19 23:28:48 -07002307static int nfs4_xdr_enc_setclientid_confirm(struct rpc_rqst *req, __be32 *p, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308{
2309 struct xdr_stream xdr;
2310 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002311 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312 };
2313 const u32 lease_bitmap[2] = { FATTR4_WORD0_LEASE_TIME, 0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314
2315 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002316 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002317 encode_setclientid_confirm(&xdr, clp, &hdr);
2318 encode_putrootfh(&xdr, &hdr);
2319 encode_fsinfo(&xdr, lease_bitmap, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002320 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002321 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322}
2323
2324/*
2325 * DELEGRETURN request
2326 */
Al Viro8687b632006-10-19 23:28:48 -07002327static int nfs4_xdr_enc_delegreturn(struct rpc_rqst *req, __be32 *p, const struct nfs4_delegreturnargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328{
2329 struct xdr_stream xdr;
2330 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002331 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333
2334 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002335 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002336 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002337 encode_putfh(&xdr, args->fhandle, &hdr);
2338 encode_delegreturn(&xdr, args->stateid, &hdr);
2339 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002340 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002341 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342}
2343
2344/*
Trond Myklebust683b57b2006-06-09 09:34:22 -04002345 * Encode FS_LOCATIONS request
2346 */
Al Viro8687b632006-10-19 23:28:48 -07002347static int nfs4_xdr_enc_fs_locations(struct rpc_rqst *req, __be32 *p, struct nfs4_fs_locations_arg *args)
Trond Myklebust683b57b2006-06-09 09:34:22 -04002348{
2349 struct xdr_stream xdr;
2350 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002351 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Trond Myklebust683b57b2006-06-09 09:34:22 -04002352 };
Benny Halevy28f56692009-04-01 09:22:09 -04002353 uint32_t replen;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002354
2355 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002356 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002357 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002358 encode_putfh(&xdr, args->dir_fh, &hdr);
2359 encode_lookup(&xdr, args->name, &hdr);
Benny Halevy28f56692009-04-01 09:22:09 -04002360 replen = hdr.replen; /* get the attribute into args->page */
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002361 encode_fs_locations(&xdr, args->bitmask, &hdr);
2362
Benny Halevy28f56692009-04-01 09:22:09 -04002363 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, &args->page,
Trond Myklebust683b57b2006-06-09 09:34:22 -04002364 0, PAGE_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05002365 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002366 return 0;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002367}
2368
Benny Halevy99fe60d2009-04-01 09:22:29 -04002369#if defined(CONFIG_NFS_V4_1)
2370/*
2371 * EXCHANGE_ID request
2372 */
2373static int nfs4_xdr_enc_exchange_id(struct rpc_rqst *req, uint32_t *p,
2374 struct nfs41_exchange_id_args *args)
2375{
2376 struct xdr_stream xdr;
2377 struct compound_hdr hdr = {
2378 .minorversion = args->client->cl_minorversion,
2379 };
2380
2381 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2382 encode_compound_hdr(&xdr, req, &hdr);
2383 encode_exchange_id(&xdr, args, &hdr);
2384 encode_nops(&hdr);
2385 return 0;
2386}
Andy Adamson2050f0c2009-04-01 09:22:30 -04002387
2388/*
Andy Adamsonfc931582009-04-01 09:22:31 -04002389 * a CREATE_SESSION request
2390 */
2391static int nfs4_xdr_enc_create_session(struct rpc_rqst *req, uint32_t *p,
2392 struct nfs41_create_session_args *args)
2393{
2394 struct xdr_stream xdr;
2395 struct compound_hdr hdr = {
2396 .minorversion = args->client->cl_minorversion,
2397 };
2398
2399 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2400 encode_compound_hdr(&xdr, req, &hdr);
2401 encode_create_session(&xdr, args, &hdr);
2402 encode_nops(&hdr);
2403 return 0;
2404}
2405
2406/*
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002407 * a DESTROY_SESSION request
2408 */
2409static int nfs4_xdr_enc_destroy_session(struct rpc_rqst *req, uint32_t *p,
2410 struct nfs4_session *session)
2411{
2412 struct xdr_stream xdr;
2413 struct compound_hdr hdr = {
2414 .minorversion = session->clp->cl_minorversion,
2415 };
2416
2417 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2418 encode_compound_hdr(&xdr, req, &hdr);
2419 encode_destroy_session(&xdr, session, &hdr);
2420 encode_nops(&hdr);
2421 return 0;
2422}
2423
2424/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002425 * a SEQUENCE request
2426 */
2427static int nfs4_xdr_enc_sequence(struct rpc_rqst *req, uint32_t *p,
2428 struct nfs4_sequence_args *args)
2429{
2430 struct xdr_stream xdr;
2431 struct compound_hdr hdr = {
2432 .minorversion = nfs4_xdr_minorversion(args),
2433 };
2434
2435 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2436 encode_compound_hdr(&xdr, req, &hdr);
2437 encode_sequence(&xdr, args, &hdr);
2438 encode_nops(&hdr);
2439 return 0;
2440}
2441
2442/*
Andy Adamson2050f0c2009-04-01 09:22:30 -04002443 * a GET_LEASE_TIME request
2444 */
2445static int nfs4_xdr_enc_get_lease_time(struct rpc_rqst *req, uint32_t *p,
2446 struct nfs4_get_lease_time_args *args)
2447{
2448 struct xdr_stream xdr;
2449 struct compound_hdr hdr = {
2450 .minorversion = nfs4_xdr_minorversion(&args->la_seq_args),
2451 };
2452 const u32 lease_bitmap[2] = { FATTR4_WORD0_LEASE_TIME, 0 };
2453
2454 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2455 encode_compound_hdr(&xdr, req, &hdr);
2456 encode_sequence(&xdr, &args->la_seq_args, &hdr);
2457 encode_putrootfh(&xdr, &hdr);
2458 encode_fsinfo(&xdr, lease_bitmap, &hdr);
2459 encode_nops(&hdr);
2460 return 0;
2461}
Benny Halevy99fe60d2009-04-01 09:22:29 -04002462#endif /* CONFIG_NFS_V4_1 */
2463
Trond Myklebust683b57b2006-06-09 09:34:22 -04002464/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465 * START OF "GENERIC" DECODE ROUTINES.
2466 * These may look a little ugly since they are imported from a "generic"
2467 * set of XDR encode/decode routines which are intended to be shared by
2468 * all of our NFSv4 implementations (OpenBSD, MacOS X...).
2469 *
2470 * If the pain of reading these is too great, it should be a straightforward
2471 * task to translate them into Linux-specific versions which are more
2472 * consistent with the style used in NFSv2/v3...
2473 */
2474#define READ32(x) (x) = ntohl(*p++)
2475#define READ64(x) do { \
2476 (x) = (u64)ntohl(*p++) << 32; \
2477 (x) |= ntohl(*p++); \
2478} while (0)
2479#define READTIME(x) do { \
2480 p++; \
2481 (x.tv_sec) = ntohl(*p++); \
2482 (x.tv_nsec) = ntohl(*p++); \
2483} while (0)
2484#define COPYMEM(x,nbytes) do { \
2485 memcpy((x), p, nbytes); \
2486 p += XDR_QUADLEN(nbytes); \
2487} while (0)
2488
2489#define READ_BUF(nbytes) do { \
2490 p = xdr_inline_decode(xdr, nbytes); \
Chuck Levere4cc6ee2007-05-08 18:23:28 -04002491 if (unlikely(!p)) { \
Chuck Leverfe82a182007-09-11 18:01:10 -04002492 dprintk("nfs: %s: prematurely hit end of receive" \
Harvey Harrison3110ff82008-05-02 13:42:44 -07002493 " buffer\n", __func__); \
Chuck Leverfe82a182007-09-11 18:01:10 -04002494 dprintk("nfs: %s: xdr->p=%p, bytes=%u, xdr->end=%p\n", \
Harvey Harrison3110ff82008-05-02 13:42:44 -07002495 __func__, xdr->p, nbytes, xdr->end); \
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496 return -EIO; \
2497 } \
2498} while (0)
2499
Trond Myklebust683b57b2006-06-09 09:34:22 -04002500static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501{
Al Viro8687b632006-10-19 23:28:48 -07002502 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503
2504 READ_BUF(4);
2505 READ32(*len);
2506 READ_BUF(*len);
2507 *string = (char *)p;
2508 return 0;
2509}
2510
2511static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr)
2512{
Al Viro8687b632006-10-19 23:28:48 -07002513 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514
2515 READ_BUF(8);
2516 READ32(hdr->status);
2517 READ32(hdr->taglen);
Andy Adamson6c0195a2008-12-23 16:06:15 -05002518
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 READ_BUF(hdr->taglen + 4);
2520 hdr->tag = (char *)p;
2521 p += XDR_QUADLEN(hdr->taglen);
2522 READ32(hdr->nops);
Benny Halevyaadf6152008-12-23 16:06:13 -05002523 if (unlikely(hdr->nops < 1))
2524 return nfs4_stat_to_errno(hdr->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525 return 0;
2526}
2527
2528static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)
2529{
Al Viro8687b632006-10-19 23:28:48 -07002530 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531 uint32_t opnum;
2532 int32_t nfserr;
2533
2534 READ_BUF(8);
2535 READ32(opnum);
2536 if (opnum != expected) {
Chuck Leverfe82a182007-09-11 18:01:10 -04002537 dprintk("nfs: Server returned operation"
2538 " %d but we issued a request for %d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539 opnum, expected);
2540 return -EIO;
2541 }
2542 READ32(nfserr);
2543 if (nfserr != NFS_OK)
Benny Halevy856dff32008-03-31 17:39:06 +03002544 return nfs4_stat_to_errno(nfserr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545 return 0;
2546}
2547
2548/* Dummy routine */
David Howellsadfa6f92006-08-22 20:06:08 -04002549static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550{
Al Viro8687b632006-10-19 23:28:48 -07002551 __be32 *p;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002552 unsigned int strlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553 char *str;
2554
2555 READ_BUF(12);
2556 return decode_opaque_inline(xdr, &strlen, &str);
2557}
2558
2559static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap)
2560{
Al Viro8687b632006-10-19 23:28:48 -07002561 uint32_t bmlen;
2562 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563
2564 READ_BUF(4);
2565 READ32(bmlen);
2566
2567 bitmap[0] = bitmap[1] = 0;
2568 READ_BUF((bmlen << 2));
2569 if (bmlen > 0) {
2570 READ32(bitmap[0]);
2571 if (bmlen > 1)
2572 READ32(bitmap[1]);
2573 }
2574 return 0;
2575}
2576
Al Viro8687b632006-10-19 23:28:48 -07002577static inline int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, __be32 **savep)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002578{
Al Viro8687b632006-10-19 23:28:48 -07002579 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580
2581 READ_BUF(4);
2582 READ32(*attrlen);
2583 *savep = xdr->p;
2584 return 0;
2585}
2586
2587static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask)
2588{
2589 if (likely(bitmap[0] & FATTR4_WORD0_SUPPORTED_ATTRS)) {
2590 decode_attr_bitmap(xdr, bitmask);
2591 bitmap[0] &= ~FATTR4_WORD0_SUPPORTED_ATTRS;
2592 } else
2593 bitmask[0] = bitmask[1] = 0;
Fred Isaman44109242008-04-02 15:21:15 +03002594 dprintk("%s: bitmask=%08x:%08x\n", __func__, bitmask[0], bitmask[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595 return 0;
2596}
2597
2598static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type)
2599{
Al Viro8687b632006-10-19 23:28:48 -07002600 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002601 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602
2603 *type = 0;
2604 if (unlikely(bitmap[0] & (FATTR4_WORD0_TYPE - 1U)))
2605 return -EIO;
2606 if (likely(bitmap[0] & FATTR4_WORD0_TYPE)) {
2607 READ_BUF(4);
2608 READ32(*type);
2609 if (*type < NF4REG || *type > NF4NAMEDATTR) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07002610 dprintk("%s: bad type %d\n", __func__, *type);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611 return -EIO;
2612 }
2613 bitmap[0] &= ~FATTR4_WORD0_TYPE;
Trond Myklebust409924e2009-03-11 14:10:27 -04002614 ret = NFS_ATTR_FATTR_TYPE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615 }
Trond Myklebustbca79472009-03-11 14:10:26 -04002616 dprintk("%s: type=0%o\n", __func__, nfs_type2fmt[*type]);
Trond Myklebust409924e2009-03-11 14:10:27 -04002617 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618}
2619
2620static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change)
2621{
Al Viro8687b632006-10-19 23:28:48 -07002622 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002623 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624
2625 *change = 0;
2626 if (unlikely(bitmap[0] & (FATTR4_WORD0_CHANGE - 1U)))
2627 return -EIO;
2628 if (likely(bitmap[0] & FATTR4_WORD0_CHANGE)) {
2629 READ_BUF(8);
2630 READ64(*change);
2631 bitmap[0] &= ~FATTR4_WORD0_CHANGE;
Trond Myklebust409924e2009-03-11 14:10:27 -04002632 ret = NFS_ATTR_FATTR_CHANGE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002634 dprintk("%s: change attribute=%Lu\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635 (unsigned long long)*change);
Trond Myklebust409924e2009-03-11 14:10:27 -04002636 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637}
2638
2639static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size)
2640{
Al Viro8687b632006-10-19 23:28:48 -07002641 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002642 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643
2644 *size = 0;
2645 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U)))
2646 return -EIO;
2647 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) {
2648 READ_BUF(8);
2649 READ64(*size);
2650 bitmap[0] &= ~FATTR4_WORD0_SIZE;
Trond Myklebust409924e2009-03-11 14:10:27 -04002651 ret = NFS_ATTR_FATTR_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002653 dprintk("%s: file size=%Lu\n", __func__, (unsigned long long)*size);
Trond Myklebust409924e2009-03-11 14:10:27 -04002654 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655}
2656
2657static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2658{
Al Viro8687b632006-10-19 23:28:48 -07002659 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660
2661 *res = 0;
2662 if (unlikely(bitmap[0] & (FATTR4_WORD0_LINK_SUPPORT - 1U)))
2663 return -EIO;
2664 if (likely(bitmap[0] & FATTR4_WORD0_LINK_SUPPORT)) {
2665 READ_BUF(4);
2666 READ32(*res);
2667 bitmap[0] &= ~FATTR4_WORD0_LINK_SUPPORT;
2668 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002669 dprintk("%s: link support=%s\n", __func__, *res == 0 ? "false" : "true");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670 return 0;
2671}
2672
2673static int decode_attr_symlink_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2674{
Al Viro8687b632006-10-19 23:28:48 -07002675 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676
2677 *res = 0;
2678 if (unlikely(bitmap[0] & (FATTR4_WORD0_SYMLINK_SUPPORT - 1U)))
2679 return -EIO;
2680 if (likely(bitmap[0] & FATTR4_WORD0_SYMLINK_SUPPORT)) {
2681 READ_BUF(4);
2682 READ32(*res);
2683 bitmap[0] &= ~FATTR4_WORD0_SYMLINK_SUPPORT;
2684 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002685 dprintk("%s: symlink support=%s\n", __func__, *res == 0 ? "false" : "true");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686 return 0;
2687}
2688
Trond Myklebust8b4bdcf2006-06-09 09:34:19 -04002689static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690{
Al Viro8687b632006-10-19 23:28:48 -07002691 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002692 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693
2694 fsid->major = 0;
2695 fsid->minor = 0;
2696 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U)))
2697 return -EIO;
2698 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) {
2699 READ_BUF(16);
2700 READ64(fsid->major);
2701 READ64(fsid->minor);
2702 bitmap[0] &= ~FATTR4_WORD0_FSID;
Trond Myklebust409924e2009-03-11 14:10:27 -04002703 ret = NFS_ATTR_FATTR_FSID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002705 dprintk("%s: fsid=(0x%Lx/0x%Lx)\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706 (unsigned long long)fsid->major,
2707 (unsigned long long)fsid->minor);
Trond Myklebust409924e2009-03-11 14:10:27 -04002708 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709}
2710
2711static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2712{
Al Viro8687b632006-10-19 23:28:48 -07002713 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714
2715 *res = 60;
2716 if (unlikely(bitmap[0] & (FATTR4_WORD0_LEASE_TIME - 1U)))
2717 return -EIO;
2718 if (likely(bitmap[0] & FATTR4_WORD0_LEASE_TIME)) {
2719 READ_BUF(4);
2720 READ32(*res);
2721 bitmap[0] &= ~FATTR4_WORD0_LEASE_TIME;
2722 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002723 dprintk("%s: file size=%u\n", __func__, (unsigned int)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724 return 0;
2725}
2726
2727static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2728{
Al Viro8687b632006-10-19 23:28:48 -07002729 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730
2731 *res = ACL4_SUPPORT_ALLOW_ACL|ACL4_SUPPORT_DENY_ACL;
2732 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U)))
2733 return -EIO;
2734 if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) {
2735 READ_BUF(4);
2736 READ32(*res);
2737 bitmap[0] &= ~FATTR4_WORD0_ACLSUPPORT;
2738 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002739 dprintk("%s: ACLs supported=%u\n", __func__, (unsigned int)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740 return 0;
2741}
2742
2743static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
2744{
Al Viro8687b632006-10-19 23:28:48 -07002745 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002746 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
2748 *fileid = 0;
2749 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEID - 1U)))
2750 return -EIO;
2751 if (likely(bitmap[0] & FATTR4_WORD0_FILEID)) {
2752 READ_BUF(8);
2753 READ64(*fileid);
2754 bitmap[0] &= ~FATTR4_WORD0_FILEID;
Trond Myklebust409924e2009-03-11 14:10:27 -04002755 ret = NFS_ATTR_FATTR_FILEID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002757 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
Trond Myklebust409924e2009-03-11 14:10:27 -04002758 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759}
2760
Manoj Naik99baf622006-06-09 09:34:24 -04002761static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
2762{
Al Viro8687b632006-10-19 23:28:48 -07002763 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002764 int ret = 0;
Manoj Naik99baf622006-06-09 09:34:24 -04002765
2766 *fileid = 0;
2767 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U)))
2768 return -EIO;
2769 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) {
2770 READ_BUF(8);
2771 READ64(*fileid);
2772 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;
Trond Myklebust409924e2009-03-11 14:10:27 -04002773 ret = NFS_ATTR_FATTR_FILEID;
Manoj Naik99baf622006-06-09 09:34:24 -04002774 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002775 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
Trond Myklebust409924e2009-03-11 14:10:27 -04002776 return ret;
Manoj Naik99baf622006-06-09 09:34:24 -04002777}
2778
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
2780{
Al Viro8687b632006-10-19 23:28:48 -07002781 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782 int status = 0;
2783
2784 *res = 0;
2785 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_AVAIL - 1U)))
2786 return -EIO;
2787 if (likely(bitmap[0] & FATTR4_WORD0_FILES_AVAIL)) {
2788 READ_BUF(8);
2789 READ64(*res);
2790 bitmap[0] &= ~FATTR4_WORD0_FILES_AVAIL;
2791 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002792 dprintk("%s: files avail=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793 return status;
2794}
2795
2796static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
2797{
Al Viro8687b632006-10-19 23:28:48 -07002798 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 int status = 0;
2800
2801 *res = 0;
2802 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_FREE - 1U)))
2803 return -EIO;
2804 if (likely(bitmap[0] & FATTR4_WORD0_FILES_FREE)) {
2805 READ_BUF(8);
2806 READ64(*res);
2807 bitmap[0] &= ~FATTR4_WORD0_FILES_FREE;
2808 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002809 dprintk("%s: files free=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810 return status;
2811}
2812
2813static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
2814{
Al Viro8687b632006-10-19 23:28:48 -07002815 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816 int status = 0;
2817
2818 *res = 0;
2819 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_TOTAL - 1U)))
2820 return -EIO;
2821 if (likely(bitmap[0] & FATTR4_WORD0_FILES_TOTAL)) {
2822 READ_BUF(8);
2823 READ64(*res);
2824 bitmap[0] &= ~FATTR4_WORD0_FILES_TOTAL;
2825 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002826 dprintk("%s: files total=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827 return status;
2828}
2829
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002830static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path)
2831{
Chuck Lever464ad6b2007-10-26 13:32:08 -04002832 u32 n;
Al Viro8687b632006-10-19 23:28:48 -07002833 __be32 *p;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002834 int status = 0;
2835
2836 READ_BUF(4);
2837 READ32(n);
Andy Adamson33a43f22006-06-09 09:34:30 -04002838 if (n == 0)
2839 goto root_path;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002840 dprintk("path ");
2841 path->ncomponents = 0;
2842 while (path->ncomponents < n) {
2843 struct nfs4_string *component = &path->components[path->ncomponents];
2844 status = decode_opaque_inline(xdr, &component->len, &component->data);
2845 if (unlikely(status != 0))
2846 goto out_eio;
2847 if (path->ncomponents != n)
2848 dprintk("/");
2849 dprintk("%s", component->data);
2850 if (path->ncomponents < NFS4_PATHNAME_MAXCOMPONENTS)
2851 path->ncomponents++;
2852 else {
2853 dprintk("cannot parse %d components in path\n", n);
2854 goto out_eio;
2855 }
2856 }
2857out:
2858 dprintk("\n");
2859 return status;
Andy Adamson33a43f22006-06-09 09:34:30 -04002860root_path:
2861/* a root pathname is sent as a zero component4 */
2862 path->ncomponents = 1;
2863 path->components[0].len=0;
2864 path->components[0].data=NULL;
2865 dprintk("path /\n");
2866 goto out;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002867out_eio:
2868 dprintk(" status %d", status);
2869 status = -EIO;
2870 goto out;
2871}
2872
2873static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locations *res)
Trond Myklebust683b57b2006-06-09 09:34:22 -04002874{
2875 int n;
Al Viro8687b632006-10-19 23:28:48 -07002876 __be32 *p;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002877 int status = -EIO;
2878
2879 if (unlikely(bitmap[0] & (FATTR4_WORD0_FS_LOCATIONS -1U)))
2880 goto out;
2881 status = 0;
2882 if (unlikely(!(bitmap[0] & FATTR4_WORD0_FS_LOCATIONS)))
2883 goto out;
Harvey Harrison3110ff82008-05-02 13:42:44 -07002884 dprintk("%s: fsroot ", __func__);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002885 status = decode_pathname(xdr, &res->fs_path);
Trond Myklebust683b57b2006-06-09 09:34:22 -04002886 if (unlikely(status != 0))
2887 goto out;
2888 READ_BUF(4);
2889 READ32(n);
2890 if (n <= 0)
2891 goto out_eio;
2892 res->nlocations = 0;
2893 while (res->nlocations < n) {
Chuck Lever464ad6b2007-10-26 13:32:08 -04002894 u32 m;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002895 struct nfs4_fs_location *loc = &res->locations[res->nlocations];
Trond Myklebust683b57b2006-06-09 09:34:22 -04002896
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002897 READ_BUF(4);
2898 READ32(m);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002899
2900 loc->nservers = 0;
Harvey Harrison3110ff82008-05-02 13:42:44 -07002901 dprintk("%s: servers ", __func__);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002902 while (loc->nservers < m) {
2903 struct nfs4_string *server = &loc->servers[loc->nservers];
2904 status = decode_opaque_inline(xdr, &server->len, &server->data);
2905 if (unlikely(status != 0))
2906 goto out_eio;
2907 dprintk("%s ", server->data);
2908 if (loc->nservers < NFS4_FS_LOCATION_MAXSERVERS)
2909 loc->nservers++;
2910 else {
Chuck Lever464ad6b2007-10-26 13:32:08 -04002911 unsigned int i;
2912 dprintk("%s: using first %u of %u servers "
2913 "returned for location %u\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07002914 __func__,
Chuck Lever464ad6b2007-10-26 13:32:08 -04002915 NFS4_FS_LOCATION_MAXSERVERS,
2916 m, res->nlocations);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002917 for (i = loc->nservers; i < m; i++) {
Trond Myklebust2e42c3e2007-05-14 17:20:41 -04002918 unsigned int len;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002919 char *data;
2920 status = decode_opaque_inline(xdr, &len, &data);
2921 if (unlikely(status != 0))
2922 goto out_eio;
2923 }
2924 }
2925 }
2926 status = decode_pathname(xdr, &loc->rootpath);
Trond Myklebust683b57b2006-06-09 09:34:22 -04002927 if (unlikely(status != 0))
2928 goto out_eio;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002929 if (res->nlocations < NFS4_FS_LOCATIONS_MAXENTRIES)
Trond Myklebust683b57b2006-06-09 09:34:22 -04002930 res->nlocations++;
2931 }
Trond Myklebust409924e2009-03-11 14:10:27 -04002932 if (res->nlocations != 0)
2933 status = NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002934out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07002935 dprintk("%s: fs_locations done, error = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04002936 return status;
2937out_eio:
2938 status = -EIO;
2939 goto out;
2940}
2941
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
2943{
Al Viro8687b632006-10-19 23:28:48 -07002944 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945 int status = 0;
2946
2947 *res = 0;
2948 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXFILESIZE - 1U)))
2949 return -EIO;
2950 if (likely(bitmap[0] & FATTR4_WORD0_MAXFILESIZE)) {
2951 READ_BUF(8);
2952 READ64(*res);
2953 bitmap[0] &= ~FATTR4_WORD0_MAXFILESIZE;
2954 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002955 dprintk("%s: maxfilesize=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956 return status;
2957}
2958
2959static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink)
2960{
Al Viro8687b632006-10-19 23:28:48 -07002961 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962 int status = 0;
2963
2964 *maxlink = 1;
2965 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXLINK - 1U)))
2966 return -EIO;
2967 if (likely(bitmap[0] & FATTR4_WORD0_MAXLINK)) {
2968 READ_BUF(4);
2969 READ32(*maxlink);
2970 bitmap[0] &= ~FATTR4_WORD0_MAXLINK;
2971 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002972 dprintk("%s: maxlink=%u\n", __func__, *maxlink);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973 return status;
2974}
2975
2976static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname)
2977{
Al Viro8687b632006-10-19 23:28:48 -07002978 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 int status = 0;
2980
2981 *maxname = 1024;
2982 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXNAME - 1U)))
2983 return -EIO;
2984 if (likely(bitmap[0] & FATTR4_WORD0_MAXNAME)) {
2985 READ_BUF(4);
2986 READ32(*maxname);
2987 bitmap[0] &= ~FATTR4_WORD0_MAXNAME;
2988 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002989 dprintk("%s: maxname=%u\n", __func__, *maxname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990 return status;
2991}
2992
2993static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2994{
Al Viro8687b632006-10-19 23:28:48 -07002995 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996 int status = 0;
2997
2998 *res = 1024;
2999 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXREAD - 1U)))
3000 return -EIO;
3001 if (likely(bitmap[0] & FATTR4_WORD0_MAXREAD)) {
3002 uint64_t maxread;
3003 READ_BUF(8);
3004 READ64(maxread);
3005 if (maxread > 0x7FFFFFFF)
3006 maxread = 0x7FFFFFFF;
3007 *res = (uint32_t)maxread;
3008 bitmap[0] &= ~FATTR4_WORD0_MAXREAD;
3009 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003010 dprintk("%s: maxread=%lu\n", __func__, (unsigned long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011 return status;
3012}
3013
3014static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
3015{
Al Viro8687b632006-10-19 23:28:48 -07003016 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017 int status = 0;
3018
3019 *res = 1024;
3020 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXWRITE - 1U)))
3021 return -EIO;
3022 if (likely(bitmap[0] & FATTR4_WORD0_MAXWRITE)) {
3023 uint64_t maxwrite;
3024 READ_BUF(8);
3025 READ64(maxwrite);
3026 if (maxwrite > 0x7FFFFFFF)
3027 maxwrite = 0x7FFFFFFF;
3028 *res = (uint32_t)maxwrite;
3029 bitmap[0] &= ~FATTR4_WORD0_MAXWRITE;
3030 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003031 dprintk("%s: maxwrite=%lu\n", __func__, (unsigned long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032 return status;
3033}
3034
Trond Myklebustbca79472009-03-11 14:10:26 -04003035static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036{
Trond Myklebustbca79472009-03-11 14:10:26 -04003037 uint32_t tmp;
Al Viro8687b632006-10-19 23:28:48 -07003038 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003039 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040
3041 *mode = 0;
3042 if (unlikely(bitmap[1] & (FATTR4_WORD1_MODE - 1U)))
3043 return -EIO;
3044 if (likely(bitmap[1] & FATTR4_WORD1_MODE)) {
3045 READ_BUF(4);
Trond Myklebustbca79472009-03-11 14:10:26 -04003046 READ32(tmp);
3047 *mode = tmp & ~S_IFMT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048 bitmap[1] &= ~FATTR4_WORD1_MODE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003049 ret = NFS_ATTR_FATTR_MODE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003051 dprintk("%s: file mode=0%o\n", __func__, (unsigned int)*mode);
Trond Myklebust409924e2009-03-11 14:10:27 -04003052 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053}
3054
3055static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink)
3056{
Al Viro8687b632006-10-19 23:28:48 -07003057 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003058 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059
3060 *nlink = 1;
3061 if (unlikely(bitmap[1] & (FATTR4_WORD1_NUMLINKS - 1U)))
3062 return -EIO;
3063 if (likely(bitmap[1] & FATTR4_WORD1_NUMLINKS)) {
3064 READ_BUF(4);
3065 READ32(*nlink);
3066 bitmap[1] &= ~FATTR4_WORD1_NUMLINKS;
Trond Myklebust409924e2009-03-11 14:10:27 -04003067 ret = NFS_ATTR_FATTR_NLINK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003069 dprintk("%s: nlink=%u\n", __func__, (unsigned int)*nlink);
Trond Myklebust409924e2009-03-11 14:10:27 -04003070 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071}
3072
Trond Myklebust2e42c3e2007-05-14 17:20:41 -04003073static int decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_client *clp, uint32_t *uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074{
Al Viro8687b632006-10-19 23:28:48 -07003075 uint32_t len;
3076 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003077 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078
3079 *uid = -2;
3080 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER - 1U)))
3081 return -EIO;
3082 if (likely(bitmap[1] & FATTR4_WORD1_OWNER)) {
3083 READ_BUF(4);
3084 READ32(len);
3085 READ_BUF(len);
3086 if (len < XDR_MAX_NETOBJ) {
Trond Myklebust409924e2009-03-11 14:10:27 -04003087 if (nfs_map_name_to_uid(clp, (char *)p, len, uid) == 0)
3088 ret = NFS_ATTR_FATTR_OWNER;
3089 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090 dprintk("%s: nfs_map_name_to_uid failed!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003091 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092 } else
Chuck Leverfe82a182007-09-11 18:01:10 -04003093 dprintk("%s: name too long (%u)!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003094 __func__, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095 bitmap[1] &= ~FATTR4_WORD1_OWNER;
3096 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003097 dprintk("%s: uid=%d\n", __func__, (int)*uid);
Trond Myklebust409924e2009-03-11 14:10:27 -04003098 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099}
3100
Trond Myklebust2e42c3e2007-05-14 17:20:41 -04003101static int decode_attr_group(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_client *clp, uint32_t *gid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102{
Al Viro8687b632006-10-19 23:28:48 -07003103 uint32_t len;
3104 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003105 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106
3107 *gid = -2;
3108 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER_GROUP - 1U)))
3109 return -EIO;
3110 if (likely(bitmap[1] & FATTR4_WORD1_OWNER_GROUP)) {
3111 READ_BUF(4);
3112 READ32(len);
3113 READ_BUF(len);
3114 if (len < XDR_MAX_NETOBJ) {
Trond Myklebust409924e2009-03-11 14:10:27 -04003115 if (nfs_map_group_to_gid(clp, (char *)p, len, gid) == 0)
3116 ret = NFS_ATTR_FATTR_GROUP;
3117 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118 dprintk("%s: nfs_map_group_to_gid failed!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003119 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120 } else
Chuck Leverfe82a182007-09-11 18:01:10 -04003121 dprintk("%s: name too long (%u)!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003122 __func__, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123 bitmap[1] &= ~FATTR4_WORD1_OWNER_GROUP;
3124 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003125 dprintk("%s: gid=%d\n", __func__, (int)*gid);
Trond Myklebust409924e2009-03-11 14:10:27 -04003126 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127}
3128
3129static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev)
3130{
Al Viro8687b632006-10-19 23:28:48 -07003131 uint32_t major = 0, minor = 0;
3132 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003133 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134
3135 *rdev = MKDEV(0,0);
3136 if (unlikely(bitmap[1] & (FATTR4_WORD1_RAWDEV - 1U)))
3137 return -EIO;
3138 if (likely(bitmap[1] & FATTR4_WORD1_RAWDEV)) {
3139 dev_t tmp;
3140
3141 READ_BUF(8);
3142 READ32(major);
3143 READ32(minor);
3144 tmp = MKDEV(major, minor);
3145 if (MAJOR(tmp) == major && MINOR(tmp) == minor)
3146 *rdev = tmp;
3147 bitmap[1] &= ~ FATTR4_WORD1_RAWDEV;
Trond Myklebust409924e2009-03-11 14:10:27 -04003148 ret = NFS_ATTR_FATTR_RDEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003150 dprintk("%s: rdev=(0x%x:0x%x)\n", __func__, major, minor);
Trond Myklebust409924e2009-03-11 14:10:27 -04003151 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152}
3153
3154static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3155{
Al Viro8687b632006-10-19 23:28:48 -07003156 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157 int status = 0;
3158
3159 *res = 0;
3160 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_AVAIL - 1U)))
3161 return -EIO;
3162 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_AVAIL)) {
3163 READ_BUF(8);
3164 READ64(*res);
3165 bitmap[1] &= ~FATTR4_WORD1_SPACE_AVAIL;
3166 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003167 dprintk("%s: space avail=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168 return status;
3169}
3170
3171static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3172{
Al Viro8687b632006-10-19 23:28:48 -07003173 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174 int status = 0;
3175
3176 *res = 0;
3177 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_FREE - 1U)))
3178 return -EIO;
3179 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_FREE)) {
3180 READ_BUF(8);
3181 READ64(*res);
3182 bitmap[1] &= ~FATTR4_WORD1_SPACE_FREE;
3183 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003184 dprintk("%s: space free=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185 return status;
3186}
3187
3188static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3189{
Al Viro8687b632006-10-19 23:28:48 -07003190 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191 int status = 0;
3192
3193 *res = 0;
3194 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_TOTAL - 1U)))
3195 return -EIO;
3196 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_TOTAL)) {
3197 READ_BUF(8);
3198 READ64(*res);
3199 bitmap[1] &= ~FATTR4_WORD1_SPACE_TOTAL;
3200 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003201 dprintk("%s: space total=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 return status;
3203}
3204
3205static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used)
3206{
Al Viro8687b632006-10-19 23:28:48 -07003207 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003208 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209
3210 *used = 0;
3211 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_USED - 1U)))
3212 return -EIO;
3213 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_USED)) {
3214 READ_BUF(8);
3215 READ64(*used);
3216 bitmap[1] &= ~FATTR4_WORD1_SPACE_USED;
Trond Myklebust409924e2009-03-11 14:10:27 -04003217 ret = NFS_ATTR_FATTR_SPACE_USED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003219 dprintk("%s: space used=%Lu\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220 (unsigned long long)*used);
Trond Myklebust409924e2009-03-11 14:10:27 -04003221 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222}
3223
3224static int decode_attr_time(struct xdr_stream *xdr, struct timespec *time)
3225{
Al Viro8687b632006-10-19 23:28:48 -07003226 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227 uint64_t sec;
3228 uint32_t nsec;
3229
3230 READ_BUF(12);
3231 READ64(sec);
3232 READ32(nsec);
3233 time->tv_sec = (time_t)sec;
3234 time->tv_nsec = (long)nsec;
3235 return 0;
3236}
3237
3238static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
3239{
3240 int status = 0;
3241
3242 time->tv_sec = 0;
3243 time->tv_nsec = 0;
3244 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_ACCESS - 1U)))
3245 return -EIO;
3246 if (likely(bitmap[1] & FATTR4_WORD1_TIME_ACCESS)) {
3247 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04003248 if (status == 0)
3249 status = NFS_ATTR_FATTR_ATIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250 bitmap[1] &= ~FATTR4_WORD1_TIME_ACCESS;
3251 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003252 dprintk("%s: atime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253 return status;
3254}
3255
3256static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
3257{
3258 int status = 0;
3259
3260 time->tv_sec = 0;
3261 time->tv_nsec = 0;
3262 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_METADATA - 1U)))
3263 return -EIO;
3264 if (likely(bitmap[1] & FATTR4_WORD1_TIME_METADATA)) {
3265 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04003266 if (status == 0)
3267 status = NFS_ATTR_FATTR_CTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268 bitmap[1] &= ~FATTR4_WORD1_TIME_METADATA;
3269 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003270 dprintk("%s: ctime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271 return status;
3272}
3273
3274static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
3275{
3276 int status = 0;
3277
3278 time->tv_sec = 0;
3279 time->tv_nsec = 0;
3280 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_MODIFY - 1U)))
3281 return -EIO;
3282 if (likely(bitmap[1] & FATTR4_WORD1_TIME_MODIFY)) {
3283 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04003284 if (status == 0)
3285 status = NFS_ATTR_FATTR_MTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286 bitmap[1] &= ~FATTR4_WORD1_TIME_MODIFY;
3287 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003288 dprintk("%s: mtime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289 return status;
3290}
3291
Al Viro8687b632006-10-19 23:28:48 -07003292static int verify_attr_len(struct xdr_stream *xdr, __be32 *savep, uint32_t attrlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293{
3294 unsigned int attrwords = XDR_QUADLEN(attrlen);
3295 unsigned int nwords = xdr->p - savep;
3296
3297 if (unlikely(attrwords != nwords)) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003298 dprintk("%s: server returned incorrect attribute length: "
3299 "%u %c %u\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003300 __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301 attrwords << 2,
3302 (attrwords < nwords) ? '<' : '>',
3303 nwords << 2);
3304 return -EIO;
3305 }
3306 return 0;
3307}
3308
3309static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
3310{
Al Viro8687b632006-10-19 23:28:48 -07003311 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003312
3313 READ_BUF(20);
3314 READ32(cinfo->atomic);
3315 READ64(cinfo->before);
3316 READ64(cinfo->after);
3317 return 0;
3318}
3319
3320static int decode_access(struct xdr_stream *xdr, struct nfs4_accessres *access)
3321{
Al Viro8687b632006-10-19 23:28:48 -07003322 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003323 uint32_t supp, acc;
3324 int status;
3325
3326 status = decode_op_hdr(xdr, OP_ACCESS);
3327 if (status)
3328 return status;
3329 READ_BUF(8);
3330 READ32(supp);
3331 READ32(acc);
3332 access->supported = supp;
3333 access->access = acc;
3334 return 0;
3335}
3336
3337static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res)
3338{
Al Viro8687b632006-10-19 23:28:48 -07003339 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340 int status;
3341
3342 status = decode_op_hdr(xdr, OP_CLOSE);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003343 if (status != -EIO)
3344 nfs_increment_open_seqid(status, res->seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345 if (status)
3346 return status;
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003347 READ_BUF(NFS4_STATEID_SIZE);
3348 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349 return 0;
3350}
3351
3352static int decode_commit(struct xdr_stream *xdr, struct nfs_writeres *res)
3353{
Al Viro8687b632006-10-19 23:28:48 -07003354 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355 int status;
3356
3357 status = decode_op_hdr(xdr, OP_COMMIT);
3358 if (status)
3359 return status;
3360 READ_BUF(8);
3361 COPYMEM(res->verf->verifier, 8);
3362 return 0;
3363}
3364
3365static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
3366{
Al Viro8687b632006-10-19 23:28:48 -07003367 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368 uint32_t bmlen;
3369 int status;
3370
3371 status = decode_op_hdr(xdr, OP_CREATE);
3372 if (status)
3373 return status;
3374 if ((status = decode_change_info(xdr, cinfo)))
3375 return status;
3376 READ_BUF(4);
3377 READ32(bmlen);
3378 READ_BUF(bmlen << 2);
3379 return 0;
3380}
3381
3382static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res)
3383{
Al Viro8687b632006-10-19 23:28:48 -07003384 __be32 *savep;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003385 uint32_t attrlen, bitmap[2] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003386 int status;
3387
3388 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3389 goto xdr_error;
3390 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
3391 goto xdr_error;
3392 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3393 goto xdr_error;
3394 if ((status = decode_attr_supported(xdr, bitmap, res->attr_bitmask)) != 0)
3395 goto xdr_error;
3396 if ((status = decode_attr_link_support(xdr, bitmap, &res->has_links)) != 0)
3397 goto xdr_error;
3398 if ((status = decode_attr_symlink_support(xdr, bitmap, &res->has_symlinks)) != 0)
3399 goto xdr_error;
3400 if ((status = decode_attr_aclsupport(xdr, bitmap, &res->acl_bitmask)) != 0)
3401 goto xdr_error;
3402 status = verify_attr_len(xdr, savep, attrlen);
3403xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003404 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405 return status;
3406}
Andy Adamson6c0195a2008-12-23 16:06:15 -05003407
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat)
3409{
Al Viro8687b632006-10-19 23:28:48 -07003410 __be32 *savep;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003411 uint32_t attrlen, bitmap[2] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003413
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3415 goto xdr_error;
3416 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
3417 goto xdr_error;
3418 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3419 goto xdr_error;
3420
3421 if ((status = decode_attr_files_avail(xdr, bitmap, &fsstat->afiles)) != 0)
3422 goto xdr_error;
3423 if ((status = decode_attr_files_free(xdr, bitmap, &fsstat->ffiles)) != 0)
3424 goto xdr_error;
3425 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0)
3426 goto xdr_error;
3427 if ((status = decode_attr_space_avail(xdr, bitmap, &fsstat->abytes)) != 0)
3428 goto xdr_error;
3429 if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->fbytes)) != 0)
3430 goto xdr_error;
3431 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0)
3432 goto xdr_error;
3433
3434 status = verify_attr_len(xdr, savep, attrlen);
3435xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003436 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437 return status;
3438}
3439
3440static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf)
3441{
Al Viro8687b632006-10-19 23:28:48 -07003442 __be32 *savep;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003443 uint32_t attrlen, bitmap[2] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003445
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3447 goto xdr_error;
3448 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
3449 goto xdr_error;
3450 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3451 goto xdr_error;
3452
3453 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0)
3454 goto xdr_error;
3455 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0)
3456 goto xdr_error;
3457
3458 status = verify_attr_len(xdr, savep, attrlen);
3459xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003460 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461 return status;
3462}
3463
3464static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr, const struct nfs_server *server)
3465{
Al Viro8687b632006-10-19 23:28:48 -07003466 __be32 *savep;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467 uint32_t attrlen,
3468 bitmap[2] = {0},
3469 type;
Trond Myklebustbca79472009-03-11 14:10:26 -04003470 int status;
3471 umode_t fmode = 0;
Manoj Naik99baf622006-06-09 09:34:24 -04003472 uint64_t fileid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003474 status = decode_op_hdr(xdr, OP_GETATTR);
3475 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476 goto xdr_error;
3477
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003478 status = decode_attr_bitmap(xdr, bitmap);
3479 if (status < 0)
3480 goto xdr_error;
3481
3482 status = decode_attr_length(xdr, &attrlen, &savep);
3483 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484 goto xdr_error;
3485
3486
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003487 status = decode_attr_type(xdr, bitmap, &type);
3488 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003490 fattr->mode = 0;
3491 if (status != 0) {
3492 fattr->mode |= nfs_type2fmt[type];
3493 fattr->valid |= status;
3494 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003496 status = decode_attr_change(xdr, bitmap, &fattr->change_attr);
3497 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003499 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003500
3501 status = decode_attr_size(xdr, bitmap, &fattr->size);
3502 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003504 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003505
3506 status = decode_attr_fsid(xdr, bitmap, &fattr->fsid);
3507 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003509 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003510
3511 status = decode_attr_fileid(xdr, bitmap, &fattr->fileid);
3512 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003513 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003514 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003515
3516 status = decode_attr_fs_locations(xdr, bitmap, container_of(fattr,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003517 struct nfs4_fs_locations,
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003518 fattr));
3519 if (status < 0)
Trond Myklebust683b57b2006-06-09 09:34:22 -04003520 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003521 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003522
3523 status = decode_attr_mode(xdr, bitmap, &fmode);
3524 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003526 if (status != 0) {
3527 fattr->mode |= fmode;
3528 fattr->valid |= status;
3529 }
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003530
3531 status = decode_attr_nlink(xdr, bitmap, &fattr->nlink);
3532 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003534 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003535
3536 status = decode_attr_owner(xdr, bitmap, server->nfs_client, &fattr->uid);
3537 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003539 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003540
3541 status = decode_attr_group(xdr, bitmap, server->nfs_client, &fattr->gid);
3542 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003543 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003544 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003545
3546 status = decode_attr_rdev(xdr, bitmap, &fattr->rdev);
3547 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003549 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003550
3551 status = decode_attr_space_used(xdr, bitmap, &fattr->du.nfs3.used);
3552 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003553 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003554 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003555
3556 status = decode_attr_time_access(xdr, bitmap, &fattr->atime);
3557 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003559 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003560
3561 status = decode_attr_time_metadata(xdr, bitmap, &fattr->ctime);
3562 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003564 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003565
3566 status = decode_attr_time_modify(xdr, bitmap, &fattr->mtime);
3567 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003569 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003570
3571 status = decode_attr_mounted_on_fileid(xdr, bitmap, &fileid);
3572 if (status < 0)
Manoj Naik99baf622006-06-09 09:34:24 -04003573 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003574 if (status != 0 && !(fattr->valid & status)) {
Manoj Naik99baf622006-06-09 09:34:24 -04003575 fattr->fileid = fileid;
Trond Myklebust409924e2009-03-11 14:10:27 -04003576 fattr->valid |= status;
3577 }
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003578
3579 status = verify_attr_len(xdr, savep, attrlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003581 dprintk("%s: xdr returned %d\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582 return status;
3583}
3584
3585
3586static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo)
3587{
Al Viro8687b632006-10-19 23:28:48 -07003588 __be32 *savep;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589 uint32_t attrlen, bitmap[2];
3590 int status;
3591
3592 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3593 goto xdr_error;
3594 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
3595 goto xdr_error;
3596 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3597 goto xdr_error;
3598
3599 fsinfo->rtmult = fsinfo->wtmult = 512; /* ??? */
3600
3601 if ((status = decode_attr_lease_time(xdr, bitmap, &fsinfo->lease_time)) != 0)
3602 goto xdr_error;
3603 if ((status = decode_attr_maxfilesize(xdr, bitmap, &fsinfo->maxfilesize)) != 0)
3604 goto xdr_error;
3605 if ((status = decode_attr_maxread(xdr, bitmap, &fsinfo->rtmax)) != 0)
3606 goto xdr_error;
3607 fsinfo->rtpref = fsinfo->dtpref = fsinfo->rtmax;
3608 if ((status = decode_attr_maxwrite(xdr, bitmap, &fsinfo->wtmax)) != 0)
3609 goto xdr_error;
3610 fsinfo->wtpref = fsinfo->wtmax;
3611
3612 status = verify_attr_len(xdr, savep, attrlen);
3613xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003614 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615 return status;
3616}
3617
3618static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh)
3619{
Al Viro8687b632006-10-19 23:28:48 -07003620 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621 uint32_t len;
3622 int status;
3623
Trond Myklebust99367812007-07-17 21:52:41 -04003624 /* Zero handle first to allow comparisons */
3625 memset(fh, 0, sizeof(*fh));
3626
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627 status = decode_op_hdr(xdr, OP_GETFH);
3628 if (status)
3629 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630
3631 READ_BUF(4);
3632 READ32(len);
3633 if (len > NFS4_FHSIZE)
3634 return -EIO;
3635 fh->size = len;
3636 READ_BUF(len);
3637 COPYMEM(fh->data, len);
3638 return 0;
3639}
3640
3641static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
3642{
3643 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003644
Linus Torvalds1da177e2005-04-16 15:20:36 -07003645 status = decode_op_hdr(xdr, OP_LINK);
3646 if (status)
3647 return status;
3648 return decode_change_info(xdr, cinfo);
3649}
3650
3651/*
3652 * We create the owner, so we know a proper owner.id length is 4.
3653 */
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003654static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655{
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003656 uint64_t offset, length, clientid;
Al Viro8687b632006-10-19 23:28:48 -07003657 __be32 *p;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003658 uint32_t namelen, type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659
3660 READ_BUF(32);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003661 READ64(offset);
3662 READ64(length);
3663 READ32(type);
3664 if (fl != NULL) {
3665 fl->fl_start = (loff_t)offset;
3666 fl->fl_end = fl->fl_start + (loff_t)length - 1;
3667 if (length == ~(uint64_t)0)
3668 fl->fl_end = OFFSET_MAX;
3669 fl->fl_type = F_WRLCK;
3670 if (type & 1)
3671 fl->fl_type = F_RDLCK;
3672 fl->fl_pid = 0;
3673 }
3674 READ64(clientid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 READ32(namelen);
3676 READ_BUF(namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677 return -NFS4ERR_DENIED;
3678}
3679
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003680static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681{
Al Viro8687b632006-10-19 23:28:48 -07003682 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683 int status;
3684
3685 status = decode_op_hdr(xdr, OP_LOCK);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003686 if (status == -EIO)
3687 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003688 if (status == 0) {
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003689 READ_BUF(NFS4_STATEID_SIZE);
3690 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003691 } else if (status == -NFS4ERR_DENIED)
Trond Myklebustc1d51932008-04-07 13:20:54 -04003692 status = decode_lock_denied(xdr, NULL);
3693 if (res->open_seqid != NULL)
3694 nfs_increment_open_seqid(status, res->open_seqid);
3695 nfs_increment_lock_seqid(status, res->lock_seqid);
3696out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697 return status;
3698}
3699
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003700static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701{
3702 int status;
3703 status = decode_op_hdr(xdr, OP_LOCKT);
3704 if (status == -NFS4ERR_DENIED)
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003705 return decode_lock_denied(xdr, res->denied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706 return status;
3707}
3708
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003709static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710{
Al Viro8687b632006-10-19 23:28:48 -07003711 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712 int status;
3713
3714 status = decode_op_hdr(xdr, OP_LOCKU);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003715 if (status != -EIO)
3716 nfs_increment_lock_seqid(status, res->seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717 if (status == 0) {
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003718 READ_BUF(NFS4_STATEID_SIZE);
3719 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720 }
3721 return status;
3722}
3723
3724static int decode_lookup(struct xdr_stream *xdr)
3725{
3726 return decode_op_hdr(xdr, OP_LOOKUP);
3727}
3728
3729/* This is too sick! */
3730static int decode_space_limit(struct xdr_stream *xdr, u64 *maxsize)
3731{
Andy Adamson05d564f2008-12-23 16:06:15 -05003732 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733 uint32_t limit_type, nblocks, blocksize;
3734
3735 READ_BUF(12);
3736 READ32(limit_type);
3737 switch (limit_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05003738 case 1:
3739 READ64(*maxsize);
3740 break;
3741 case 2:
3742 READ32(nblocks);
3743 READ32(blocksize);
3744 *maxsize = (uint64_t)nblocks * (uint64_t)blocksize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745 }
3746 return 0;
3747}
3748
3749static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res)
3750{
Andy Adamson05d564f2008-12-23 16:06:15 -05003751 __be32 *p;
3752 uint32_t delegation_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753
3754 READ_BUF(4);
3755 READ32(delegation_type);
3756 if (delegation_type == NFS4_OPEN_DELEGATE_NONE) {
3757 res->delegation_type = 0;
3758 return 0;
3759 }
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003760 READ_BUF(NFS4_STATEID_SIZE+4);
3761 COPYMEM(res->delegation.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003762 READ32(res->do_recall);
Andy Adamson05d564f2008-12-23 16:06:15 -05003763
Linus Torvalds1da177e2005-04-16 15:20:36 -07003764 switch (delegation_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05003765 case NFS4_OPEN_DELEGATE_READ:
3766 res->delegation_type = FMODE_READ;
3767 break;
3768 case NFS4_OPEN_DELEGATE_WRITE:
3769 res->delegation_type = FMODE_WRITE|FMODE_READ;
3770 if (decode_space_limit(xdr, &res->maxsize) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771 return -EIO;
3772 }
David Howells7539bba2006-08-22 20:06:09 -04003773 return decode_ace(xdr, NULL, res->server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774}
3775
3776static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res)
3777{
Andy Adamson05d564f2008-12-23 16:06:15 -05003778 __be32 *p;
Jeff Laytonaa53ed52007-06-05 14:49:03 -04003779 uint32_t savewords, bmlen, i;
Andy Adamson05d564f2008-12-23 16:06:15 -05003780 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781
Andy Adamson05d564f2008-12-23 16:06:15 -05003782 status = decode_op_hdr(xdr, OP_OPEN);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003783 if (status != -EIO)
3784 nfs_increment_open_seqid(status, res->seqid);
Andy Adamson05d564f2008-12-23 16:06:15 -05003785 if (status)
3786 return status;
3787 READ_BUF(NFS4_STATEID_SIZE);
3788 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789
Andy Adamson05d564f2008-12-23 16:06:15 -05003790 decode_change_info(xdr, &res->cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791
Andy Adamson05d564f2008-12-23 16:06:15 -05003792 READ_BUF(8);
3793 READ32(res->rflags);
3794 READ32(bmlen);
3795 if (bmlen > 10)
3796 goto xdr_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797
Andy Adamson05d564f2008-12-23 16:06:15 -05003798 READ_BUF(bmlen << 2);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04003799 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE);
3800 for (i = 0; i < savewords; ++i)
3801 READ32(res->attrset[i]);
3802 for (; i < NFS4_BITMAP_SIZE; i++)
3803 res->attrset[i] = 0;
3804
Linus Torvalds1da177e2005-04-16 15:20:36 -07003805 return decode_delegation(xdr, res);
3806xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003807 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808 return -EIO;
3809}
3810
3811static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res)
3812{
Andy Adamson05d564f2008-12-23 16:06:15 -05003813 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814 int status;
3815
Andy Adamson05d564f2008-12-23 16:06:15 -05003816 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003817 if (status != -EIO)
3818 nfs_increment_open_seqid(status, res->seqid);
Andy Adamson05d564f2008-12-23 16:06:15 -05003819 if (status)
3820 return status;
3821 READ_BUF(NFS4_STATEID_SIZE);
3822 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
3823 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824}
3825
3826static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res)
3827{
Al Viro8687b632006-10-19 23:28:48 -07003828 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829 int status;
3830
3831 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003832 if (status != -EIO)
3833 nfs_increment_open_seqid(status, res->seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834 if (status)
3835 return status;
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003836 READ_BUF(NFS4_STATEID_SIZE);
3837 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838 return 0;
3839}
3840
3841static int decode_putfh(struct xdr_stream *xdr)
3842{
3843 return decode_op_hdr(xdr, OP_PUTFH);
3844}
3845
3846static int decode_putrootfh(struct xdr_stream *xdr)
3847{
3848 return decode_op_hdr(xdr, OP_PUTROOTFH);
3849}
3850
3851static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs_readres *res)
3852{
3853 struct kvec *iov = req->rq_rcv_buf.head;
Al Viro8687b632006-10-19 23:28:48 -07003854 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855 uint32_t count, eof, recvd, hdrlen;
3856 int status;
3857
3858 status = decode_op_hdr(xdr, OP_READ);
3859 if (status)
3860 return status;
3861 READ_BUF(8);
3862 READ32(eof);
3863 READ32(count);
3864 hdrlen = (u8 *) p - (u8 *) iov->iov_base;
3865 recvd = req->rq_rcv_buf.len - hdrlen;
3866 if (count > recvd) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003867 dprintk("NFS: server cheating in read reply: "
Linus Torvalds1da177e2005-04-16 15:20:36 -07003868 "count %u > recvd %u\n", count, recvd);
3869 count = recvd;
3870 eof = 0;
3871 }
3872 xdr_read_pages(xdr, count);
3873 res->eof = eof;
3874 res->count = count;
3875 return 0;
3876}
3877
3878static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *readdir)
3879{
3880 struct xdr_buf *rcvbuf = &req->rq_rcv_buf;
3881 struct page *page = *rcvbuf->pages;
3882 struct kvec *iov = rcvbuf->head;
Chuck Leverbcecff72007-10-26 13:32:03 -04003883 size_t hdrlen;
3884 u32 recvd, pglen = rcvbuf->page_len;
Al Viro8687b632006-10-19 23:28:48 -07003885 __be32 *end, *entry, *p, *kaddr;
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003886 unsigned int nr = 0;
Chuck Leverbcecff72007-10-26 13:32:03 -04003887 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888
3889 status = decode_op_hdr(xdr, OP_READDIR);
3890 if (status)
3891 return status;
3892 READ_BUF(8);
3893 COPYMEM(readdir->verifier.data, 8);
Fred Isaman44109242008-04-02 15:21:15 +03003894 dprintk("%s: verifier = %08x:%08x\n",
3895 __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003896 ((u32 *)readdir->verifier.data)[0],
3897 ((u32 *)readdir->verifier.data)[1]);
3898
Linus Torvalds1da177e2005-04-16 15:20:36 -07003899
3900 hdrlen = (char *) p - (char *) iov->iov_base;
3901 recvd = rcvbuf->len - hdrlen;
3902 if (pglen > recvd)
3903 pglen = recvd;
3904 xdr_read_pages(xdr, pglen);
3905
3906 BUG_ON(pglen + readdir->pgbase > PAGE_CACHE_SIZE);
Al Viro8687b632006-10-19 23:28:48 -07003907 kaddr = p = kmap_atomic(page, KM_USER0);
David Howellse8896492006-08-24 15:44:19 -04003908 end = p + ((pglen + readdir->pgbase) >> 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 entry = p;
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003910
3911 /* Make sure the packet actually has a value_follows and EOF entry */
3912 if ((entry + 1) > end)
3913 goto short_pkt;
3914
3915 for (; *p++; nr++) {
Chuck Leverbcecff72007-10-26 13:32:03 -04003916 u32 len, attrlen, xlen;
David Howellse8896492006-08-24 15:44:19 -04003917 if (end - p < 3)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918 goto short_pkt;
Trond Myklebusteadf4592005-06-22 17:16:39 +00003919 dprintk("cookie = %Lu, ", *((unsigned long long *)p));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920 p += 2; /* cookie */
3921 len = ntohl(*p++); /* filename length */
3922 if (len > NFS4_MAXNAMLEN) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003923 dprintk("NFS: giant filename in readdir (len 0x%x)\n",
3924 len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925 goto err_unmap;
3926 }
David Howellse8896492006-08-24 15:44:19 -04003927 xlen = XDR_QUADLEN(len);
3928 if (end - p < xlen + 1)
3929 goto short_pkt;
Trond Myklebusteadf4592005-06-22 17:16:39 +00003930 dprintk("filename = %*s\n", len, (char *)p);
David Howellse8896492006-08-24 15:44:19 -04003931 p += xlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932 len = ntohl(*p++); /* bitmap length */
David Howellse8896492006-08-24 15:44:19 -04003933 if (end - p < len + 1)
3934 goto short_pkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003935 p += len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936 attrlen = XDR_QUADLEN(ntohl(*p++));
David Howellse8896492006-08-24 15:44:19 -04003937 if (end - p < attrlen + 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938 goto short_pkt;
David Howellse8896492006-08-24 15:44:19 -04003939 p += attrlen; /* attributes */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940 entry = p;
3941 }
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003942 /*
3943 * Apparently some server sends responses that are a valid size, but
3944 * contain no entries, and have value_follows==0 and EOF==0. For
3945 * those, just set the EOF marker.
3946 */
3947 if (!nr && entry[1] == 0) {
3948 dprintk("NFS: readdir reply truncated!\n");
3949 entry[1] = 1;
3950 }
Andy Adamson6c0195a2008-12-23 16:06:15 -05003951out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952 kunmap_atomic(kaddr, KM_USER0);
3953 return 0;
3954short_pkt:
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003955 /*
3956 * When we get a short packet there are 2 possibilities. We can
3957 * return an error, or fix up the response to look like a valid
3958 * response and return what we have so far. If there are no
3959 * entries and the packet was short, then return -EIO. If there
3960 * are valid entries in the response, return them and pretend that
3961 * the call was successful, but incomplete. The caller can retry the
3962 * readdir starting at the last cookie.
3963 */
Harvey Harrison3110ff82008-05-02 13:42:44 -07003964 dprintk("%s: short packet at entry %d\n", __func__, nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965 entry[0] = entry[1] = 0;
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003966 if (nr)
3967 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003968err_unmap:
3969 kunmap_atomic(kaddr, KM_USER0);
3970 return -errno_NFSERR_IO;
3971}
3972
3973static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req)
3974{
3975 struct xdr_buf *rcvbuf = &req->rq_rcv_buf;
3976 struct kvec *iov = rcvbuf->head;
Chuck Leverbcecff72007-10-26 13:32:03 -04003977 size_t hdrlen;
3978 u32 len, recvd;
Al Viro8687b632006-10-19 23:28:48 -07003979 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003980 char *kaddr;
3981 int status;
3982
3983 status = decode_op_hdr(xdr, OP_READLINK);
3984 if (status)
3985 return status;
3986
3987 /* Convert length of symlink */
3988 READ_BUF(4);
3989 READ32(len);
3990 if (len >= rcvbuf->page_len || len <= 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003991 dprintk("nfs: server returned giant symlink!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992 return -ENAMETOOLONG;
3993 }
3994 hdrlen = (char *) xdr->p - (char *) iov->iov_base;
3995 recvd = req->rq_rcv_buf.len - hdrlen;
3996 if (recvd < len) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003997 dprintk("NFS: server cheating in readlink reply: "
Linus Torvalds1da177e2005-04-16 15:20:36 -07003998 "count %u > recvd %u\n", len, recvd);
3999 return -EIO;
4000 }
4001 xdr_read_pages(xdr, len);
4002 /*
4003 * The XDR encode routine has set things up so that
4004 * the link text will be copied directly into the
4005 * buffer. We just have to do overflow-checking,
4006 * and and null-terminate the text (the VFS expects
4007 * null-termination).
4008 */
4009 kaddr = (char *)kmap_atomic(rcvbuf->pages[0], KM_USER0);
4010 kaddr[len+rcvbuf->page_base] = '\0';
4011 kunmap_atomic(kaddr, KM_USER0);
4012 return 0;
4013}
4014
4015static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4016{
4017 int status;
4018
4019 status = decode_op_hdr(xdr, OP_REMOVE);
4020 if (status)
4021 goto out;
4022 status = decode_change_info(xdr, cinfo);
4023out:
4024 return status;
4025}
4026
4027static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo,
4028 struct nfs4_change_info *new_cinfo)
4029{
4030 int status;
4031
4032 status = decode_op_hdr(xdr, OP_RENAME);
4033 if (status)
4034 goto out;
4035 if ((status = decode_change_info(xdr, old_cinfo)))
4036 goto out;
4037 status = decode_change_info(xdr, new_cinfo);
4038out:
4039 return status;
4040}
4041
4042static int decode_renew(struct xdr_stream *xdr)
4043{
4044 return decode_op_hdr(xdr, OP_RENEW);
4045}
4046
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004047static int
4048decode_restorefh(struct xdr_stream *xdr)
4049{
4050 return decode_op_hdr(xdr, OP_RESTOREFH);
4051}
4052
J. Bruce Fields029d1052005-06-22 17:16:22 +00004053static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req,
4054 size_t *acl_len)
4055{
Al Viro8687b632006-10-19 23:28:48 -07004056 __be32 *savep;
J. Bruce Fields029d1052005-06-22 17:16:22 +00004057 uint32_t attrlen,
4058 bitmap[2] = {0};
4059 struct kvec *iov = req->rq_rcv_buf.head;
4060 int status;
4061
4062 *acl_len = 0;
4063 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4064 goto out;
4065 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4066 goto out;
4067 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4068 goto out;
4069
4070 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U)))
4071 return -EIO;
4072 if (likely(bitmap[0] & FATTR4_WORD0_ACL)) {
Chuck Leverbcecff72007-10-26 13:32:03 -04004073 size_t hdrlen;
4074 u32 recvd;
J. Bruce Fields029d1052005-06-22 17:16:22 +00004075
4076 /* We ignore &savep and don't do consistency checks on
4077 * the attr length. Let userspace figure it out.... */
4078 hdrlen = (u8 *)xdr->p - (u8 *)iov->iov_base;
4079 recvd = req->rq_rcv_buf.len - hdrlen;
4080 if (attrlen > recvd) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004081 dprintk("NFS: server cheating in getattr"
J. Bruce Fields029d1052005-06-22 17:16:22 +00004082 " acl reply: attrlen %u > recvd %u\n",
4083 attrlen, recvd);
4084 return -EINVAL;
4085 }
J. Bruce Fieldsc04871e2006-05-30 16:28:58 -04004086 xdr_read_pages(xdr, attrlen);
J. Bruce Fields029d1052005-06-22 17:16:22 +00004087 *acl_len = attrlen;
J. Bruce Fields8c233cf2005-10-13 16:54:27 -04004088 } else
4089 status = -EOPNOTSUPP;
J. Bruce Fields029d1052005-06-22 17:16:22 +00004090
4091out:
4092 return status;
4093}
4094
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095static int
4096decode_savefh(struct xdr_stream *xdr)
4097{
4098 return decode_op_hdr(xdr, OP_SAVEFH);
4099}
4100
Benny Halevy9e9ecc02009-04-01 09:22:00 -04004101static int decode_setattr(struct xdr_stream *xdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004102{
Al Viro8687b632006-10-19 23:28:48 -07004103 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104 uint32_t bmlen;
4105 int status;
4106
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107 status = decode_op_hdr(xdr, OP_SETATTR);
4108 if (status)
4109 return status;
4110 READ_BUF(4);
4111 READ32(bmlen);
4112 READ_BUF(bmlen << 2);
4113 return 0;
4114}
4115
David Howellsadfa6f92006-08-22 20:06:08 -04004116static int decode_setclientid(struct xdr_stream *xdr, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117{
Al Viro8687b632006-10-19 23:28:48 -07004118 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119 uint32_t opnum;
4120 int32_t nfserr;
4121
4122 READ_BUF(8);
4123 READ32(opnum);
4124 if (opnum != OP_SETCLIENTID) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004125 dprintk("nfs: decode_setclientid: Server returned operation"
Andy Adamson6c0195a2008-12-23 16:06:15 -05004126 " %d\n", opnum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127 return -EIO;
4128 }
4129 READ32(nfserr);
4130 if (nfserr == NFS_OK) {
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04004131 READ_BUF(8 + NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132 READ64(clp->cl_clientid);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04004133 COPYMEM(clp->cl_confirm.data, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004134 } else if (nfserr == NFSERR_CLID_INUSE) {
4135 uint32_t len;
4136
4137 /* skip netid string */
4138 READ_BUF(4);
4139 READ32(len);
4140 READ_BUF(len);
4141
4142 /* skip uaddr string */
4143 READ_BUF(4);
4144 READ32(len);
4145 READ_BUF(len);
4146 return -NFSERR_CLID_INUSE;
4147 } else
Benny Halevy856dff32008-03-31 17:39:06 +03004148 return nfs4_stat_to_errno(nfserr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149
4150 return 0;
4151}
4152
4153static int decode_setclientid_confirm(struct xdr_stream *xdr)
4154{
4155 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
4156}
4157
4158static int decode_write(struct xdr_stream *xdr, struct nfs_writeres *res)
4159{
Al Viro8687b632006-10-19 23:28:48 -07004160 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004161 int status;
4162
4163 status = decode_op_hdr(xdr, OP_WRITE);
4164 if (status)
4165 return status;
4166
4167 READ_BUF(16);
4168 READ32(res->count);
4169 READ32(res->verf->committed);
4170 COPYMEM(res->verf->verifier, 8);
4171 return 0;
4172}
4173
4174static int decode_delegreturn(struct xdr_stream *xdr)
4175{
4176 return decode_op_hdr(xdr, OP_DELEGRETURN);
4177}
4178
Benny Halevy99fe60d2009-04-01 09:22:29 -04004179#if defined(CONFIG_NFS_V4_1)
4180static int decode_exchange_id(struct xdr_stream *xdr,
4181 struct nfs41_exchange_id_res *res)
4182{
4183 __be32 *p;
4184 uint32_t dummy;
4185 int status;
4186 struct nfs_client *clp = res->client;
4187
4188 status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
4189 if (status)
4190 return status;
4191
4192 READ_BUF(8);
4193 READ64(clp->cl_ex_clid);
4194 READ_BUF(12);
4195 READ32(clp->cl_seqid);
4196 READ32(clp->cl_exchange_flags);
4197
4198 /* We ask for SP4_NONE */
4199 READ32(dummy);
4200 if (dummy != SP4_NONE)
4201 return -EIO;
4202
4203 /* Throw away minor_id */
4204 READ_BUF(8);
4205
4206 /* Throw away Major id */
4207 READ_BUF(4);
4208 READ32(dummy);
4209 READ_BUF(dummy);
4210
4211 /* Throw away server_scope */
4212 READ_BUF(4);
4213 READ32(dummy);
4214 READ_BUF(dummy);
4215
4216 /* Throw away Implementation id array */
4217 READ_BUF(4);
4218 READ32(dummy);
4219 READ_BUF(dummy);
4220
4221 return 0;
4222}
Andy Adamsonfc931582009-04-01 09:22:31 -04004223
4224static int decode_chan_attrs(struct xdr_stream *xdr,
4225 struct nfs4_channel_attrs *attrs)
4226{
4227 __be32 *p;
4228 u32 nr_attrs;
4229
4230 READ_BUF(28);
4231 READ32(attrs->headerpadsz);
4232 READ32(attrs->max_rqst_sz);
4233 READ32(attrs->max_resp_sz);
4234 READ32(attrs->max_resp_sz_cached);
4235 READ32(attrs->max_ops);
4236 READ32(attrs->max_reqs);
4237 READ32(nr_attrs);
4238 if (unlikely(nr_attrs > 1)) {
4239 printk(KERN_WARNING "%s: Invalid rdma channel attrs count %u\n",
4240 __func__, nr_attrs);
4241 return -EINVAL;
4242 }
4243 if (nr_attrs == 1)
4244 READ_BUF(4); /* skip rdma_attrs */
4245 return 0;
4246}
4247
4248static int decode_create_session(struct xdr_stream *xdr,
4249 struct nfs41_create_session_res *res)
4250{
4251 __be32 *p;
4252 int status;
4253 struct nfs_client *clp = res->client;
4254 struct nfs4_session *session = clp->cl_session;
4255
4256 status = decode_op_hdr(xdr, OP_CREATE_SESSION);
4257
4258 if (status)
4259 return status;
4260
4261 /* sessionid */
4262 READ_BUF(NFS4_MAX_SESSIONID_LEN);
4263 COPYMEM(&session->sess_id, NFS4_MAX_SESSIONID_LEN);
4264
4265 /* seqid, flags */
4266 READ_BUF(8);
4267 READ32(clp->cl_seqid);
4268 READ32(session->flags);
4269
4270 /* Channel attributes */
4271 status = decode_chan_attrs(xdr, &session->fc_attrs);
4272 if (!status)
4273 status = decode_chan_attrs(xdr, &session->bc_attrs);
4274 return status;
4275}
Andy Adamson0f3e66c2009-04-01 09:22:34 -04004276
4277static int decode_destroy_session(struct xdr_stream *xdr, void *dummy)
4278{
4279 return decode_op_hdr(xdr, OP_DESTROY_SESSION);
4280}
Benny Halevy99fe60d2009-04-01 09:22:29 -04004281#endif /* CONFIG_NFS_V4_1 */
4282
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004283static int decode_sequence(struct xdr_stream *xdr,
4284 struct nfs4_sequence_res *res,
4285 struct rpc_rqst *rqstp)
4286{
4287#if defined(CONFIG_NFS_V4_1)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004288 struct nfs4_slot *slot;
4289 struct nfs4_sessionid id;
4290 u32 dummy;
4291 int status;
4292 __be32 *p;
4293
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004294 if (!res->sr_session)
4295 return 0;
4296
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004297 status = decode_op_hdr(xdr, OP_SEQUENCE);
4298 if (status)
4299 goto out_err;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004300
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004301 /*
4302 * If the server returns different values for sessionID, slotID or
4303 * sequence number, the server is looney tunes.
4304 */
4305 status = -ESERVERFAULT;
4306
4307 slot = &res->sr_session->fc_slot_table.slots[res->sr_slotid];
4308 READ_BUF(NFS4_MAX_SESSIONID_LEN + 20);
4309 COPYMEM(id.data, NFS4_MAX_SESSIONID_LEN);
4310 if (memcmp(id.data, res->sr_session->sess_id.data,
4311 NFS4_MAX_SESSIONID_LEN)) {
4312 dprintk("%s Invalid session id\n", __func__);
4313 goto out_err;
4314 }
4315 /* seqid */
4316 READ32(dummy);
4317 if (dummy != slot->seq_nr) {
4318 dprintk("%s Invalid sequence number\n", __func__);
4319 goto out_err;
4320 }
4321 /* slot id */
4322 READ32(dummy);
4323 if (dummy != res->sr_slotid) {
4324 dprintk("%s Invalid slot id\n", __func__);
4325 goto out_err;
4326 }
4327 /* highest slot id - currently not processed */
4328 READ32(dummy);
4329 /* target highest slot id - currently not processed */
4330 READ32(dummy);
4331 /* result flags - currently not processed */
4332 READ32(dummy);
4333 status = 0;
4334out_err:
4335 res->sr_status = status;
4336 return status;
4337#else /* CONFIG_NFS_V4_1 */
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004338 return 0;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004339#endif /* CONFIG_NFS_V4_1 */
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004340}
4341
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342/*
Benny Halevy49c25592008-12-23 16:06:16 -05004343 * END OF "GENERIC" DECODE ROUTINES.
4344 */
4345
4346/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347 * Decode OPEN_DOWNGRADE response
4348 */
Al Viro8687b632006-10-19 23:28:48 -07004349static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct nfs_closeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350{
Andy Adamson05d564f2008-12-23 16:06:15 -05004351 struct xdr_stream xdr;
4352 struct compound_hdr hdr;
4353 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354
Andy Adamson05d564f2008-12-23 16:06:15 -05004355 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4356 status = decode_compound_hdr(&xdr, &hdr);
4357 if (status)
4358 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004359 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4360 if (status)
4361 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004362 status = decode_putfh(&xdr);
4363 if (status)
4364 goto out;
4365 status = decode_open_downgrade(&xdr, res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04004366 if (status != 0)
4367 goto out;
4368 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004369out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004370 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004371}
4372
4373/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004374 * Decode ACCESS response
4375 */
Al Viro8687b632006-10-19 23:28:48 -07004376static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_accessres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377{
4378 struct xdr_stream xdr;
4379 struct compound_hdr hdr;
4380 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004381
Linus Torvalds1da177e2005-04-16 15:20:36 -07004382 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004383 status = decode_compound_hdr(&xdr, &hdr);
4384 if (status)
4385 goto out;
4386 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4387 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388 goto out;
Trond Myklebust76b32992007-08-10 17:45:11 -04004389 status = decode_putfh(&xdr);
4390 if (status != 0)
4391 goto out;
4392 status = decode_access(&xdr, res);
4393 if (status != 0)
4394 goto out;
4395 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004396out:
4397 return status;
4398}
4399
4400/*
4401 * Decode LOOKUP response
4402 */
Al Viro8687b632006-10-19 23:28:48 -07004403static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_lookup_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404{
4405 struct xdr_stream xdr;
4406 struct compound_hdr hdr;
4407 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004408
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004410 status = decode_compound_hdr(&xdr, &hdr);
4411 if (status)
4412 goto out;
4413 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4414 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415 goto out;
4416 if ((status = decode_putfh(&xdr)) != 0)
4417 goto out;
4418 if ((status = decode_lookup(&xdr)) != 0)
4419 goto out;
4420 if ((status = decode_getfh(&xdr, res->fh)) != 0)
4421 goto out;
4422 status = decode_getfattr(&xdr, res->fattr, res->server);
4423out:
4424 return status;
4425}
4426
4427/*
4428 * Decode LOOKUP_ROOT response
4429 */
Al Viro8687b632006-10-19 23:28:48 -07004430static int nfs4_xdr_dec_lookup_root(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_lookup_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004431{
4432 struct xdr_stream xdr;
4433 struct compound_hdr hdr;
4434 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004435
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004437 status = decode_compound_hdr(&xdr, &hdr);
4438 if (status)
4439 goto out;
4440 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4441 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004442 goto out;
4443 if ((status = decode_putrootfh(&xdr)) != 0)
4444 goto out;
4445 if ((status = decode_getfh(&xdr, res->fh)) == 0)
4446 status = decode_getfattr(&xdr, res->fattr, res->server);
4447out:
4448 return status;
4449}
4450
4451/*
4452 * Decode REMOVE response
4453 */
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04004454static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, __be32 *p, struct nfs_removeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004455{
4456 struct xdr_stream xdr;
4457 struct compound_hdr hdr;
4458 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004459
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004461 status = decode_compound_hdr(&xdr, &hdr);
4462 if (status)
4463 goto out;
4464 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4465 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466 goto out;
Trond Myklebust16e42952005-10-27 22:12:44 -04004467 if ((status = decode_putfh(&xdr)) != 0)
4468 goto out;
4469 if ((status = decode_remove(&xdr, &res->cinfo)) != 0)
4470 goto out;
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04004471 decode_getfattr(&xdr, &res->dir_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472out:
4473 return status;
4474}
4475
4476/*
4477 * Decode RENAME response
4478 */
Al Viro8687b632006-10-19 23:28:48 -07004479static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_rename_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480{
4481 struct xdr_stream xdr;
4482 struct compound_hdr hdr;
4483 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004484
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004486 status = decode_compound_hdr(&xdr, &hdr);
4487 if (status)
4488 goto out;
4489 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4490 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004491 goto out;
4492 if ((status = decode_putfh(&xdr)) != 0)
4493 goto out;
4494 if ((status = decode_savefh(&xdr)) != 0)
4495 goto out;
4496 if ((status = decode_putfh(&xdr)) != 0)
4497 goto out;
Trond Myklebust6caf2c82005-10-27 22:12:43 -04004498 if ((status = decode_rename(&xdr, &res->old_cinfo, &res->new_cinfo)) != 0)
4499 goto out;
4500 /* Current FH is target directory */
4501 if (decode_getfattr(&xdr, res->new_fattr, res->server) != 0)
4502 goto out;
4503 if ((status = decode_restorefh(&xdr)) != 0)
4504 goto out;
4505 decode_getfattr(&xdr, res->old_fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004506out:
4507 return status;
4508}
4509
4510/*
4511 * Decode LINK response
4512 */
Al Viro8687b632006-10-19 23:28:48 -07004513static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_link_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514{
4515 struct xdr_stream xdr;
4516 struct compound_hdr hdr;
4517 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004518
Linus Torvalds1da177e2005-04-16 15:20:36 -07004519 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004520 status = decode_compound_hdr(&xdr, &hdr);
4521 if (status)
4522 goto out;
4523 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4524 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004525 goto out;
4526 if ((status = decode_putfh(&xdr)) != 0)
4527 goto out;
4528 if ((status = decode_savefh(&xdr)) != 0)
4529 goto out;
4530 if ((status = decode_putfh(&xdr)) != 0)
4531 goto out;
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04004532 if ((status = decode_link(&xdr, &res->cinfo)) != 0)
4533 goto out;
4534 /*
4535 * Note order: OP_LINK leaves the directory as the current
4536 * filehandle.
4537 */
4538 if (decode_getfattr(&xdr, res->dir_attr, res->server) != 0)
4539 goto out;
4540 if ((status = decode_restorefh(&xdr)) != 0)
4541 goto out;
4542 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543out:
4544 return status;
4545}
4546
4547/*
4548 * Decode CREATE response
4549 */
Al Viro8687b632006-10-19 23:28:48 -07004550static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_create_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004551{
4552 struct xdr_stream xdr;
4553 struct compound_hdr hdr;
4554 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004555
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004557 status = decode_compound_hdr(&xdr, &hdr);
4558 if (status)
4559 goto out;
4560 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4561 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004562 goto out;
4563 if ((status = decode_putfh(&xdr)) != 0)
4564 goto out;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004565 if ((status = decode_savefh(&xdr)) != 0)
4566 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567 if ((status = decode_create(&xdr,&res->dir_cinfo)) != 0)
4568 goto out;
4569 if ((status = decode_getfh(&xdr, res->fh)) != 0)
4570 goto out;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004571 if (decode_getfattr(&xdr, res->fattr, res->server) != 0)
4572 goto out;
4573 if ((status = decode_restorefh(&xdr)) != 0)
4574 goto out;
4575 decode_getfattr(&xdr, res->dir_fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576out:
4577 return status;
4578}
4579
4580/*
4581 * Decode SYMLINK response
4582 */
Al Viro8687b632006-10-19 23:28:48 -07004583static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_create_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004584{
4585 return nfs4_xdr_dec_create(rqstp, p, res);
4586}
4587
4588/*
4589 * Decode GETATTR response
4590 */
Al Viro8687b632006-10-19 23:28:48 -07004591static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_getattr_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004592{
4593 struct xdr_stream xdr;
4594 struct compound_hdr hdr;
4595 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004596
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4598 status = decode_compound_hdr(&xdr, &hdr);
4599 if (status)
4600 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004601 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4602 if (status)
4603 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604 status = decode_putfh(&xdr);
4605 if (status)
4606 goto out;
4607 status = decode_getfattr(&xdr, res->fattr, res->server);
4608out:
4609 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004610}
4611
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004612/*
4613 * Encode an SETACL request
4614 */
4615static int
Al Viro8687b632006-10-19 23:28:48 -07004616nfs4_xdr_enc_setacl(struct rpc_rqst *req, __be32 *p, struct nfs_setaclargs *args)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004617{
Andy Adamson05d564f2008-12-23 16:06:15 -05004618 struct xdr_stream xdr;
4619 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04004620 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05004621 };
4622 int status;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004623
Andy Adamson05d564f2008-12-23 16:06:15 -05004624 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04004625 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004626 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05004627 encode_putfh(&xdr, args->fh, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05004628 status = encode_setacl(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05004629 encode_nops(&hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05004630 return status;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004631}
Andy Adamson05d564f2008-12-23 16:06:15 -05004632
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004633/*
4634 * Decode SETACL response
4635 */
4636static int
Benny Halevy73c403a2009-04-01 09:22:01 -04004637nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, __be32 *p,
4638 struct nfs_setaclres *res)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004639{
4640 struct xdr_stream xdr;
4641 struct compound_hdr hdr;
4642 int status;
4643
4644 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4645 status = decode_compound_hdr(&xdr, &hdr);
4646 if (status)
4647 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004648 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4649 if (status)
4650 goto out;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004651 status = decode_putfh(&xdr);
4652 if (status)
4653 goto out;
Benny Halevy9e9ecc02009-04-01 09:22:00 -04004654 status = decode_setattr(&xdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004655out:
4656 return status;
4657}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658
4659/*
J. Bruce Fields029d1052005-06-22 17:16:22 +00004660 * Decode GETACL response
4661 */
4662static int
Benny Halevy663c79b2009-04-01 09:21:59 -04004663nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, __be32 *p,
4664 struct nfs_getaclres *res)
J. Bruce Fields029d1052005-06-22 17:16:22 +00004665{
4666 struct xdr_stream xdr;
4667 struct compound_hdr hdr;
4668 int status;
4669
4670 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4671 status = decode_compound_hdr(&xdr, &hdr);
4672 if (status)
4673 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004674 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4675 if (status)
4676 goto out;
J. Bruce Fields029d1052005-06-22 17:16:22 +00004677 status = decode_putfh(&xdr);
4678 if (status)
4679 goto out;
Benny Halevy663c79b2009-04-01 09:21:59 -04004680 status = decode_getacl(&xdr, rqstp, &res->acl_len);
J. Bruce Fields029d1052005-06-22 17:16:22 +00004681
4682out:
4683 return status;
4684}
4685
4686/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004687 * Decode CLOSE response
4688 */
Al Viro8687b632006-10-19 23:28:48 -07004689static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, __be32 *p, struct nfs_closeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004690{
Andy Adamson05d564f2008-12-23 16:06:15 -05004691 struct xdr_stream xdr;
4692 struct compound_hdr hdr;
4693 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004694
Andy Adamson05d564f2008-12-23 16:06:15 -05004695 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4696 status = decode_compound_hdr(&xdr, &hdr);
4697 if (status)
4698 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004699 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4700 if (status)
4701 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004702 status = decode_putfh(&xdr);
4703 if (status)
4704 goto out;
4705 status = decode_close(&xdr, res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04004706 if (status != 0)
4707 goto out;
4708 /*
4709 * Note: Server may do delete on close for this file
4710 * in which case the getattr call will fail with
4711 * an ESTALE error. Shouldn't be a problem,
4712 * though, since fattr->valid will remain unset.
4713 */
4714 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004715out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004716 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004717}
4718
4719/*
4720 * Decode OPEN response
4721 */
Al Viro8687b632006-10-19 23:28:48 -07004722static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, __be32 *p, struct nfs_openres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004723{
Andy Adamson05d564f2008-12-23 16:06:15 -05004724 struct xdr_stream xdr;
4725 struct compound_hdr hdr;
4726 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004727
Andy Adamson05d564f2008-12-23 16:06:15 -05004728 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4729 status = decode_compound_hdr(&xdr, &hdr);
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004730 if (status)
4731 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004732 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4733 if (status)
4734 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004735 status = decode_putfh(&xdr);
4736 if (status)
4737 goto out;
4738 status = decode_savefh(&xdr);
4739 if (status)
4740 goto out;
4741 status = decode_open(&xdr, res);
4742 if (status)
4743 goto out;
Trond Myklebust99367812007-07-17 21:52:41 -04004744 if (decode_getfh(&xdr, &res->fh) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004745 goto out;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004746 if (decode_getfattr(&xdr, res->f_attr, res->server) != 0)
4747 goto out;
Trond Myklebust365c8f52007-07-17 21:52:37 -04004748 if (decode_restorefh(&xdr) != 0)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004749 goto out;
4750 decode_getfattr(&xdr, res->dir_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004751out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004752 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004753}
4754
4755/*
4756 * Decode OPEN_CONFIRM response
4757 */
Al Viro8687b632006-10-19 23:28:48 -07004758static int nfs4_xdr_dec_open_confirm(struct rpc_rqst *rqstp, __be32 *p, struct nfs_open_confirmres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004759{
Andy Adamson05d564f2008-12-23 16:06:15 -05004760 struct xdr_stream xdr;
4761 struct compound_hdr hdr;
4762 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004763
Andy Adamson05d564f2008-12-23 16:06:15 -05004764 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4765 status = decode_compound_hdr(&xdr, &hdr);
4766 if (status)
4767 goto out;
4768 status = decode_putfh(&xdr);
4769 if (status)
4770 goto out;
4771 status = decode_open_confirm(&xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004772out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004773 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004774}
4775
4776/*
4777 * Decode OPEN response
4778 */
Al Viro8687b632006-10-19 23:28:48 -07004779static int nfs4_xdr_dec_open_noattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs_openres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004780{
Andy Adamson05d564f2008-12-23 16:06:15 -05004781 struct xdr_stream xdr;
4782 struct compound_hdr hdr;
4783 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004784
Andy Adamson05d564f2008-12-23 16:06:15 -05004785 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4786 status = decode_compound_hdr(&xdr, &hdr);
4787 if (status)
4788 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004789 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4790 if (status)
4791 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004792 status = decode_putfh(&xdr);
4793 if (status)
4794 goto out;
4795 status = decode_open(&xdr, res);
4796 if (status)
4797 goto out;
Trond Myklebust864472e2006-01-03 09:55:15 +01004798 decode_getfattr(&xdr, res->f_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004799out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004800 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004801}
4802
4803/*
4804 * Decode SETATTR response
4805 */
Al Viro8687b632006-10-19 23:28:48 -07004806static int nfs4_xdr_dec_setattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs_setattrres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004807{
Andy Adamson05d564f2008-12-23 16:06:15 -05004808 struct xdr_stream xdr;
4809 struct compound_hdr hdr;
4810 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004811
Andy Adamson05d564f2008-12-23 16:06:15 -05004812 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4813 status = decode_compound_hdr(&xdr, &hdr);
4814 if (status)
4815 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004816 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4817 if (status)
4818 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004819 status = decode_putfh(&xdr);
4820 if (status)
4821 goto out;
Benny Halevy9e9ecc02009-04-01 09:22:00 -04004822 status = decode_setattr(&xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05004823 if (status)
4824 goto out;
Trond Myklebust78f945f2009-03-11 14:10:23 -04004825 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004826out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004827 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828}
4829
4830/*
4831 * Decode LOCK response
4832 */
Al Viro8687b632006-10-19 23:28:48 -07004833static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, __be32 *p, struct nfs_lock_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004834{
4835 struct xdr_stream xdr;
4836 struct compound_hdr hdr;
4837 int status;
4838
4839 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4840 status = decode_compound_hdr(&xdr, &hdr);
4841 if (status)
4842 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004843 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4844 if (status)
4845 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004846 status = decode_putfh(&xdr);
4847 if (status)
4848 goto out;
4849 status = decode_lock(&xdr, res);
4850out:
4851 return status;
4852}
4853
4854/*
4855 * Decode LOCKT response
4856 */
Al Viro8687b632006-10-19 23:28:48 -07004857static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, __be32 *p, struct nfs_lockt_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004858{
4859 struct xdr_stream xdr;
4860 struct compound_hdr hdr;
4861 int status;
4862
4863 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4864 status = decode_compound_hdr(&xdr, &hdr);
4865 if (status)
4866 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004867 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4868 if (status)
4869 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004870 status = decode_putfh(&xdr);
4871 if (status)
4872 goto out;
4873 status = decode_lockt(&xdr, res);
4874out:
4875 return status;
4876}
4877
4878/*
4879 * Decode LOCKU response
4880 */
Al Viro8687b632006-10-19 23:28:48 -07004881static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, __be32 *p, struct nfs_locku_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004882{
4883 struct xdr_stream xdr;
4884 struct compound_hdr hdr;
4885 int status;
4886
4887 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4888 status = decode_compound_hdr(&xdr, &hdr);
4889 if (status)
4890 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004891 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4892 if (status)
4893 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004894 status = decode_putfh(&xdr);
4895 if (status)
4896 goto out;
4897 status = decode_locku(&xdr, res);
4898out:
4899 return status;
4900}
4901
4902/*
4903 * Decode READLINK response
4904 */
Benny Halevyf50c7002009-04-01 09:21:55 -04004905static int nfs4_xdr_dec_readlink(struct rpc_rqst *rqstp, __be32 *p,
4906 struct nfs4_readlink_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004907{
4908 struct xdr_stream xdr;
4909 struct compound_hdr hdr;
4910 int status;
4911
4912 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4913 status = decode_compound_hdr(&xdr, &hdr);
4914 if (status)
4915 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004916 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4917 if (status)
4918 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004919 status = decode_putfh(&xdr);
4920 if (status)
4921 goto out;
4922 status = decode_readlink(&xdr, rqstp);
4923out:
4924 return status;
4925}
4926
4927/*
4928 * Decode READDIR response
4929 */
Al Viro8687b632006-10-19 23:28:48 -07004930static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_readdir_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004931{
4932 struct xdr_stream xdr;
4933 struct compound_hdr hdr;
4934 int status;
4935
4936 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4937 status = decode_compound_hdr(&xdr, &hdr);
4938 if (status)
4939 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004940 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4941 if (status)
4942 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004943 status = decode_putfh(&xdr);
4944 if (status)
4945 goto out;
4946 status = decode_readdir(&xdr, rqstp, res);
4947out:
4948 return status;
4949}
4950
4951/*
4952 * Decode Read response
4953 */
Al Viro8687b632006-10-19 23:28:48 -07004954static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, __be32 *p, struct nfs_readres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004955{
4956 struct xdr_stream xdr;
4957 struct compound_hdr hdr;
4958 int status;
4959
4960 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4961 status = decode_compound_hdr(&xdr, &hdr);
4962 if (status)
4963 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004964 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4965 if (status)
4966 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004967 status = decode_putfh(&xdr);
4968 if (status)
4969 goto out;
4970 status = decode_read(&xdr, rqstp, res);
4971 if (!status)
4972 status = res->count;
4973out:
4974 return status;
4975}
4976
4977/*
4978 * Decode WRITE response
4979 */
Al Viro8687b632006-10-19 23:28:48 -07004980static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, __be32 *p, struct nfs_writeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004981{
4982 struct xdr_stream xdr;
4983 struct compound_hdr hdr;
4984 int status;
4985
4986 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4987 status = decode_compound_hdr(&xdr, &hdr);
4988 if (status)
4989 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004990 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4991 if (status)
4992 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004993 status = decode_putfh(&xdr);
4994 if (status)
4995 goto out;
4996 status = decode_write(&xdr, res);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004997 if (status)
4998 goto out;
4999 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005000 if (!status)
5001 status = res->count;
5002out:
5003 return status;
5004}
5005
5006/*
5007 * Decode COMMIT response
5008 */
Al Viro8687b632006-10-19 23:28:48 -07005009static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, __be32 *p, struct nfs_writeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005010{
5011 struct xdr_stream xdr;
5012 struct compound_hdr hdr;
5013 int status;
5014
5015 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5016 status = decode_compound_hdr(&xdr, &hdr);
5017 if (status)
5018 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005019 status = decode_sequence(&xdr, &res->seq_res, rqstp);
5020 if (status)
5021 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005022 status = decode_putfh(&xdr);
5023 if (status)
5024 goto out;
5025 status = decode_commit(&xdr, res);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04005026 if (status)
5027 goto out;
5028 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005029out:
5030 return status;
5031}
5032
5033/*
5034 * FSINFO request
5035 */
Benny Halevy3dda5e42009-04-01 09:21:57 -04005036static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, __be32 *p,
5037 struct nfs4_fsinfo_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005038{
5039 struct xdr_stream xdr;
5040 struct compound_hdr hdr;
5041 int status;
5042
5043 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5044 status = decode_compound_hdr(&xdr, &hdr);
5045 if (!status)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005046 status = decode_sequence(&xdr, &res->seq_res, req);
5047 if (!status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005048 status = decode_putfh(&xdr);
5049 if (!status)
Benny Halevy3dda5e42009-04-01 09:21:57 -04005050 status = decode_fsinfo(&xdr, res->fsinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005051 return status;
5052}
5053
5054/*
5055 * PATHCONF request
5056 */
Benny Halevyd45b2982009-04-01 09:21:58 -04005057static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, __be32 *p,
5058 struct nfs4_pathconf_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005059{
5060 struct xdr_stream xdr;
5061 struct compound_hdr hdr;
5062 int status;
5063
5064 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5065 status = decode_compound_hdr(&xdr, &hdr);
5066 if (!status)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005067 status = decode_sequence(&xdr, &res->seq_res, req);
5068 if (!status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005069 status = decode_putfh(&xdr);
5070 if (!status)
Benny Halevyd45b2982009-04-01 09:21:58 -04005071 status = decode_pathconf(&xdr, res->pathconf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005072 return status;
5073}
5074
5075/*
5076 * STATFS request
5077 */
Benny Halevy24ad1482009-04-01 09:21:56 -04005078static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, __be32 *p,
5079 struct nfs4_statfs_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005080{
5081 struct xdr_stream xdr;
5082 struct compound_hdr hdr;
5083 int status;
5084
5085 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5086 status = decode_compound_hdr(&xdr, &hdr);
5087 if (!status)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005088 status = decode_sequence(&xdr, &res->seq_res, req);
5089 if (!status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005090 status = decode_putfh(&xdr);
5091 if (!status)
Benny Halevy24ad1482009-04-01 09:21:56 -04005092 status = decode_statfs(&xdr, res->fsstat);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005093 return status;
5094}
5095
5096/*
5097 * GETATTR_BITMAP request
5098 */
Al Viro8687b632006-10-19 23:28:48 -07005099static int nfs4_xdr_dec_server_caps(struct rpc_rqst *req, __be32 *p, struct nfs4_server_caps_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005100{
5101 struct xdr_stream xdr;
5102 struct compound_hdr hdr;
5103 int status;
5104
5105 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005106 status = decode_compound_hdr(&xdr, &hdr);
5107 if (status)
5108 goto out;
5109 status = decode_sequence(&xdr, &res->seq_res, req);
5110 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005111 goto out;
5112 if ((status = decode_putfh(&xdr)) != 0)
5113 goto out;
5114 status = decode_server_caps(&xdr, res);
5115out:
5116 return status;
5117}
5118
5119/*
5120 * Decode RENEW response
5121 */
Al Viro8687b632006-10-19 23:28:48 -07005122static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, __be32 *p, void *dummy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005123{
5124 struct xdr_stream xdr;
5125 struct compound_hdr hdr;
5126 int status;
5127
5128 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5129 status = decode_compound_hdr(&xdr, &hdr);
5130 if (!status)
5131 status = decode_renew(&xdr);
5132 return status;
5133}
5134
5135/*
5136 * a SETCLIENTID request
5137 */
Al Viro8687b632006-10-19 23:28:48 -07005138static int nfs4_xdr_dec_setclientid(struct rpc_rqst *req, __be32 *p,
David Howellsadfa6f92006-08-22 20:06:08 -04005139 struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005140{
5141 struct xdr_stream xdr;
5142 struct compound_hdr hdr;
5143 int status;
5144
5145 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5146 status = decode_compound_hdr(&xdr, &hdr);
5147 if (!status)
5148 status = decode_setclientid(&xdr, clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005149 return status;
5150}
5151
5152/*
5153 * a SETCLIENTID_CONFIRM request
5154 */
Al Viro8687b632006-10-19 23:28:48 -07005155static int nfs4_xdr_dec_setclientid_confirm(struct rpc_rqst *req, __be32 *p, struct nfs_fsinfo *fsinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005156{
5157 struct xdr_stream xdr;
5158 struct compound_hdr hdr;
5159 int status;
5160
5161 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5162 status = decode_compound_hdr(&xdr, &hdr);
5163 if (!status)
5164 status = decode_setclientid_confirm(&xdr);
5165 if (!status)
5166 status = decode_putrootfh(&xdr);
5167 if (!status)
5168 status = decode_fsinfo(&xdr, fsinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005169 return status;
5170}
5171
5172/*
5173 * DELEGRETURN request
5174 */
Al Viro8687b632006-10-19 23:28:48 -07005175static int nfs4_xdr_dec_delegreturn(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_delegreturnres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005176{
5177 struct xdr_stream xdr;
5178 struct compound_hdr hdr;
5179 int status;
5180
5181 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5182 status = decode_compound_hdr(&xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005183 if (status)
5184 goto out;
5185 status = decode_sequence(&xdr, &res->seq_res, rqstp);
5186 if (status)
Trond Myklebustfa178f22006-01-03 09:55:38 +01005187 goto out;
5188 status = decode_putfh(&xdr);
5189 if (status != 0)
5190 goto out;
5191 status = decode_delegreturn(&xdr);
5192 decode_getfattr(&xdr, res->fattr, res->server);
5193out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005194 return status;
5195}
5196
Trond Myklebust683b57b2006-06-09 09:34:22 -04005197/*
5198 * FS_LOCATIONS request
5199 */
Benny Halevy22958462009-04-01 09:22:02 -04005200static int nfs4_xdr_dec_fs_locations(struct rpc_rqst *req, __be32 *p,
5201 struct nfs4_fs_locations_res *res)
Trond Myklebust683b57b2006-06-09 09:34:22 -04005202{
5203 struct xdr_stream xdr;
5204 struct compound_hdr hdr;
5205 int status;
5206
5207 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5208 status = decode_compound_hdr(&xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005209 if (status)
5210 goto out;
5211 status = decode_sequence(&xdr, &res->seq_res, req);
5212 if (status)
Trond Myklebust683b57b2006-06-09 09:34:22 -04005213 goto out;
5214 if ((status = decode_putfh(&xdr)) != 0)
5215 goto out;
5216 if ((status = decode_lookup(&xdr)) != 0)
5217 goto out;
5218 xdr_enter_page(&xdr, PAGE_SIZE);
Benny Halevy22958462009-04-01 09:22:02 -04005219 status = decode_getfattr(&xdr, &res->fs_locations->fattr,
5220 res->fs_locations->server);
Trond Myklebust683b57b2006-06-09 09:34:22 -04005221out:
5222 return status;
5223}
5224
Benny Halevy99fe60d2009-04-01 09:22:29 -04005225#if defined(CONFIG_NFS_V4_1)
5226/*
5227 * EXCHANGE_ID request
5228 */
5229static int nfs4_xdr_dec_exchange_id(struct rpc_rqst *rqstp, uint32_t *p,
5230 void *res)
5231{
5232 struct xdr_stream xdr;
5233 struct compound_hdr hdr;
5234 int status;
5235
5236 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5237 status = decode_compound_hdr(&xdr, &hdr);
5238 if (!status)
5239 status = decode_exchange_id(&xdr, res);
5240 return status;
5241}
Andy Adamson2050f0c2009-04-01 09:22:30 -04005242
5243/*
Andy Adamsonfc931582009-04-01 09:22:31 -04005244 * a CREATE_SESSION request
5245 */
5246static int nfs4_xdr_dec_create_session(struct rpc_rqst *rqstp, uint32_t *p,
5247 struct nfs41_create_session_res *res)
5248{
5249 struct xdr_stream xdr;
5250 struct compound_hdr hdr;
5251 int status;
5252
5253 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5254 status = decode_compound_hdr(&xdr, &hdr);
5255 if (!status)
5256 status = decode_create_session(&xdr, res);
5257 return status;
5258}
5259
5260/*
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005261 * a DESTROY_SESSION request
5262 */
5263static int nfs4_xdr_dec_destroy_session(struct rpc_rqst *rqstp, uint32_t *p,
5264 void *dummy)
5265{
5266 struct xdr_stream xdr;
5267 struct compound_hdr hdr;
5268 int status;
5269
5270 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5271 status = decode_compound_hdr(&xdr, &hdr);
5272 if (!status)
5273 status = decode_destroy_session(&xdr, dummy);
5274 return status;
5275}
5276
5277/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005278 * a SEQUENCE request
5279 */
5280static int nfs4_xdr_dec_sequence(struct rpc_rqst *rqstp, uint32_t *p,
5281 struct nfs4_sequence_res *res)
5282{
5283 struct xdr_stream xdr;
5284 struct compound_hdr hdr;
5285 int status;
5286
5287 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5288 status = decode_compound_hdr(&xdr, &hdr);
5289 if (!status)
5290 status = decode_sequence(&xdr, res, rqstp);
5291 return status;
5292}
5293
5294/*
Andy Adamson2050f0c2009-04-01 09:22:30 -04005295 * a GET_LEASE_TIME request
5296 */
5297static int nfs4_xdr_dec_get_lease_time(struct rpc_rqst *rqstp, uint32_t *p,
5298 struct nfs4_get_lease_time_res *res)
5299{
5300 struct xdr_stream xdr;
5301 struct compound_hdr hdr;
5302 int status;
5303
5304 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5305 status = decode_compound_hdr(&xdr, &hdr);
5306 if (!status)
5307 status = decode_sequence(&xdr, &res->lr_seq_res, rqstp);
5308 if (!status)
5309 status = decode_putrootfh(&xdr);
5310 if (!status)
5311 status = decode_fsinfo(&xdr, res->lr_fsinfo);
5312 return status;
5313}
Benny Halevy99fe60d2009-04-01 09:22:29 -04005314#endif /* CONFIG_NFS_V4_1 */
5315
Al Viro0dbb4c62006-10-19 23:28:49 -07005316__be32 *nfs4_decode_dirent(__be32 *p, struct nfs_entry *entry, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005317{
5318 uint32_t bitmap[2] = {0};
5319 uint32_t len;
5320
5321 if (!*p++) {
5322 if (!*p)
5323 return ERR_PTR(-EAGAIN);
5324 entry->eof = 1;
5325 return ERR_PTR(-EBADCOOKIE);
5326 }
5327
5328 entry->prev_cookie = entry->cookie;
5329 p = xdr_decode_hyper(p, &entry->cookie);
5330 entry->len = ntohl(*p++);
5331 entry->name = (const char *) p;
5332 p += XDR_QUADLEN(entry->len);
5333
5334 /*
5335 * In case the server doesn't return an inode number,
5336 * we fake one here. (We don't use inode number 0,
5337 * since glibc seems to choke on it...)
5338 */
5339 entry->ino = 1;
5340
5341 len = ntohl(*p++); /* bitmap length */
5342 if (len-- > 0) {
5343 bitmap[0] = ntohl(*p++);
5344 if (len-- > 0) {
5345 bitmap[1] = ntohl(*p++);
5346 p += len;
5347 }
5348 }
5349 len = XDR_QUADLEN(ntohl(*p++)); /* attribute buffer length */
5350 if (len > 0) {
Manoj Naik97d312d2005-06-22 17:16:39 +00005351 if (bitmap[0] & FATTR4_WORD0_RDATTR_ERROR) {
5352 bitmap[0] &= ~FATTR4_WORD0_RDATTR_ERROR;
5353 /* Ignore the return value of rdattr_error for now */
5354 p++;
5355 len--;
5356 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005357 if (bitmap[0] == 0 && bitmap[1] == FATTR4_WORD1_MOUNTED_ON_FILEID)
5358 xdr_decode_hyper(p, &entry->ino);
5359 else if (bitmap[0] == FATTR4_WORD0_FILEID)
5360 xdr_decode_hyper(p, &entry->ino);
5361 p += len;
5362 }
5363
5364 entry->eof = !p[0] && p[1];
5365 return p;
5366}
5367
5368/*
5369 * We need to translate between nfs status return values and
5370 * the local errno values which may not be the same.
5371 */
5372static struct {
5373 int stat;
5374 int errno;
5375} nfs_errtbl[] = {
5376 { NFS4_OK, 0 },
Benny Halevy856dff32008-03-31 17:39:06 +03005377 { NFS4ERR_PERM, -EPERM },
5378 { NFS4ERR_NOENT, -ENOENT },
5379 { NFS4ERR_IO, -errno_NFSERR_IO},
5380 { NFS4ERR_NXIO, -ENXIO },
5381 { NFS4ERR_ACCESS, -EACCES },
5382 { NFS4ERR_EXIST, -EEXIST },
5383 { NFS4ERR_XDEV, -EXDEV },
5384 { NFS4ERR_NOTDIR, -ENOTDIR },
5385 { NFS4ERR_ISDIR, -EISDIR },
5386 { NFS4ERR_INVAL, -EINVAL },
5387 { NFS4ERR_FBIG, -EFBIG },
5388 { NFS4ERR_NOSPC, -ENOSPC },
5389 { NFS4ERR_ROFS, -EROFS },
5390 { NFS4ERR_MLINK, -EMLINK },
5391 { NFS4ERR_NAMETOOLONG, -ENAMETOOLONG },
5392 { NFS4ERR_NOTEMPTY, -ENOTEMPTY },
5393 { NFS4ERR_DQUOT, -EDQUOT },
5394 { NFS4ERR_STALE, -ESTALE },
5395 { NFS4ERR_BADHANDLE, -EBADHANDLE },
5396 { NFS4ERR_BADOWNER, -EINVAL },
5397 { NFS4ERR_BADNAME, -EINVAL },
5398 { NFS4ERR_BAD_COOKIE, -EBADCOOKIE },
5399 { NFS4ERR_NOTSUPP, -ENOTSUPP },
5400 { NFS4ERR_TOOSMALL, -ETOOSMALL },
5401 { NFS4ERR_SERVERFAULT, -ESERVERFAULT },
5402 { NFS4ERR_BADTYPE, -EBADTYPE },
5403 { NFS4ERR_LOCKED, -EAGAIN },
5404 { NFS4ERR_RESOURCE, -EREMOTEIO },
5405 { NFS4ERR_SYMLINK, -ELOOP },
5406 { NFS4ERR_OP_ILLEGAL, -EOPNOTSUPP },
5407 { NFS4ERR_DEADLOCK, -EDEADLK },
5408 { NFS4ERR_WRONGSEC, -EPERM }, /* FIXME: this needs
Linus Torvalds1da177e2005-04-16 15:20:36 -07005409 * to be handled by a
5410 * middle-layer.
5411 */
Benny Halevy856dff32008-03-31 17:39:06 +03005412 { -1, -EIO }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005413};
5414
5415/*
5416 * Convert an NFS error code to a local one.
5417 * This one is used jointly by NFSv2 and NFSv3.
5418 */
5419static int
David Howells0a8ea432006-08-22 20:06:08 -04005420nfs4_stat_to_errno(int stat)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005421{
5422 int i;
5423 for (i = 0; nfs_errtbl[i].stat != -1; i++) {
5424 if (nfs_errtbl[i].stat == stat)
5425 return nfs_errtbl[i].errno;
5426 }
5427 if (stat <= 10000 || stat > 10100) {
5428 /* The server is looney tunes. */
Benny Halevy856dff32008-03-31 17:39:06 +03005429 return -ESERVERFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005430 }
5431 /* If we cannot translate the error, the recovery routines should
5432 * handle it.
5433 * Note: remaining NFSv4 error codes have values > 10000, so should
5434 * not conflict with native Linux error codes.
5435 */
Benny Halevy856dff32008-03-31 17:39:06 +03005436 return -stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005437}
5438
Linus Torvalds1da177e2005-04-16 15:20:36 -07005439#define PROC(proc, argtype, restype) \
5440[NFSPROC4_CLNT_##proc] = { \
5441 .p_proc = NFSPROC4_COMPOUND, \
5442 .p_encode = (kxdrproc_t) nfs4_xdr_##argtype, \
5443 .p_decode = (kxdrproc_t) nfs4_xdr_##restype, \
Chuck Lever2bea90d2007-03-29 16:47:53 -04005444 .p_arglen = NFS4_##argtype##_sz, \
5445 .p_replen = NFS4_##restype##_sz, \
Chuck Levercc0175c2006-03-20 13:44:22 -05005446 .p_statidx = NFSPROC4_CLNT_##proc, \
5447 .p_name = #proc, \
Andy Adamson05d564f2008-12-23 16:06:15 -05005448}
Linus Torvalds1da177e2005-04-16 15:20:36 -07005449
5450struct rpc_procinfo nfs4_procedures[] = {
5451 PROC(READ, enc_read, dec_read),
5452 PROC(WRITE, enc_write, dec_write),
5453 PROC(COMMIT, enc_commit, dec_commit),
5454 PROC(OPEN, enc_open, dec_open),
5455 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
5456 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
5457 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
5458 PROC(CLOSE, enc_close, dec_close),
5459 PROC(SETATTR, enc_setattr, dec_setattr),
5460 PROC(FSINFO, enc_fsinfo, dec_fsinfo),
5461 PROC(RENEW, enc_renew, dec_renew),
5462 PROC(SETCLIENTID, enc_setclientid, dec_setclientid),
5463 PROC(SETCLIENTID_CONFIRM, enc_setclientid_confirm, dec_setclientid_confirm),
5464 PROC(LOCK, enc_lock, dec_lock),
5465 PROC(LOCKT, enc_lockt, dec_lockt),
5466 PROC(LOCKU, enc_locku, dec_locku),
5467 PROC(ACCESS, enc_access, dec_access),
5468 PROC(GETATTR, enc_getattr, dec_getattr),
5469 PROC(LOOKUP, enc_lookup, dec_lookup),
5470 PROC(LOOKUP_ROOT, enc_lookup_root, dec_lookup_root),
5471 PROC(REMOVE, enc_remove, dec_remove),
5472 PROC(RENAME, enc_rename, dec_rename),
5473 PROC(LINK, enc_link, dec_link),
5474 PROC(SYMLINK, enc_symlink, dec_symlink),
5475 PROC(CREATE, enc_create, dec_create),
5476 PROC(PATHCONF, enc_pathconf, dec_pathconf),
5477 PROC(STATFS, enc_statfs, dec_statfs),
5478 PROC(READLINK, enc_readlink, dec_readlink),
5479 PROC(READDIR, enc_readdir, dec_readdir),
5480 PROC(SERVER_CAPS, enc_server_caps, dec_server_caps),
5481 PROC(DELEGRETURN, enc_delegreturn, dec_delegreturn),
J. Bruce Fields029d1052005-06-22 17:16:22 +00005482 PROC(GETACL, enc_getacl, dec_getacl),
J. Bruce Fields23ec6962005-06-22 17:16:22 +00005483 PROC(SETACL, enc_setacl, dec_setacl),
Trond Myklebust683b57b2006-06-09 09:34:22 -04005484 PROC(FS_LOCATIONS, enc_fs_locations, dec_fs_locations),
Benny Halevy99fe60d2009-04-01 09:22:29 -04005485#if defined(CONFIG_NFS_V4_1)
5486 PROC(EXCHANGE_ID, enc_exchange_id, dec_exchange_id),
Andy Adamsonfc931582009-04-01 09:22:31 -04005487 PROC(CREATE_SESSION, enc_create_session, dec_create_session),
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005488 PROC(DESTROY_SESSION, enc_destroy_session, dec_destroy_session),
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005489 PROC(SEQUENCE, enc_sequence, dec_sequence),
Andy Adamson2050f0c2009-04-01 09:22:30 -04005490 PROC(GET_LEASE_TIME, enc_get_lease_time, dec_get_lease_time),
Benny Halevy99fe60d2009-04-01 09:22:29 -04005491#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005492};
5493
5494struct rpc_version nfs_version4 = {
5495 .number = 4,
Tobias Klausere8c96f82006-03-24 03:15:34 -08005496 .nrprocs = ARRAY_SIZE(nfs4_procedures),
Linus Torvalds1da177e2005-04-16 15:20:36 -07005497 .procs = nfs4_procedures
5498};
5499
5500/*
5501 * Local variables:
5502 * c-basic-offset: 8
5503 * End:
5504 */