blob: d460d81758ae948b397736c0ea02fdad294236c2 [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 RESERVE_SPACE(nbytes) do { \
716 p = xdr_reserve_space(xdr, nbytes); \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717 BUG_ON(!p); \
718} while (0)
719
720static void encode_string(struct xdr_stream *xdr, unsigned int len, const char *str)
721{
Al Viro8687b632006-10-19 23:28:48 -0700722 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723
724 p = xdr_reserve_space(xdr, 4 + len);
725 BUG_ON(p == NULL);
726 xdr_encode_opaque(p, str, len);
727}
728
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400729static void encode_compound_hdr(struct xdr_stream *xdr,
730 struct rpc_rqst *req,
731 struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732{
Al Viro8687b632006-10-19 23:28:48 -0700733 __be32 *p;
Benny Halevy0c4e8c12009-04-01 09:22:07 -0400734 struct rpc_auth *auth = req->rq_task->tk_msg.rpc_cred->cr_auth;
735
736 /* initialize running count of expected bytes in reply.
737 * NOTE: the replied tag SHOULD be the same is the one sent,
738 * but this is not required as a MUST for the server to do so. */
739 hdr->replen = RPC_REPHDRSIZE + auth->au_rslack + 3 + hdr->taglen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740
741 dprintk("encode_compound: tag=%.*s\n", (int)hdr->taglen, hdr->tag);
742 BUG_ON(hdr->taglen > NFS4_MAXTAGLEN);
743 RESERVE_SPACE(12+(XDR_QUADLEN(hdr->taglen)<<2));
Benny Halevye75bc1c2009-08-14 17:18:54 +0300744 *p++ = cpu_to_be32(hdr->taglen);
Benny Halevy93f0cf22009-08-14 17:19:06 +0300745 p = xdr_encode_opaque_fixed(p, hdr->tag, hdr->taglen);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300746 *p++ = cpu_to_be32(hdr->minorversion);
Andy Adamsond0179312008-12-23 16:06:17 -0500747 hdr->nops_p = p;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300748 *p++ = cpu_to_be32(hdr->nops);
Andy Adamsond0179312008-12-23 16:06:17 -0500749}
750
751static void encode_nops(struct compound_hdr *hdr)
752{
Andy Adamsonfc931582009-04-01 09:22:31 -0400753 BUG_ON(hdr->nops > NFS4_MAX_OPS);
Andy Adamsond0179312008-12-23 16:06:17 -0500754 *hdr->nops_p = htonl(hdr->nops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755}
756
757static void encode_nfs4_verifier(struct xdr_stream *xdr, const nfs4_verifier *verf)
758{
Al Viro8687b632006-10-19 23:28:48 -0700759 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760
761 p = xdr_reserve_space(xdr, NFS4_VERIFIER_SIZE);
762 BUG_ON(p == NULL);
763 xdr_encode_opaque_fixed(p, verf->data, NFS4_VERIFIER_SIZE);
764}
765
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500766static void encode_attrs(struct xdr_stream *xdr, const struct iattr *iap, const struct nfs_server *server)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767{
768 char owner_name[IDMAP_NAMESZ];
769 char owner_group[IDMAP_NAMESZ];
770 int owner_namelen = 0;
771 int owner_grouplen = 0;
Al Viro8687b632006-10-19 23:28:48 -0700772 __be32 *p;
773 __be32 *q;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774 int len;
775 uint32_t bmval0 = 0;
776 uint32_t bmval1 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777
778 /*
779 * We reserve enough space to write the entire attribute buffer at once.
780 * In the worst-case, this would be
781 * 12(bitmap) + 4(attrlen) + 8(size) + 4(mode) + 4(atime) + 4(mtime)
782 * = 36 bytes, plus any contribution from variable-length fields
J. Bruce Fields23ec6962005-06-22 17:16:22 +0000783 * such as owner/group.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784 */
785 len = 16;
786
787 /* Sigh */
788 if (iap->ia_valid & ATTR_SIZE)
789 len += 8;
790 if (iap->ia_valid & ATTR_MODE)
791 len += 4;
792 if (iap->ia_valid & ATTR_UID) {
David Howells7539bba2006-08-22 20:06:09 -0400793 owner_namelen = nfs_map_uid_to_name(server->nfs_client, iap->ia_uid, owner_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794 if (owner_namelen < 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -0400795 dprintk("nfs: couldn't resolve uid %d to string\n",
796 iap->ia_uid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 /* XXX */
798 strcpy(owner_name, "nobody");
799 owner_namelen = sizeof("nobody") - 1;
800 /* goto out; */
801 }
802 len += 4 + (XDR_QUADLEN(owner_namelen) << 2);
803 }
804 if (iap->ia_valid & ATTR_GID) {
David Howells7539bba2006-08-22 20:06:09 -0400805 owner_grouplen = nfs_map_gid_to_group(server->nfs_client, iap->ia_gid, owner_group);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806 if (owner_grouplen < 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -0400807 dprintk("nfs: couldn't resolve gid %d to string\n",
808 iap->ia_gid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809 strcpy(owner_group, "nobody");
810 owner_grouplen = sizeof("nobody") - 1;
811 /* goto out; */
812 }
813 len += 4 + (XDR_QUADLEN(owner_grouplen) << 2);
814 }
815 if (iap->ia_valid & ATTR_ATIME_SET)
816 len += 16;
817 else if (iap->ia_valid & ATTR_ATIME)
818 len += 4;
819 if (iap->ia_valid & ATTR_MTIME_SET)
820 len += 16;
821 else if (iap->ia_valid & ATTR_MTIME)
822 len += 4;
823 RESERVE_SPACE(len);
824
825 /*
826 * We write the bitmap length now, but leave the bitmap and the attribute
827 * buffer length to be backfilled at the end of this routine.
828 */
Benny Halevye75bc1c2009-08-14 17:18:54 +0300829 *p++ = cpu_to_be32(2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 q = p;
831 p += 3;
832
833 if (iap->ia_valid & ATTR_SIZE) {
834 bmval0 |= FATTR4_WORD0_SIZE;
Benny Halevyb95be5a2009-08-14 17:19:01 +0300835 p = xdr_encode_hyper(p, iap->ia_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836 }
837 if (iap->ia_valid & ATTR_MODE) {
838 bmval1 |= FATTR4_WORD1_MODE;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300839 *p++ = cpu_to_be32(iap->ia_mode & S_IALLUGO);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840 }
841 if (iap->ia_valid & ATTR_UID) {
842 bmval1 |= FATTR4_WORD1_OWNER;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300843 *p++ = cpu_to_be32(owner_namelen);
Benny Halevy93f0cf22009-08-14 17:19:06 +0300844 p = xdr_encode_opaque_fixed(p, owner_name, owner_namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 }
846 if (iap->ia_valid & ATTR_GID) {
847 bmval1 |= FATTR4_WORD1_OWNER_GROUP;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300848 *p++ = cpu_to_be32(owner_grouplen);
Benny Halevy93f0cf22009-08-14 17:19:06 +0300849 p = xdr_encode_opaque_fixed(p, owner_group, owner_grouplen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850 }
851 if (iap->ia_valid & ATTR_ATIME_SET) {
852 bmval1 |= FATTR4_WORD1_TIME_ACCESS_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300853 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
854 *p++ = cpu_to_be32(0);
855 *p++ = cpu_to_be32(iap->ia_mtime.tv_sec);
856 *p++ = cpu_to_be32(iap->ia_mtime.tv_nsec);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 }
858 else if (iap->ia_valid & ATTR_ATIME) {
859 bmval1 |= FATTR4_WORD1_TIME_ACCESS_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300860 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 }
862 if (iap->ia_valid & ATTR_MTIME_SET) {
863 bmval1 |= FATTR4_WORD1_TIME_MODIFY_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300864 *p++ = cpu_to_be32(NFS4_SET_TO_CLIENT_TIME);
865 *p++ = cpu_to_be32(0);
866 *p++ = cpu_to_be32(iap->ia_mtime.tv_sec);
867 *p++ = cpu_to_be32(iap->ia_mtime.tv_nsec);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868 }
869 else if (iap->ia_valid & ATTR_MTIME) {
870 bmval1 |= FATTR4_WORD1_TIME_MODIFY_SET;
Benny Halevye75bc1c2009-08-14 17:18:54 +0300871 *p++ = cpu_to_be32(NFS4_SET_TO_SERVER_TIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 }
Andy Adamson6c0195a2008-12-23 16:06:15 -0500873
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 /*
875 * Now we backfill the bitmap and the attribute buffer length.
876 */
877 if (len != ((char *)p - (char *)q) + 4) {
Chuck Leverfe82a182007-09-11 18:01:10 -0400878 printk(KERN_ERR "nfs: Attr length error, %u != %Zu\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 len, ((char *)p - (char *)q) + 4);
880 BUG();
881 }
882 len = (char *)p - (char *)q - 12;
883 *q++ = htonl(bmval0);
884 *q++ = htonl(bmval1);
885 *q++ = htonl(len);
886
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887/* out: */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888}
889
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500890static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891{
Al Viro8687b632006-10-19 23:28:48 -0700892 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
894 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300895 *p++ = cpu_to_be32(OP_ACCESS);
896 *p++ = cpu_to_be32(access);
Andy Adamsond0179312008-12-23 16:06:17 -0500897 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400898 hdr->replen += decode_access_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899}
900
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500901static void encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902{
Al Viro8687b632006-10-19 23:28:48 -0700903 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904
Trond Myklebust8ae20ab2007-05-14 16:50:45 -0400905 RESERVE_SPACE(8+NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300906 *p++ = cpu_to_be32(OP_CLOSE);
907 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
Benny Halevy93f0cf22009-08-14 17:19:06 +0300908 p = xdr_encode_opaque_fixed(p, arg->stateid->data, NFS4_STATEID_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -0500909 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400910 hdr->replen += decode_close_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911}
912
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500913static void encode_commit(struct xdr_stream *xdr, const struct nfs_writeargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914{
Al Viro8687b632006-10-19 23:28:48 -0700915 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -0500916
Andy Adamson05d564f2008-12-23 16:06:15 -0500917 RESERVE_SPACE(16);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300918 *p++ = cpu_to_be32(OP_COMMIT);
Benny Halevyb95be5a2009-08-14 17:19:01 +0300919 p = xdr_encode_hyper(p, args->offset);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300920 *p++ = cpu_to_be32(args->count);
Andy Adamsond0179312008-12-23 16:06:17 -0500921 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400922 hdr->replen += decode_commit_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923}
924
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500925static void encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926{
Al Viro8687b632006-10-19 23:28:48 -0700927 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -0500928
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300930 *p++ = cpu_to_be32(OP_CREATE);
931 *p++ = cpu_to_be32(create->ftype);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932
933 switch (create->ftype) {
934 case NF4LNK:
Chuck Lever94a6d752006-08-22 20:06:23 -0400935 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300936 *p++ = cpu_to_be32(create->u.symlink.len);
Chuck Lever94a6d752006-08-22 20:06:23 -0400937 xdr_write_pages(xdr, create->u.symlink.pages, 0, create->u.symlink.len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938 break;
939
940 case NF4BLK: case NF4CHR:
941 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300942 *p++ = cpu_to_be32(create->u.device.specdata1);
943 *p++ = cpu_to_be32(create->u.device.specdata2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 break;
945
946 default:
947 break;
948 }
949
950 RESERVE_SPACE(4 + create->name->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300951 *p++ = cpu_to_be32(create->name->len);
Benny Halevy93f0cf22009-08-14 17:19:06 +0300952 p = xdr_encode_opaque_fixed(p, create->name->name, create->name->len);
Andy Adamsond0179312008-12-23 16:06:17 -0500953 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400954 hdr->replen += decode_create_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500956 encode_attrs(xdr, create->attrs, create->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957}
958
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500959static void encode_getattr_one(struct xdr_stream *xdr, uint32_t bitmap, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960{
Andy Adamson05d564f2008-12-23 16:06:15 -0500961 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
Andy Adamson05d564f2008-12-23 16:06:15 -0500963 RESERVE_SPACE(12);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300964 *p++ = cpu_to_be32(OP_GETATTR);
965 *p++ = cpu_to_be32(1);
966 *p++ = cpu_to_be32(bitmap);
Andy Adamsond0179312008-12-23 16:06:17 -0500967 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400968 hdr->replen += decode_getattr_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969}
970
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500971static 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 -0700972{
Andy Adamson05d564f2008-12-23 16:06:15 -0500973 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974
Andy Adamson05d564f2008-12-23 16:06:15 -0500975 RESERVE_SPACE(16);
Benny Halevye75bc1c2009-08-14 17:18:54 +0300976 *p++ = cpu_to_be32(OP_GETATTR);
977 *p++ = cpu_to_be32(2);
978 *p++ = cpu_to_be32(bm0);
979 *p++ = cpu_to_be32(bm1);
Andy Adamsond0179312008-12-23 16:06:17 -0500980 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -0400981 hdr->replen += decode_getattr_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982}
983
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500984static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500986 encode_getattr_two(xdr, bitmask[0] & nfs4_fattr_bitmap[0],
987 bitmask[1] & nfs4_fattr_bitmap[1], hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988}
989
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500990static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500992 encode_getattr_two(xdr, bitmask[0] & nfs4_fsinfo_bitmap[0],
993 bitmask[1] & nfs4_fsinfo_bitmap[1], hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994}
995
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500996static void encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr)
Manoj Naik830b8e32006-06-09 09:34:25 -0400997{
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -0500998 encode_getattr_two(xdr, bitmask[0] & nfs4_fs_locations_bitmap[0],
999 bitmask[1] & nfs4_fs_locations_bitmap[1], hdr);
Manoj Naik830b8e32006-06-09 09:34:25 -04001000}
1001
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001002static void encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003{
Al Viro8687b632006-10-19 23:28:48 -07001004 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005
1006 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001007 *p++ = cpu_to_be32(OP_GETFH);
Andy Adamsond0179312008-12-23 16:06:17 -05001008 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001009 hdr->replen += decode_getfh_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010}
1011
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001012static void encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013{
Al Viro8687b632006-10-19 23:28:48 -07001014 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
1016 RESERVE_SPACE(8 + name->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001017 *p++ = cpu_to_be32(OP_LINK);
1018 *p++ = cpu_to_be32(name->len);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001019 p = xdr_encode_opaque_fixed(p, name->name, name->len);
Andy Adamsond0179312008-12-23 16:06:17 -05001020 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001021 hdr->replen += decode_link_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022}
1023
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001024static inline int nfs4_lock_type(struct file_lock *fl, int block)
1025{
1026 if ((fl->fl_type & (F_RDLCK|F_WRLCK|F_UNLCK)) == F_RDLCK)
1027 return block ? NFS4_READW_LT : NFS4_READ_LT;
1028 return block ? NFS4_WRITEW_LT : NFS4_WRITE_LT;
1029}
1030
1031static inline uint64_t nfs4_lock_length(struct file_lock *fl)
1032{
1033 if (fl->fl_end == OFFSET_MAX)
1034 return ~(uint64_t)0;
1035 return fl->fl_end - fl->fl_start + 1;
1036}
1037
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038/*
1039 * opcode,type,reclaim,offset,length,new_lock_owner = 32
1040 * open_seqid,open_stateid,lock_seqid,lock_owner.clientid, lock_owner.id = 40
1041 */
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001042static void encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043{
Al Viro8687b632006-10-19 23:28:48 -07001044 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045
1046 RESERVE_SPACE(32);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001047 *p++ = cpu_to_be32(OP_LOCK);
1048 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, args->block));
1049 *p++ = cpu_to_be32(args->reclaim);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001050 p = xdr_encode_hyper(p, args->fl->fl_start);
1051 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Benny Halevye75bc1c2009-08-14 17:18:54 +03001052 *p++ = cpu_to_be32(args->new_lock_owner);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01001053 if (args->new_lock_owner){
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001054 RESERVE_SPACE(4+NFS4_STATEID_SIZE+32);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001055 *p++ = cpu_to_be32(args->open_seqid->sequence->counter);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001056 p = xdr_encode_opaque_fixed(p, args->open_stateid->data, NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001057 *p++ = cpu_to_be32(args->lock_seqid->sequence->counter);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001058 p = xdr_encode_hyper(p, args->lock_owner.clientid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001059 *p++ = cpu_to_be32(16);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001060 p = xdr_encode_opaque_fixed(p, "lock id:", 8);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001061 p = xdr_encode_hyper(p, args->lock_owner.id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062 }
1063 else {
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001064 RESERVE_SPACE(NFS4_STATEID_SIZE+4);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001065 p = xdr_encode_opaque_fixed(p, args->lock_stateid->data, NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001066 *p++ = cpu_to_be32(args->lock_seqid->sequence->counter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 }
Andy Adamsond0179312008-12-23 16:06:17 -05001068 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001069 hdr->replen += decode_lock_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070}
1071
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001072static void encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073{
Al Viro8687b632006-10-19 23:28:48 -07001074 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001076 RESERVE_SPACE(52);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001077 *p++ = cpu_to_be32(OP_LOCKT);
1078 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, 0));
Benny Halevyb95be5a2009-08-14 17:19:01 +03001079 p = xdr_encode_hyper(p, args->fl->fl_start);
1080 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
1081 p = xdr_encode_hyper(p, args->lock_owner.clientid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001082 *p++ = cpu_to_be32(16);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001083 p = xdr_encode_opaque_fixed(p, "lock id:", 8);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001084 p = xdr_encode_hyper(p, args->lock_owner.id);
Andy Adamsond0179312008-12-23 16:06:17 -05001085 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001086 hdr->replen += decode_lockt_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087}
1088
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001089static void encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090{
Al Viro8687b632006-10-19 23:28:48 -07001091 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001093 RESERVE_SPACE(12+NFS4_STATEID_SIZE+16);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001094 *p++ = cpu_to_be32(OP_LOCKU);
1095 *p++ = cpu_to_be32(nfs4_lock_type(args->fl, 0));
1096 *p++ = cpu_to_be32(args->seqid->sequence->counter);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001097 p = xdr_encode_opaque_fixed(p, args->stateid->data, NFS4_STATEID_SIZE);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001098 p = xdr_encode_hyper(p, args->fl->fl_start);
1099 p = xdr_encode_hyper(p, nfs4_lock_length(args->fl));
Andy Adamsond0179312008-12-23 16:06:17 -05001100 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001101 hdr->replen += decode_locku_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102}
1103
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001104static void encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105{
1106 int len = name->len;
Al Viro8687b632006-10-19 23:28:48 -07001107 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108
1109 RESERVE_SPACE(8 + len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001110 *p++ = cpu_to_be32(OP_LOOKUP);
1111 *p++ = cpu_to_be32(len);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001112 p = xdr_encode_opaque_fixed(p, name->name, len);
Andy Adamsond0179312008-12-23 16:06:17 -05001113 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001114 hdr->replen += decode_lookup_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115}
1116
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001117static void encode_share_access(struct xdr_stream *xdr, fmode_t fmode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118{
Al Viro8687b632006-10-19 23:28:48 -07001119 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120
1121 RESERVE_SPACE(8);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001122 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001123 case FMODE_READ:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001124 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_READ);
Andy Adamson05d564f2008-12-23 16:06:15 -05001125 break;
1126 case FMODE_WRITE:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001127 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_WRITE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001128 break;
1129 case FMODE_READ|FMODE_WRITE:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001130 *p++ = cpu_to_be32(NFS4_SHARE_ACCESS_BOTH);
Andy Adamson05d564f2008-12-23 16:06:15 -05001131 break;
1132 default:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001133 *p++ = cpu_to_be32(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134 }
Benny Halevye75bc1c2009-08-14 17:18:54 +03001135 *p++ = cpu_to_be32(0); /* for linux, share_deny = 0 always */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136}
1137
1138static inline void encode_openhdr(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1139{
Al Viro8687b632006-10-19 23:28:48 -07001140 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 /*
1142 * opcode 4, seqid 4, share_access 4, share_deny 4, clientid 8, ownerlen 4,
1143 * owner 4 = 32
1144 */
1145 RESERVE_SPACE(8);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001146 *p++ = cpu_to_be32(OP_OPEN);
1147 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001148 encode_share_access(xdr, arg->fmode);
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001149 RESERVE_SPACE(28);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001150 p = xdr_encode_hyper(p, arg->clientid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001151 *p++ = cpu_to_be32(16);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001152 p = xdr_encode_opaque_fixed(p, "open id:", 8);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001153 p = xdr_encode_hyper(p, arg->id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154}
1155
1156static inline void encode_createmode(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1157{
Al Viro8687b632006-10-19 23:28:48 -07001158 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159
1160 RESERVE_SPACE(4);
1161 switch(arg->open_flags & O_EXCL) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001162 case 0:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001163 *p++ = cpu_to_be32(NFS4_CREATE_UNCHECKED);
Andy Adamson05d564f2008-12-23 16:06:15 -05001164 encode_attrs(xdr, arg->u.attrs, arg->server);
1165 break;
1166 default:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001167 *p++ = cpu_to_be32(NFS4_CREATE_EXCLUSIVE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001168 encode_nfs4_verifier(xdr, &arg->u.verifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 }
1170}
1171
1172static void encode_opentype(struct xdr_stream *xdr, const struct nfs_openargs *arg)
1173{
Al Viro8687b632006-10-19 23:28:48 -07001174 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175
1176 RESERVE_SPACE(4);
1177 switch (arg->open_flags & O_CREAT) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001178 case 0:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001179 *p++ = cpu_to_be32(NFS4_OPEN_NOCREATE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001180 break;
1181 default:
1182 BUG_ON(arg->claim != NFS4_OPEN_CLAIM_NULL);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001183 *p++ = cpu_to_be32(NFS4_OPEN_CREATE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001184 encode_createmode(xdr, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185 }
1186}
1187
Trond Myklebustbd7bf9d2008-12-23 15:21:53 -05001188static inline void encode_delegation_type(struct xdr_stream *xdr, fmode_t delegation_type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189{
Al Viro8687b632006-10-19 23:28:48 -07001190 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191
1192 RESERVE_SPACE(4);
1193 switch (delegation_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001194 case 0:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001195 *p++ = cpu_to_be32(NFS4_OPEN_DELEGATE_NONE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001196 break;
1197 case FMODE_READ:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001198 *p++ = cpu_to_be32(NFS4_OPEN_DELEGATE_READ);
Andy Adamson05d564f2008-12-23 16:06:15 -05001199 break;
1200 case FMODE_WRITE|FMODE_READ:
Benny Halevye75bc1c2009-08-14 17:18:54 +03001201 *p++ = cpu_to_be32(NFS4_OPEN_DELEGATE_WRITE);
Andy Adamson05d564f2008-12-23 16:06:15 -05001202 break;
1203 default:
1204 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205 }
1206}
1207
1208static inline void encode_claim_null(struct xdr_stream *xdr, const struct qstr *name)
1209{
Al Viro8687b632006-10-19 23:28:48 -07001210 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211
1212 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001213 *p++ = cpu_to_be32(NFS4_OPEN_CLAIM_NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 encode_string(xdr, name->len, name->name);
1215}
1216
Trond Myklebustbd7bf9d2008-12-23 15:21:53 -05001217static inline void encode_claim_previous(struct xdr_stream *xdr, fmode_t type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218{
Al Viro8687b632006-10-19 23:28:48 -07001219 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220
1221 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001222 *p++ = cpu_to_be32(NFS4_OPEN_CLAIM_PREVIOUS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 encode_delegation_type(xdr, type);
1224}
1225
1226static inline void encode_claim_delegate_cur(struct xdr_stream *xdr, const struct qstr *name, const nfs4_stateid *stateid)
1227{
Al Viro8687b632006-10-19 23:28:48 -07001228 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001230 RESERVE_SPACE(4+NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001231 *p++ = cpu_to_be32(NFS4_OPEN_CLAIM_DELEGATE_CUR);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001232 p = xdr_encode_opaque_fixed(p, stateid->data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233 encode_string(xdr, name->len, name->name);
1234}
1235
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001236static void encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237{
1238 encode_openhdr(xdr, arg);
1239 encode_opentype(xdr, arg);
1240 switch (arg->claim) {
Andy Adamson05d564f2008-12-23 16:06:15 -05001241 case NFS4_OPEN_CLAIM_NULL:
1242 encode_claim_null(xdr, arg->name);
1243 break;
1244 case NFS4_OPEN_CLAIM_PREVIOUS:
1245 encode_claim_previous(xdr, arg->u.delegation_type);
1246 break;
1247 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1248 encode_claim_delegate_cur(xdr, arg->name, &arg->u.delegation);
1249 break;
1250 default:
1251 BUG();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 }
Andy Adamsond0179312008-12-23 16:06:17 -05001253 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001254 hdr->replen += decode_open_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255}
1256
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001257static 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 -07001258{
Al Viro8687b632006-10-19 23:28:48 -07001259 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001261 RESERVE_SPACE(4+NFS4_STATEID_SIZE+4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001262 *p++ = cpu_to_be32(OP_OPEN_CONFIRM);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001263 p = xdr_encode_opaque_fixed(p, arg->stateid->data, NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001264 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
Andy Adamsond0179312008-12-23 16:06:17 -05001265 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001266 hdr->replen += decode_open_confirm_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267}
1268
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001269static void encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270{
Al Viro8687b632006-10-19 23:28:48 -07001271 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001273 RESERVE_SPACE(4+NFS4_STATEID_SIZE+4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001274 *p++ = cpu_to_be32(OP_OPEN_DOWNGRADE);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001275 p = xdr_encode_opaque_fixed(p, arg->stateid->data, NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001276 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001277 encode_share_access(xdr, arg->fmode);
Andy Adamsond0179312008-12-23 16:06:17 -05001278 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001279 hdr->replen += decode_open_downgrade_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280}
1281
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001282static void
Andy Adamsond0179312008-12-23 16:06:17 -05001283encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284{
1285 int len = fh->size;
Al Viro8687b632006-10-19 23:28:48 -07001286 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287
1288 RESERVE_SPACE(8 + len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001289 *p++ = cpu_to_be32(OP_PUTFH);
1290 *p++ = cpu_to_be32(len);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001291 p = xdr_encode_opaque_fixed(p, fh->data, len);
Andy Adamsond0179312008-12-23 16:06:17 -05001292 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001293 hdr->replen += decode_putfh_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294}
1295
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001296static void encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297{
Andy Adamson05d564f2008-12-23 16:06:15 -05001298 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -05001299
Andy Adamson05d564f2008-12-23 16:06:15 -05001300 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001301 *p++ = cpu_to_be32(OP_PUTROOTFH);
Andy Adamsond0179312008-12-23 16:06:17 -05001302 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001303 hdr->replen += decode_putrootfh_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304}
1305
1306static void encode_stateid(struct xdr_stream *xdr, const struct nfs_open_context *ctx)
1307{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308 nfs4_stateid stateid;
Al Viro8687b632006-10-19 23:28:48 -07001309 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001311 RESERVE_SPACE(NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312 if (ctx->state != NULL) {
1313 nfs4_copy_stateid(&stateid, ctx->state, ctx->lockowner);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001314 p = xdr_encode_opaque_fixed(p, stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315 } else
Benny Halevy93f0cf22009-08-14 17:19:06 +03001316 p = xdr_encode_opaque_fixed(p, zero_stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317}
1318
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001319static void encode_read(struct xdr_stream *xdr, const struct nfs_readargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320{
Al Viro8687b632006-10-19 23:28:48 -07001321 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322
1323 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001324 *p++ = cpu_to_be32(OP_READ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325
1326 encode_stateid(xdr, args->context);
1327
1328 RESERVE_SPACE(12);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001329 p = xdr_encode_hyper(p, args->offset);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001330 *p++ = cpu_to_be32(args->count);
Andy Adamsond0179312008-12-23 16:06:17 -05001331 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001332 hdr->replen += decode_read_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333}
1334
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001335static 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 -07001336{
Manoj Naik97d312d2005-06-22 17:16:39 +00001337 uint32_t attrs[2] = {
1338 FATTR4_WORD0_RDATTR_ERROR|FATTR4_WORD0_FILEID,
1339 FATTR4_WORD1_MOUNTED_ON_FILEID,
1340 };
Al Viro8687b632006-10-19 23:28:48 -07001341 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001343 RESERVE_SPACE(12+NFS4_VERIFIER_SIZE+20);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001344 *p++ = cpu_to_be32(OP_READDIR);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001345 p = xdr_encode_hyper(p, readdir->cookie);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001346 p = xdr_encode_opaque_fixed(p, readdir->verifier.data, NFS4_VERIFIER_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001347 *p++ = cpu_to_be32(readdir->count >> 1); /* We're not doing readdirplus */
1348 *p++ = cpu_to_be32(readdir->count);
1349 *p++ = cpu_to_be32(2);
Manoj Naik97d312d2005-06-22 17:16:39 +00001350 /* Switch to mounted_on_fileid if the server supports it */
1351 if (readdir->bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
1352 attrs[0] &= ~FATTR4_WORD0_FILEID;
1353 else
1354 attrs[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;
Benny Halevye75bc1c2009-08-14 17:18:54 +03001355 *p++ = cpu_to_be32(attrs[0] & readdir->bitmask[0]);
1356 *p++ = cpu_to_be32(attrs[1] & readdir->bitmask[1]);
Andy Adamsond0179312008-12-23 16:06:17 -05001357 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001358 hdr->replen += decode_readdir_maxsz;
Fred Isaman44109242008-04-02 15:21:15 +03001359 dprintk("%s: cookie = %Lu, verifier = %08x:%08x, bitmap = %08x:%08x\n",
1360 __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00001361 (unsigned long long)readdir->cookie,
1362 ((u32 *)readdir->verifier.data)[0],
1363 ((u32 *)readdir->verifier.data)[1],
1364 attrs[0] & readdir->bitmask[0],
1365 attrs[1] & readdir->bitmask[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366}
1367
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001368static 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 -07001369{
Al Viro8687b632006-10-19 23:28:48 -07001370 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371
1372 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001373 *p++ = cpu_to_be32(OP_READLINK);
Andy Adamsond0179312008-12-23 16:06:17 -05001374 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001375 hdr->replen += decode_readlink_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376}
1377
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001378static void encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379{
Al Viro8687b632006-10-19 23:28:48 -07001380 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381
1382 RESERVE_SPACE(8 + name->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001383 *p++ = cpu_to_be32(OP_REMOVE);
1384 *p++ = cpu_to_be32(name->len);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001385 p = xdr_encode_opaque_fixed(p, name->name, name->len);
Andy Adamsond0179312008-12-23 16:06:17 -05001386 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001387 hdr->replen += decode_remove_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388}
1389
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001390static 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 -07001391{
Al Viro8687b632006-10-19 23:28:48 -07001392 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393
1394 RESERVE_SPACE(8 + oldname->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001395 *p++ = cpu_to_be32(OP_RENAME);
1396 *p++ = cpu_to_be32(oldname->len);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001397 p = xdr_encode_opaque_fixed(p, oldname->name, oldname->len);
Andy Adamson6c0195a2008-12-23 16:06:15 -05001398
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399 RESERVE_SPACE(4 + newname->len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001400 *p++ = cpu_to_be32(newname->len);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001401 p = xdr_encode_opaque_fixed(p, newname->name, newname->len);
Andy Adamsond0179312008-12-23 16:06:17 -05001402 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001403 hdr->replen += decode_rename_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404}
1405
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001406static void encode_renew(struct xdr_stream *xdr, const struct nfs_client *client_stateid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407{
Al Viro8687b632006-10-19 23:28:48 -07001408 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409
1410 RESERVE_SPACE(12);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001411 *p++ = cpu_to_be32(OP_RENEW);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001412 p = xdr_encode_hyper(p, client_stateid->cl_clientid);
Andy Adamsond0179312008-12-23 16:06:17 -05001413 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001414 hdr->replen += decode_renew_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415}
1416
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001417static void
Andy Adamsond0179312008-12-23 16:06:17 -05001418encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001419{
Al Viro8687b632006-10-19 23:28:48 -07001420 __be32 *p;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001421
1422 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001423 *p++ = cpu_to_be32(OP_RESTOREFH);
Andy Adamsond0179312008-12-23 16:06:17 -05001424 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001425 hdr->replen += decode_restorefh_maxsz;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001426}
1427
1428static int
Andy Adamsond0179312008-12-23 16:06:17 -05001429encode_setacl(struct xdr_stream *xdr, struct nfs_setaclargs *arg, struct compound_hdr *hdr)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001430{
Al Viro8687b632006-10-19 23:28:48 -07001431 __be32 *p;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001432
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001433 RESERVE_SPACE(4+NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001434 *p++ = cpu_to_be32(OP_SETATTR);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001435 p = xdr_encode_opaque_fixed(p, zero_stateid.data, NFS4_STATEID_SIZE);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001436 RESERVE_SPACE(2*4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001437 *p++ = cpu_to_be32(1);
1438 *p++ = cpu_to_be32(FATTR4_WORD0_ACL);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001439 if (arg->acl_len % 4)
1440 return -EINVAL;
1441 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001442 *p++ = cpu_to_be32(arg->acl_len);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001443 xdr_write_pages(xdr, arg->acl_pages, arg->acl_pgbase, arg->acl_len);
Andy Adamsond0179312008-12-23 16:06:17 -05001444 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001445 hdr->replen += decode_setacl_maxsz;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00001446 return 0;
1447}
1448
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001449static void
Andy Adamsond0179312008-12-23 16:06:17 -05001450encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451{
Al Viro8687b632006-10-19 23:28:48 -07001452 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453
1454 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001455 *p++ = cpu_to_be32(OP_SAVEFH);
Andy Adamsond0179312008-12-23 16:06:17 -05001456 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001457 hdr->replen += decode_savefh_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458}
1459
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001460static 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 -07001461{
Al Viro8687b632006-10-19 23:28:48 -07001462 __be32 *p;
Andy Adamson6c0195a2008-12-23 16:06:15 -05001463
Andy Adamson05d564f2008-12-23 16:06:15 -05001464 RESERVE_SPACE(4+NFS4_STATEID_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001465 *p++ = cpu_to_be32(OP_SETATTR);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001466 p = xdr_encode_opaque_fixed(p, arg->stateid.data, NFS4_STATEID_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05001467 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001468 hdr->replen += decode_setattr_maxsz;
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001469 encode_attrs(xdr, arg->iap, server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470}
1471
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001472static void encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473{
Al Viro8687b632006-10-19 23:28:48 -07001474 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001476 RESERVE_SPACE(4 + NFS4_VERIFIER_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001477 *p++ = cpu_to_be32(OP_SETCLIENTID);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001478 p = xdr_encode_opaque_fixed(p, setclientid->sc_verifier->data, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479
1480 encode_string(xdr, setclientid->sc_name_len, setclientid->sc_name);
1481 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001482 *p++ = cpu_to_be32(setclientid->sc_prog);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483 encode_string(xdr, setclientid->sc_netid_len, setclientid->sc_netid);
1484 encode_string(xdr, setclientid->sc_uaddr_len, setclientid->sc_uaddr);
1485 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001486 *p++ = cpu_to_be32(setclientid->sc_cb_ident);
Andy Adamsond0179312008-12-23 16:06:17 -05001487 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001488 hdr->replen += decode_setclientid_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489}
1490
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001491static 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 -07001492{
Andy Adamson05d564f2008-12-23 16:06:15 -05001493 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494
Andy Adamson05d564f2008-12-23 16:06:15 -05001495 RESERVE_SPACE(12 + NFS4_VERIFIER_SIZE);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001496 *p++ = cpu_to_be32(OP_SETCLIENTID_CONFIRM);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001497 p = xdr_encode_hyper(p, client_state->cl_clientid);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001498 p = xdr_encode_opaque_fixed(p, client_state->cl_confirm.data, NFS4_VERIFIER_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05001499 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001500 hdr->replen += decode_setclientid_confirm_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501}
1502
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001503static void encode_write(struct xdr_stream *xdr, const struct nfs_writeargs *args, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504{
Al Viro8687b632006-10-19 23:28:48 -07001505 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506
1507 RESERVE_SPACE(4);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001508 *p++ = cpu_to_be32(OP_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509
1510 encode_stateid(xdr, args->context);
1511
1512 RESERVE_SPACE(16);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001513 p = xdr_encode_hyper(p, args->offset);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001514 *p++ = cpu_to_be32(args->stable);
1515 *p++ = cpu_to_be32(args->count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516
1517 xdr_write_pages(xdr, args->pages, args->pgbase, args->count);
Andy Adamsond0179312008-12-23 16:06:17 -05001518 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001519 hdr->replen += decode_write_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520}
1521
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001522static void encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound_hdr *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523{
Al Viro8687b632006-10-19 23:28:48 -07001524 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04001526 RESERVE_SPACE(4+NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527
Benny Halevye75bc1c2009-08-14 17:18:54 +03001528 *p++ = cpu_to_be32(OP_DELEGRETURN);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001529 p = xdr_encode_opaque_fixed(p, stateid->data, NFS4_STATEID_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05001530 hdr->nops++;
Benny Halevydadf0c22009-04-01 09:22:08 -04001531 hdr->replen += decode_delegreturn_maxsz;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532}
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001533
Benny Halevy99fe60d2009-04-01 09:22:29 -04001534#if defined(CONFIG_NFS_V4_1)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001535/* NFSv4.1 operations */
Benny Halevy99fe60d2009-04-01 09:22:29 -04001536static void encode_exchange_id(struct xdr_stream *xdr,
1537 struct nfs41_exchange_id_args *args,
1538 struct compound_hdr *hdr)
1539{
1540 __be32 *p;
1541
1542 RESERVE_SPACE(4 + sizeof(args->verifier->data));
Benny Halevye75bc1c2009-08-14 17:18:54 +03001543 *p++ = cpu_to_be32(OP_EXCHANGE_ID);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001544 p = xdr_encode_opaque_fixed(p, args->verifier->data, sizeof(args->verifier->data));
Benny Halevy99fe60d2009-04-01 09:22:29 -04001545
1546 encode_string(xdr, args->id_len, args->id);
1547
1548 RESERVE_SPACE(12);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001549 *p++ = cpu_to_be32(args->flags);
1550 *p++ = cpu_to_be32(0); /* zero length state_protect4_a */
1551 *p++ = cpu_to_be32(0); /* zero length implementation id array */
Benny Halevy99fe60d2009-04-01 09:22:29 -04001552 hdr->nops++;
1553 hdr->replen += decode_exchange_id_maxsz;
1554}
Andy Adamsonfc931582009-04-01 09:22:31 -04001555
1556static void encode_create_session(struct xdr_stream *xdr,
1557 struct nfs41_create_session_args *args,
1558 struct compound_hdr *hdr)
1559{
1560 __be32 *p;
1561 char machine_name[NFS4_MAX_MACHINE_NAME_LEN];
1562 uint32_t len;
1563 struct nfs_client *clp = args->client;
1564
Benny Halevy42edd692009-08-14 17:19:13 +03001565 len = scnprintf(machine_name, sizeof(machine_name), "%s",
1566 clp->cl_ipaddr);
1567
1568 RESERVE_SPACE(20 + 2*28 + 20 + len + 12);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001569 *p++ = cpu_to_be32(OP_CREATE_SESSION);
Benny Halevyb95be5a2009-08-14 17:19:01 +03001570 p = xdr_encode_hyper(p, clp->cl_ex_clid);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001571 *p++ = cpu_to_be32(clp->cl_seqid); /*Sequence id */
1572 *p++ = cpu_to_be32(args->flags); /*flags */
Andy Adamsonfc931582009-04-01 09:22:31 -04001573
Andy Adamsonfc931582009-04-01 09:22:31 -04001574 /* Fore Channel */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001575 *p++ = cpu_to_be32(args->fc_attrs.headerpadsz); /* header padding size */
1576 *p++ = cpu_to_be32(args->fc_attrs.max_rqst_sz); /* max req size */
1577 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz); /* max resp size */
1578 *p++ = cpu_to_be32(args->fc_attrs.max_resp_sz_cached); /* Max resp sz cached */
1579 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */
1580 *p++ = cpu_to_be32(args->fc_attrs.max_reqs); /* max requests */
1581 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
Andy Adamsonfc931582009-04-01 09:22:31 -04001582
1583 /* Back Channel */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001584 *p++ = cpu_to_be32(args->fc_attrs.headerpadsz); /* header padding size */
1585 *p++ = cpu_to_be32(args->bc_attrs.max_rqst_sz); /* max req size */
1586 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz); /* max resp size */
1587 *p++ = cpu_to_be32(args->bc_attrs.max_resp_sz_cached); /* Max resp sz cached */
1588 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */
1589 *p++ = cpu_to_be32(args->bc_attrs.max_reqs); /* max requests */
1590 *p++ = cpu_to_be32(0); /* rdmachannel_attrs */
Andy Adamsonfc931582009-04-01 09:22:31 -04001591
Benny Halevye75bc1c2009-08-14 17:18:54 +03001592 *p++ = cpu_to_be32(args->cb_program); /* cb_program */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001593 *p++ = cpu_to_be32(1);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001594 *p++ = cpu_to_be32(RPC_AUTH_UNIX); /* auth_sys */
Andy Adamsonfc931582009-04-01 09:22:31 -04001595
1596 /* authsys_parms rfc1831 */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001597 *p++ = cpu_to_be32((u32)clp->cl_boot_time.tv_nsec); /* stamp */
Benny Halevye75bc1c2009-08-14 17:18:54 +03001598 *p++ = cpu_to_be32(len);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001599 p = xdr_encode_opaque_fixed(p, machine_name, len);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001600 *p++ = cpu_to_be32(0); /* UID */
1601 *p++ = cpu_to_be32(0); /* GID */
1602 *p++ = cpu_to_be32(0); /* No more gids */
Andy Adamsonfc931582009-04-01 09:22:31 -04001603 hdr->nops++;
1604 hdr->replen += decode_create_session_maxsz;
1605}
Andy Adamson0f3e66c2009-04-01 09:22:34 -04001606
1607static void encode_destroy_session(struct xdr_stream *xdr,
1608 struct nfs4_session *session,
1609 struct compound_hdr *hdr)
1610{
1611 __be32 *p;
1612 RESERVE_SPACE(4 + NFS4_MAX_SESSIONID_LEN);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001613 *p++ = cpu_to_be32(OP_DESTROY_SESSION);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001614 p = xdr_encode_opaque_fixed(p, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04001615 hdr->nops++;
1616 hdr->replen += decode_destroy_session_maxsz;
1617}
Benny Halevy99fe60d2009-04-01 09:22:29 -04001618#endif /* CONFIG_NFS_V4_1 */
1619
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001620static void encode_sequence(struct xdr_stream *xdr,
1621 const struct nfs4_sequence_args *args,
1622 struct compound_hdr *hdr)
1623{
1624#if defined(CONFIG_NFS_V4_1)
1625 struct nfs4_session *session = args->sa_session;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001626 struct nfs4_slot_table *tp;
1627 struct nfs4_slot *slot;
1628 __be32 *p;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001629
1630 if (!session)
1631 return;
1632
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001633 tp = &session->fc_slot_table;
1634
1635 WARN_ON(args->sa_slotid == NFS4_MAX_SLOT_TABLE);
1636 slot = tp->slots + args->sa_slotid;
1637
Benny Halevy42edd692009-08-14 17:19:13 +03001638 RESERVE_SPACE(4 + NFS4_MAX_SESSIONID_LEN + 16);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001639 *p++ = cpu_to_be32(OP_SEQUENCE);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04001640
1641 /*
1642 * Sessionid + seqid + slotid + max slotid + cache_this
1643 */
1644 dprintk("%s: sessionid=%u:%u:%u:%u seqid=%d slotid=%d "
1645 "max_slotid=%d cache_this=%d\n",
1646 __func__,
1647 ((u32 *)session->sess_id.data)[0],
1648 ((u32 *)session->sess_id.data)[1],
1649 ((u32 *)session->sess_id.data)[2],
1650 ((u32 *)session->sess_id.data)[3],
1651 slot->seq_nr, args->sa_slotid,
1652 tp->highest_used_slotid, args->sa_cache_this);
Benny Halevy93f0cf22009-08-14 17:19:06 +03001653 p = xdr_encode_opaque_fixed(p, session->sess_id.data, NFS4_MAX_SESSIONID_LEN);
Benny Halevye75bc1c2009-08-14 17:18:54 +03001654 *p++ = cpu_to_be32(slot->seq_nr);
1655 *p++ = cpu_to_be32(args->sa_slotid);
1656 *p++ = cpu_to_be32(tp->highest_used_slotid);
1657 *p++ = cpu_to_be32(args->sa_cache_this);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001658 hdr->nops++;
1659 hdr->replen += decode_sequence_maxsz;
1660#endif /* CONFIG_NFS_V4_1 */
1661}
1662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663/*
1664 * END OF "GENERIC" ENCODE ROUTINES.
1665 */
1666
Benny Halevy66cc0422009-04-01 09:22:10 -04001667static u32 nfs4_xdr_minorversion(const struct nfs4_sequence_args *args)
1668{
1669#if defined(CONFIG_NFS_V4_1)
1670 if (args->sa_session)
1671 return args->sa_session->clp->cl_minorversion;
1672#endif /* CONFIG_NFS_V4_1 */
1673 return 0;
1674}
1675
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676/*
1677 * Encode an ACCESS request
1678 */
Al Viro8687b632006-10-19 23:28:48 -07001679static int nfs4_xdr_enc_access(struct rpc_rqst *req, __be32 *p, const struct nfs4_accessargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680{
1681 struct xdr_stream xdr;
1682 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001683 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685
1686 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001687 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001688 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001689 encode_putfh(&xdr, args->fh, &hdr);
1690 encode_access(&xdr, args->access, &hdr);
1691 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001692 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001693 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694}
1695
1696/*
1697 * Encode LOOKUP request
1698 */
Al Viro8687b632006-10-19 23:28:48 -07001699static int nfs4_xdr_enc_lookup(struct rpc_rqst *req, __be32 *p, const struct nfs4_lookup_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700{
1701 struct xdr_stream xdr;
1702 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001703 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705
1706 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001707 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001708 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001709 encode_putfh(&xdr, args->dir_fh, &hdr);
1710 encode_lookup(&xdr, args->name, &hdr);
1711 encode_getfh(&xdr, &hdr);
1712 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001713 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001714 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715}
1716
1717/*
1718 * Encode LOOKUP_ROOT request
1719 */
Al Viro8687b632006-10-19 23:28:48 -07001720static 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 -07001721{
1722 struct xdr_stream xdr;
1723 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001724 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726
1727 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001728 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001729 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001730 encode_putrootfh(&xdr, &hdr);
1731 encode_getfh(&xdr, &hdr);
1732 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001733 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001734 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735}
1736
1737/*
1738 * Encode REMOVE request
1739 */
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04001740static int nfs4_xdr_enc_remove(struct rpc_rqst *req, __be32 *p, const struct nfs_removeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741{
1742 struct xdr_stream xdr;
1743 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001744 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746
1747 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001748 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001749 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001750 encode_putfh(&xdr, args->fh, &hdr);
1751 encode_remove(&xdr, &args->name, &hdr);
1752 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001753 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001754 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755}
1756
1757/*
1758 * Encode RENAME request
1759 */
Al Viro8687b632006-10-19 23:28:48 -07001760static int nfs4_xdr_enc_rename(struct rpc_rqst *req, __be32 *p, const struct nfs4_rename_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761{
1762 struct xdr_stream xdr;
1763 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001764 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766
1767 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001768 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001769 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001770 encode_putfh(&xdr, args->old_dir, &hdr);
1771 encode_savefh(&xdr, &hdr);
1772 encode_putfh(&xdr, args->new_dir, &hdr);
1773 encode_rename(&xdr, args->old_name, args->new_name, &hdr);
1774 encode_getfattr(&xdr, args->bitmask, &hdr);
1775 encode_restorefh(&xdr, &hdr);
1776 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001777 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001778 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779}
1780
1781/*
1782 * Encode LINK request
1783 */
Al Viro8687b632006-10-19 23:28:48 -07001784static int nfs4_xdr_enc_link(struct rpc_rqst *req, __be32 *p, const struct nfs4_link_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785{
1786 struct xdr_stream xdr;
1787 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001788 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790
1791 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001792 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001793 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001794 encode_putfh(&xdr, args->fh, &hdr);
1795 encode_savefh(&xdr, &hdr);
1796 encode_putfh(&xdr, args->dir_fh, &hdr);
1797 encode_link(&xdr, args->name, &hdr);
1798 encode_getfattr(&xdr, args->bitmask, &hdr);
1799 encode_restorefh(&xdr, &hdr);
1800 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001801 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001802 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803}
1804
1805/*
1806 * Encode CREATE request
1807 */
Al Viro8687b632006-10-19 23:28:48 -07001808static int nfs4_xdr_enc_create(struct rpc_rqst *req, __be32 *p, const struct nfs4_create_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809{
1810 struct xdr_stream xdr;
1811 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001812 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814
1815 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001816 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001817 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001818 encode_putfh(&xdr, args->dir_fh, &hdr);
1819 encode_savefh(&xdr, &hdr);
1820 encode_create(&xdr, args, &hdr);
1821 encode_getfh(&xdr, &hdr);
1822 encode_getfattr(&xdr, args->bitmask, &hdr);
1823 encode_restorefh(&xdr, &hdr);
1824 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001825 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001826 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827}
1828
1829/*
1830 * Encode SYMLINK request
1831 */
Al Viro8687b632006-10-19 23:28:48 -07001832static int nfs4_xdr_enc_symlink(struct rpc_rqst *req, __be32 *p, const struct nfs4_create_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833{
1834 return nfs4_xdr_enc_create(req, p, args);
1835}
1836
1837/*
1838 * Encode GETATTR request
1839 */
Al Viro8687b632006-10-19 23:28:48 -07001840static int nfs4_xdr_enc_getattr(struct rpc_rqst *req, __be32 *p, const struct nfs4_getattr_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841{
1842 struct xdr_stream xdr;
1843 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001844 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846
1847 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001848 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001849 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001850 encode_putfh(&xdr, args->fh, &hdr);
1851 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001852 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001853 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854}
1855
1856/*
1857 * Encode a CLOSE request
1858 */
Al Viro8687b632006-10-19 23:28:48 -07001859static int nfs4_xdr_enc_close(struct rpc_rqst *req, __be32 *p, struct nfs_closeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860{
Andy Adamson05d564f2008-12-23 16:06:15 -05001861 struct xdr_stream xdr;
1862 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001863 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05001864 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865
Andy Adamson05d564f2008-12-23 16:06:15 -05001866 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001867 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001868 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001869 encode_putfh(&xdr, args->fh, &hdr);
1870 encode_close(&xdr, args, &hdr);
1871 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001872 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001873 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874}
1875
1876/*
1877 * Encode an OPEN request
1878 */
Al Viro8687b632006-10-19 23:28:48 -07001879static int nfs4_xdr_enc_open(struct rpc_rqst *req, __be32 *p, struct nfs_openargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880{
1881 struct xdr_stream xdr;
1882 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001883 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885
1886 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001887 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001888 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001889 encode_putfh(&xdr, args->fh, &hdr);
1890 encode_savefh(&xdr, &hdr);
1891 encode_open(&xdr, args, &hdr);
1892 encode_getfh(&xdr, &hdr);
1893 encode_getfattr(&xdr, args->bitmask, &hdr);
1894 encode_restorefh(&xdr, &hdr);
1895 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001896 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001897 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898}
1899
1900/*
1901 * Encode an OPEN_CONFIRM request
1902 */
Al Viro8687b632006-10-19 23:28:48 -07001903static int nfs4_xdr_enc_open_confirm(struct rpc_rqst *req, __be32 *p, struct nfs_open_confirmargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904{
1905 struct xdr_stream xdr;
1906 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05001907 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909
1910 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001911 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001912 encode_putfh(&xdr, args->fh, &hdr);
1913 encode_open_confirm(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001914 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001915 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916}
1917
1918/*
1919 * Encode an OPEN request with no attributes.
1920 */
Al Viro8687b632006-10-19 23:28:48 -07001921static int nfs4_xdr_enc_open_noattr(struct rpc_rqst *req, __be32 *p, struct nfs_openargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922{
1923 struct xdr_stream xdr;
1924 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001925 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927
1928 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001929 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001930 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001931 encode_putfh(&xdr, args->fh, &hdr);
1932 encode_open(&xdr, args, &hdr);
1933 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001934 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001935 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936}
1937
1938/*
1939 * Encode an OPEN_DOWNGRADE request
1940 */
Al Viro8687b632006-10-19 23:28:48 -07001941static int nfs4_xdr_enc_open_downgrade(struct rpc_rqst *req, __be32 *p, struct nfs_closeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942{
1943 struct xdr_stream xdr;
1944 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001945 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947
1948 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001949 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001950 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001951 encode_putfh(&xdr, args->fh, &hdr);
1952 encode_open_downgrade(&xdr, args, &hdr);
1953 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001954 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001955 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956}
1957
1958/*
1959 * Encode a LOCK request
1960 */
Al Viro8687b632006-10-19 23:28:48 -07001961static int nfs4_xdr_enc_lock(struct rpc_rqst *req, __be32 *p, struct nfs_lock_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962{
1963 struct xdr_stream xdr;
1964 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001965 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967
1968 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001969 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001970 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001971 encode_putfh(&xdr, args->fh, &hdr);
1972 encode_lock(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001973 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001974 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975}
1976
1977/*
1978 * Encode a LOCKT request
1979 */
Al Viro8687b632006-10-19 23:28:48 -07001980static int nfs4_xdr_enc_lockt(struct rpc_rqst *req, __be32 *p, struct nfs_lockt_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981{
1982 struct xdr_stream xdr;
1983 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04001984 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986
1987 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04001988 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04001989 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001990 encode_putfh(&xdr, args->fh, &hdr);
1991 encode_lockt(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05001992 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05001993 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994}
1995
1996/*
1997 * Encode a LOCKU request
1998 */
Al Viro8687b632006-10-19 23:28:48 -07001999static int nfs4_xdr_enc_locku(struct rpc_rqst *req, __be32 *p, struct nfs_locku_args *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000{
2001 struct xdr_stream xdr;
2002 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002003 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005
2006 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002007 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002008 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002009 encode_putfh(&xdr, args->fh, &hdr);
2010 encode_locku(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002011 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002012 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013}
2014
2015/*
2016 * Encode a READLINK request
2017 */
Al Viro8687b632006-10-19 23:28:48 -07002018static int nfs4_xdr_enc_readlink(struct rpc_rqst *req, __be32 *p, const struct nfs4_readlink *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019{
2020 struct xdr_stream xdr;
2021 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002022 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024
2025 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002026 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002027 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002028 encode_putfh(&xdr, args->fh, &hdr);
2029 encode_readlink(&xdr, args, req, &hdr);
Trond Myklebuste3a535e2007-07-19 10:03:38 -04002030
Benny Halevy28f56692009-04-01 09:22:09 -04002031 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
Trond Myklebuste3a535e2007-07-19 10:03:38 -04002032 args->pgbase, args->pglen);
Andy Adamsond0179312008-12-23 16:06:17 -05002033 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002034 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035}
2036
2037/*
2038 * Encode a READDIR request
2039 */
Al Viro8687b632006-10-19 23:28:48 -07002040static int nfs4_xdr_enc_readdir(struct rpc_rqst *req, __be32 *p, const struct nfs4_readdir_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041{
2042 struct xdr_stream xdr;
2043 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002044 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046
2047 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002048 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002049 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002050 encode_putfh(&xdr, args->fh, &hdr);
2051 encode_readdir(&xdr, args, req, &hdr);
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002052
Benny Halevy28f56692009-04-01 09:22:09 -04002053 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2, args->pages,
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002054 args->pgbase, args->count);
2055 dprintk("%s: inlined page args = (%u, %p, %u, %u)\n",
Benny Halevy28f56692009-04-01 09:22:09 -04002056 __func__, hdr.replen << 2, args->pages,
Trond Myklebustd6ac02d2007-07-19 10:03:37 -04002057 args->pgbase, args->count);
Andy Adamsond0179312008-12-23 16:06:17 -05002058 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002059 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060}
2061
2062/*
2063 * Encode a READ request
2064 */
Al Viro8687b632006-10-19 23:28:48 -07002065static int nfs4_xdr_enc_read(struct rpc_rqst *req, __be32 *p, struct nfs_readargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067 struct xdr_stream xdr;
2068 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002069 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071
2072 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002073 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002074 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002075 encode_putfh(&xdr, args->fh, &hdr);
2076 encode_read(&xdr, args, &hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077
Benny Halevy28f56692009-04-01 09:22:09 -04002078 xdr_inline_pages(&req->rq_rcv_buf, hdr.replen << 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079 args->pages, args->pgbase, args->count);
\"Talpey, Thomas\4f22ccc2007-09-10 13:44:58 -04002080 req->rq_rcv_buf.flags |= XDRBUF_READ;
Andy Adamsond0179312008-12-23 16:06:17 -05002081 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002082 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083}
2084
2085/*
2086 * Encode an SETATTR request
2087 */
Al Viro8687b632006-10-19 23:28:48 -07002088static int nfs4_xdr_enc_setattr(struct rpc_rqst *req, __be32 *p, struct nfs_setattrargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089{
Andy Adamson05d564f2008-12-23 16:06:15 -05002090 struct xdr_stream xdr;
2091 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002092 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05002093 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094
Andy Adamson05d564f2008-12-23 16:06:15 -05002095 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002096 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002097 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002098 encode_putfh(&xdr, args->fh, &hdr);
2099 encode_setattr(&xdr, args, args->server, &hdr);
2100 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002101 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002102 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103}
2104
2105/*
J. Bruce Fields029d1052005-06-22 17:16:22 +00002106 * Encode a GETACL request
2107 */
2108static int
Al Viro8687b632006-10-19 23:28:48 -07002109nfs4_xdr_enc_getacl(struct rpc_rqst *req, __be32 *p,
J. Bruce Fields029d1052005-06-22 17:16:22 +00002110 struct nfs_getaclargs *args)
2111{
2112 struct xdr_stream xdr;
J. Bruce Fields029d1052005-06-22 17:16:22 +00002113 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002114 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
J. Bruce Fields029d1052005-06-22 17:16:22 +00002115 };
Benny Halevy28f56692009-04-01 09:22:09 -04002116 uint32_t replen;
J. Bruce Fields029d1052005-06-22 17:16:22 +00002117
2118 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002119 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002120 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002121 encode_putfh(&xdr, args->fh, &hdr);
Benny Halevy28f56692009-04-01 09:22:09 -04002122 replen = hdr.replen + nfs4_fattr_bitmap_maxsz + 1;
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002123 encode_getattr_two(&xdr, FATTR4_WORD0_ACL, 0, &hdr);
2124
Benny Halevy28f56692009-04-01 09:22:09 -04002125 xdr_inline_pages(&req->rq_rcv_buf, replen << 2,
J. Bruce Fields029d1052005-06-22 17:16:22 +00002126 args->acl_pages, args->acl_pgbase, args->acl_len);
Andy Adamsond0179312008-12-23 16:06:17 -05002127 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002128 return 0;
J. Bruce Fields029d1052005-06-22 17:16:22 +00002129}
2130
2131/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132 * Encode a WRITE request
2133 */
Al Viro8687b632006-10-19 23:28:48 -07002134static int nfs4_xdr_enc_write(struct rpc_rqst *req, __be32 *p, struct nfs_writeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135{
2136 struct xdr_stream xdr;
2137 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002138 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140
2141 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002142 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002143 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002144 encode_putfh(&xdr, args->fh, &hdr);
2145 encode_write(&xdr, args, &hdr);
\"Talpey, Thomas\4f22ccc2007-09-10 13:44:58 -04002146 req->rq_snd_buf.flags |= XDRBUF_WRITE;
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002147 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002148 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002149 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150}
2151
2152/*
2153 * a COMMIT request
2154 */
Al Viro8687b632006-10-19 23:28:48 -07002155static int nfs4_xdr_enc_commit(struct rpc_rqst *req, __be32 *p, struct nfs_writeargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156{
2157 struct xdr_stream xdr;
2158 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002159 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161
2162 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002163 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002164 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002165 encode_putfh(&xdr, args->fh, &hdr);
2166 encode_commit(&xdr, args, &hdr);
2167 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002168 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002169 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170}
2171
2172/*
2173 * FSINFO request
2174 */
Al Viro8687b632006-10-19 23:28:48 -07002175static int nfs4_xdr_enc_fsinfo(struct rpc_rqst *req, __be32 *p, struct nfs4_fsinfo_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176{
2177 struct xdr_stream xdr;
2178 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002179 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181
2182 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002183 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002184 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002185 encode_putfh(&xdr, args->fh, &hdr);
2186 encode_fsinfo(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002187 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002188 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189}
2190
2191/*
2192 * a PATHCONF request
2193 */
Al Viro8687b632006-10-19 23:28:48 -07002194static int nfs4_xdr_enc_pathconf(struct rpc_rqst *req, __be32 *p, const struct nfs4_pathconf_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196 struct xdr_stream xdr;
2197 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002198 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200
2201 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002202 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002203 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002204 encode_putfh(&xdr, args->fh, &hdr);
2205 encode_getattr_one(&xdr, args->bitmask[0] & nfs4_pathconf_bitmap[0],
2206 &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002207 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002208 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209}
2210
2211/*
2212 * a STATFS request
2213 */
Al Viro8687b632006-10-19 23:28:48 -07002214static int nfs4_xdr_enc_statfs(struct rpc_rqst *req, __be32 *p, const struct nfs4_statfs_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216 struct xdr_stream xdr;
2217 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002218 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220
2221 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002222 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002223 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002224 encode_putfh(&xdr, args->fh, &hdr);
2225 encode_getattr_two(&xdr, args->bitmask[0] & nfs4_statfs_bitmap[0],
2226 args->bitmask[1] & nfs4_statfs_bitmap[1], &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002227 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002228 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229}
2230
2231/*
2232 * GETATTR_BITMAP request
2233 */
Benny Halevy43652ad2009-04-01 09:21:54 -04002234static int nfs4_xdr_enc_server_caps(struct rpc_rqst *req, __be32 *p,
2235 struct nfs4_server_caps_arg *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236{
2237 struct xdr_stream xdr;
2238 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002239 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241
2242 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002243 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002244 encode_sequence(&xdr, &args->seq_args, &hdr);
Benny Halevy43652ad2009-04-01 09:21:54 -04002245 encode_putfh(&xdr, args->fhandle, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002246 encode_getattr_one(&xdr, FATTR4_WORD0_SUPPORTED_ATTRS|
2247 FATTR4_WORD0_LINK_SUPPORT|
2248 FATTR4_WORD0_SYMLINK_SUPPORT|
2249 FATTR4_WORD0_ACLSUPPORT, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002250 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002251 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252}
2253
2254/*
2255 * a RENEW request
2256 */
Al Viro8687b632006-10-19 23:28:48 -07002257static int nfs4_xdr_enc_renew(struct rpc_rqst *req, __be32 *p, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258{
2259 struct xdr_stream xdr;
2260 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002261 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262 };
2263
2264 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002265 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002266 encode_renew(&xdr, clp, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002267 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002268 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269}
2270
2271/*
2272 * a SETCLIENTID request
2273 */
Al Viro8687b632006-10-19 23:28:48 -07002274static int nfs4_xdr_enc_setclientid(struct rpc_rqst *req, __be32 *p, struct nfs4_setclientid *sc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275{
2276 struct xdr_stream xdr;
2277 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002278 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279 };
2280
2281 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002282 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002283 encode_setclientid(&xdr, sc, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002284 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002285 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286}
2287
2288/*
2289 * a SETCLIENTID_CONFIRM request
2290 */
Al Viro8687b632006-10-19 23:28:48 -07002291static int nfs4_xdr_enc_setclientid_confirm(struct rpc_rqst *req, __be32 *p, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292{
2293 struct xdr_stream xdr;
2294 struct compound_hdr hdr = {
Andy Adamsond0179312008-12-23 16:06:17 -05002295 .nops = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296 };
2297 const u32 lease_bitmap[2] = { FATTR4_WORD0_LEASE_TIME, 0 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298
2299 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002300 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002301 encode_setclientid_confirm(&xdr, clp, &hdr);
2302 encode_putrootfh(&xdr, &hdr);
2303 encode_fsinfo(&xdr, lease_bitmap, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002304 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002305 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306}
2307
2308/*
2309 * DELEGRETURN request
2310 */
Al Viro8687b632006-10-19 23:28:48 -07002311static int nfs4_xdr_enc_delegreturn(struct rpc_rqst *req, __be32 *p, const struct nfs4_delegreturnargs *args)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312{
2313 struct xdr_stream xdr;
2314 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002315 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317
2318 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002319 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002320 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002321 encode_putfh(&xdr, args->fhandle, &hdr);
2322 encode_delegreturn(&xdr, args->stateid, &hdr);
2323 encode_getfattr(&xdr, args->bitmask, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05002324 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002325 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326}
2327
2328/*
Trond Myklebust683b57b2006-06-09 09:34:22 -04002329 * Encode FS_LOCATIONS request
2330 */
Al Viro8687b632006-10-19 23:28:48 -07002331static 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 -04002332{
2333 struct xdr_stream xdr;
2334 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04002335 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Trond Myklebust683b57b2006-06-09 09:34:22 -04002336 };
Benny Halevy28f56692009-04-01 09:22:09 -04002337 uint32_t replen;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002338
2339 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04002340 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04002341 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002342 encode_putfh(&xdr, args->dir_fh, &hdr);
2343 encode_lookup(&xdr, args->name, &hdr);
Benny Halevy28f56692009-04-01 09:22:09 -04002344 replen = hdr.replen; /* get the attribute into args->page */
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002345 encode_fs_locations(&xdr, args->bitmask, &hdr);
2346
Benny Halevy28f56692009-04-01 09:22:09 -04002347 xdr_inline_pages(&req->rq_rcv_buf, replen << 2, &args->page,
Trond Myklebust683b57b2006-06-09 09:34:22 -04002348 0, PAGE_SIZE);
Andy Adamsond0179312008-12-23 16:06:17 -05002349 encode_nops(&hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05002350 return 0;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002351}
2352
Benny Halevy99fe60d2009-04-01 09:22:29 -04002353#if defined(CONFIG_NFS_V4_1)
2354/*
2355 * EXCHANGE_ID request
2356 */
2357static int nfs4_xdr_enc_exchange_id(struct rpc_rqst *req, uint32_t *p,
2358 struct nfs41_exchange_id_args *args)
2359{
2360 struct xdr_stream xdr;
2361 struct compound_hdr hdr = {
2362 .minorversion = args->client->cl_minorversion,
2363 };
2364
2365 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2366 encode_compound_hdr(&xdr, req, &hdr);
2367 encode_exchange_id(&xdr, args, &hdr);
2368 encode_nops(&hdr);
2369 return 0;
2370}
Andy Adamson2050f0c2009-04-01 09:22:30 -04002371
2372/*
Andy Adamsonfc931582009-04-01 09:22:31 -04002373 * a CREATE_SESSION request
2374 */
2375static int nfs4_xdr_enc_create_session(struct rpc_rqst *req, uint32_t *p,
2376 struct nfs41_create_session_args *args)
2377{
2378 struct xdr_stream xdr;
2379 struct compound_hdr hdr = {
2380 .minorversion = args->client->cl_minorversion,
2381 };
2382
2383 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2384 encode_compound_hdr(&xdr, req, &hdr);
2385 encode_create_session(&xdr, args, &hdr);
2386 encode_nops(&hdr);
2387 return 0;
2388}
2389
2390/*
Andy Adamson0f3e66c2009-04-01 09:22:34 -04002391 * a DESTROY_SESSION request
2392 */
2393static int nfs4_xdr_enc_destroy_session(struct rpc_rqst *req, uint32_t *p,
2394 struct nfs4_session *session)
2395{
2396 struct xdr_stream xdr;
2397 struct compound_hdr hdr = {
2398 .minorversion = session->clp->cl_minorversion,
2399 };
2400
2401 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2402 encode_compound_hdr(&xdr, req, &hdr);
2403 encode_destroy_session(&xdr, session, &hdr);
2404 encode_nops(&hdr);
2405 return 0;
2406}
2407
2408/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04002409 * a SEQUENCE request
2410 */
2411static int nfs4_xdr_enc_sequence(struct rpc_rqst *req, uint32_t *p,
2412 struct nfs4_sequence_args *args)
2413{
2414 struct xdr_stream xdr;
2415 struct compound_hdr hdr = {
2416 .minorversion = nfs4_xdr_minorversion(args),
2417 };
2418
2419 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2420 encode_compound_hdr(&xdr, req, &hdr);
2421 encode_sequence(&xdr, args, &hdr);
2422 encode_nops(&hdr);
2423 return 0;
2424}
2425
2426/*
Andy Adamson2050f0c2009-04-01 09:22:30 -04002427 * a GET_LEASE_TIME request
2428 */
2429static int nfs4_xdr_enc_get_lease_time(struct rpc_rqst *req, uint32_t *p,
2430 struct nfs4_get_lease_time_args *args)
2431{
2432 struct xdr_stream xdr;
2433 struct compound_hdr hdr = {
2434 .minorversion = nfs4_xdr_minorversion(&args->la_seq_args),
2435 };
2436 const u32 lease_bitmap[2] = { FATTR4_WORD0_LEASE_TIME, 0 };
2437
2438 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
2439 encode_compound_hdr(&xdr, req, &hdr);
2440 encode_sequence(&xdr, &args->la_seq_args, &hdr);
2441 encode_putrootfh(&xdr, &hdr);
2442 encode_fsinfo(&xdr, lease_bitmap, &hdr);
2443 encode_nops(&hdr);
2444 return 0;
2445}
Benny Halevy99fe60d2009-04-01 09:22:29 -04002446#endif /* CONFIG_NFS_V4_1 */
2447
Trond Myklebust683b57b2006-06-09 09:34:22 -04002448/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449 * START OF "GENERIC" DECODE ROUTINES.
2450 * These may look a little ugly since they are imported from a "generic"
2451 * set of XDR encode/decode routines which are intended to be shared by
2452 * all of our NFSv4 implementations (OpenBSD, MacOS X...).
2453 *
2454 * If the pain of reading these is too great, it should be a straightforward
2455 * task to translate them into Linux-specific versions which are more
2456 * consistent with the style used in NFSv2/v3...
2457 */
2458#define READ32(x) (x) = ntohl(*p++)
2459#define READ64(x) do { \
2460 (x) = (u64)ntohl(*p++) << 32; \
2461 (x) |= ntohl(*p++); \
2462} while (0)
2463#define READTIME(x) do { \
2464 p++; \
2465 (x.tv_sec) = ntohl(*p++); \
2466 (x.tv_nsec) = ntohl(*p++); \
2467} while (0)
2468#define COPYMEM(x,nbytes) do { \
2469 memcpy((x), p, nbytes); \
2470 p += XDR_QUADLEN(nbytes); \
2471} while (0)
2472
2473#define READ_BUF(nbytes) do { \
2474 p = xdr_inline_decode(xdr, nbytes); \
Chuck Levere4cc6ee2007-05-08 18:23:28 -04002475 if (unlikely(!p)) { \
Chuck Leverfe82a182007-09-11 18:01:10 -04002476 dprintk("nfs: %s: prematurely hit end of receive" \
Harvey Harrison3110ff82008-05-02 13:42:44 -07002477 " buffer\n", __func__); \
Chuck Leverfe82a182007-09-11 18:01:10 -04002478 dprintk("nfs: %s: xdr->p=%p, bytes=%u, xdr->end=%p\n", \
Harvey Harrison3110ff82008-05-02 13:42:44 -07002479 __func__, xdr->p, nbytes, xdr->end); \
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480 return -EIO; \
2481 } \
2482} while (0)
2483
Trond Myklebust683b57b2006-06-09 09:34:22 -04002484static int decode_opaque_inline(struct xdr_stream *xdr, unsigned int *len, char **string)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485{
Al Viro8687b632006-10-19 23:28:48 -07002486 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487
2488 READ_BUF(4);
2489 READ32(*len);
2490 READ_BUF(*len);
2491 *string = (char *)p;
2492 return 0;
2493}
2494
2495static int decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr)
2496{
Al Viro8687b632006-10-19 23:28:48 -07002497 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498
2499 READ_BUF(8);
2500 READ32(hdr->status);
2501 READ32(hdr->taglen);
Andy Adamson6c0195a2008-12-23 16:06:15 -05002502
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 READ_BUF(hdr->taglen + 4);
2504 hdr->tag = (char *)p;
2505 p += XDR_QUADLEN(hdr->taglen);
2506 READ32(hdr->nops);
Benny Halevyaadf6152008-12-23 16:06:13 -05002507 if (unlikely(hdr->nops < 1))
2508 return nfs4_stat_to_errno(hdr->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509 return 0;
2510}
2511
2512static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)
2513{
Al Viro8687b632006-10-19 23:28:48 -07002514 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515 uint32_t opnum;
2516 int32_t nfserr;
2517
2518 READ_BUF(8);
2519 READ32(opnum);
2520 if (opnum != expected) {
Chuck Leverfe82a182007-09-11 18:01:10 -04002521 dprintk("nfs: Server returned operation"
2522 " %d but we issued a request for %d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523 opnum, expected);
2524 return -EIO;
2525 }
2526 READ32(nfserr);
2527 if (nfserr != NFS_OK)
Benny Halevy856dff32008-03-31 17:39:06 +03002528 return nfs4_stat_to_errno(nfserr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529 return 0;
2530}
2531
2532/* Dummy routine */
David Howellsadfa6f92006-08-22 20:06:08 -04002533static int decode_ace(struct xdr_stream *xdr, void *ace, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534{
Al Viro8687b632006-10-19 23:28:48 -07002535 __be32 *p;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002536 unsigned int strlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537 char *str;
2538
2539 READ_BUF(12);
2540 return decode_opaque_inline(xdr, &strlen, &str);
2541}
2542
2543static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap)
2544{
Al Viro8687b632006-10-19 23:28:48 -07002545 uint32_t bmlen;
2546 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547
2548 READ_BUF(4);
2549 READ32(bmlen);
2550
2551 bitmap[0] = bitmap[1] = 0;
2552 READ_BUF((bmlen << 2));
2553 if (bmlen > 0) {
2554 READ32(bitmap[0]);
2555 if (bmlen > 1)
2556 READ32(bitmap[1]);
2557 }
2558 return 0;
2559}
2560
Al Viro8687b632006-10-19 23:28:48 -07002561static inline int decode_attr_length(struct xdr_stream *xdr, uint32_t *attrlen, __be32 **savep)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562{
Al Viro8687b632006-10-19 23:28:48 -07002563 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564
2565 READ_BUF(4);
2566 READ32(*attrlen);
2567 *savep = xdr->p;
2568 return 0;
2569}
2570
2571static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask)
2572{
2573 if (likely(bitmap[0] & FATTR4_WORD0_SUPPORTED_ATTRS)) {
2574 decode_attr_bitmap(xdr, bitmask);
2575 bitmap[0] &= ~FATTR4_WORD0_SUPPORTED_ATTRS;
2576 } else
2577 bitmask[0] = bitmask[1] = 0;
Fred Isaman44109242008-04-02 15:21:15 +03002578 dprintk("%s: bitmask=%08x:%08x\n", __func__, bitmask[0], bitmask[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579 return 0;
2580}
2581
2582static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type)
2583{
Al Viro8687b632006-10-19 23:28:48 -07002584 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002585 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586
2587 *type = 0;
2588 if (unlikely(bitmap[0] & (FATTR4_WORD0_TYPE - 1U)))
2589 return -EIO;
2590 if (likely(bitmap[0] & FATTR4_WORD0_TYPE)) {
2591 READ_BUF(4);
2592 READ32(*type);
2593 if (*type < NF4REG || *type > NF4NAMEDATTR) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07002594 dprintk("%s: bad type %d\n", __func__, *type);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595 return -EIO;
2596 }
2597 bitmap[0] &= ~FATTR4_WORD0_TYPE;
Trond Myklebust409924e2009-03-11 14:10:27 -04002598 ret = NFS_ATTR_FATTR_TYPE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 }
Trond Myklebustbca79472009-03-11 14:10:26 -04002600 dprintk("%s: type=0%o\n", __func__, nfs_type2fmt[*type]);
Trond Myklebust409924e2009-03-11 14:10:27 -04002601 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602}
2603
2604static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change)
2605{
Al Viro8687b632006-10-19 23:28:48 -07002606 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002607 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608
2609 *change = 0;
2610 if (unlikely(bitmap[0] & (FATTR4_WORD0_CHANGE - 1U)))
2611 return -EIO;
2612 if (likely(bitmap[0] & FATTR4_WORD0_CHANGE)) {
2613 READ_BUF(8);
2614 READ64(*change);
2615 bitmap[0] &= ~FATTR4_WORD0_CHANGE;
Trond Myklebust409924e2009-03-11 14:10:27 -04002616 ret = NFS_ATTR_FATTR_CHANGE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002618 dprintk("%s: change attribute=%Lu\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619 (unsigned long long)*change);
Trond Myklebust409924e2009-03-11 14:10:27 -04002620 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621}
2622
2623static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size)
2624{
Al Viro8687b632006-10-19 23:28:48 -07002625 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002626 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627
2628 *size = 0;
2629 if (unlikely(bitmap[0] & (FATTR4_WORD0_SIZE - 1U)))
2630 return -EIO;
2631 if (likely(bitmap[0] & FATTR4_WORD0_SIZE)) {
2632 READ_BUF(8);
2633 READ64(*size);
2634 bitmap[0] &= ~FATTR4_WORD0_SIZE;
Trond Myklebust409924e2009-03-11 14:10:27 -04002635 ret = NFS_ATTR_FATTR_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002637 dprintk("%s: file size=%Lu\n", __func__, (unsigned long long)*size);
Trond Myklebust409924e2009-03-11 14:10:27 -04002638 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639}
2640
2641static int decode_attr_link_support(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2642{
Al Viro8687b632006-10-19 23:28:48 -07002643 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644
2645 *res = 0;
2646 if (unlikely(bitmap[0] & (FATTR4_WORD0_LINK_SUPPORT - 1U)))
2647 return -EIO;
2648 if (likely(bitmap[0] & FATTR4_WORD0_LINK_SUPPORT)) {
2649 READ_BUF(4);
2650 READ32(*res);
2651 bitmap[0] &= ~FATTR4_WORD0_LINK_SUPPORT;
2652 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002653 dprintk("%s: link support=%s\n", __func__, *res == 0 ? "false" : "true");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654 return 0;
2655}
2656
2657static int decode_attr_symlink_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_SYMLINK_SUPPORT - 1U)))
2663 return -EIO;
2664 if (likely(bitmap[0] & FATTR4_WORD0_SYMLINK_SUPPORT)) {
2665 READ_BUF(4);
2666 READ32(*res);
2667 bitmap[0] &= ~FATTR4_WORD0_SYMLINK_SUPPORT;
2668 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002669 dprintk("%s: symlink support=%s\n", __func__, *res == 0 ? "false" : "true");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670 return 0;
2671}
2672
Trond Myklebust8b4bdcf2006-06-09 09:34:19 -04002673static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674{
Al Viro8687b632006-10-19 23:28:48 -07002675 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002676 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677
2678 fsid->major = 0;
2679 fsid->minor = 0;
2680 if (unlikely(bitmap[0] & (FATTR4_WORD0_FSID - 1U)))
2681 return -EIO;
2682 if (likely(bitmap[0] & FATTR4_WORD0_FSID)) {
2683 READ_BUF(16);
2684 READ64(fsid->major);
2685 READ64(fsid->minor);
2686 bitmap[0] &= ~FATTR4_WORD0_FSID;
Trond Myklebust409924e2009-03-11 14:10:27 -04002687 ret = NFS_ATTR_FATTR_FSID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002689 dprintk("%s: fsid=(0x%Lx/0x%Lx)\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690 (unsigned long long)fsid->major,
2691 (unsigned long long)fsid->minor);
Trond Myklebust409924e2009-03-11 14:10:27 -04002692 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693}
2694
2695static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2696{
Al Viro8687b632006-10-19 23:28:48 -07002697 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698
2699 *res = 60;
2700 if (unlikely(bitmap[0] & (FATTR4_WORD0_LEASE_TIME - 1U)))
2701 return -EIO;
2702 if (likely(bitmap[0] & FATTR4_WORD0_LEASE_TIME)) {
2703 READ_BUF(4);
2704 READ32(*res);
2705 bitmap[0] &= ~FATTR4_WORD0_LEASE_TIME;
2706 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002707 dprintk("%s: file size=%u\n", __func__, (unsigned int)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708 return 0;
2709}
2710
2711static int decode_attr_aclsupport(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 = ACL4_SUPPORT_ALLOW_ACL|ACL4_SUPPORT_DENY_ACL;
2716 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U)))
2717 return -EIO;
2718 if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) {
2719 READ_BUF(4);
2720 READ32(*res);
2721 bitmap[0] &= ~FATTR4_WORD0_ACLSUPPORT;
2722 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002723 dprintk("%s: ACLs supported=%u\n", __func__, (unsigned int)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724 return 0;
2725}
2726
2727static int decode_attr_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
2728{
Al Viro8687b632006-10-19 23:28:48 -07002729 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002730 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731
2732 *fileid = 0;
2733 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILEID - 1U)))
2734 return -EIO;
2735 if (likely(bitmap[0] & FATTR4_WORD0_FILEID)) {
2736 READ_BUF(8);
2737 READ64(*fileid);
2738 bitmap[0] &= ~FATTR4_WORD0_FILEID;
Trond Myklebust409924e2009-03-11 14:10:27 -04002739 ret = NFS_ATTR_FATTR_FILEID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002741 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
Trond Myklebust409924e2009-03-11 14:10:27 -04002742 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743}
2744
Manoj Naik99baf622006-06-09 09:34:24 -04002745static int decode_attr_mounted_on_fileid(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *fileid)
2746{
Al Viro8687b632006-10-19 23:28:48 -07002747 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04002748 int ret = 0;
Manoj Naik99baf622006-06-09 09:34:24 -04002749
2750 *fileid = 0;
2751 if (unlikely(bitmap[1] & (FATTR4_WORD1_MOUNTED_ON_FILEID - 1U)))
2752 return -EIO;
2753 if (likely(bitmap[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)) {
2754 READ_BUF(8);
2755 READ64(*fileid);
2756 bitmap[1] &= ~FATTR4_WORD1_MOUNTED_ON_FILEID;
Trond Myklebust409924e2009-03-11 14:10:27 -04002757 ret = NFS_ATTR_FATTR_FILEID;
Manoj Naik99baf622006-06-09 09:34:24 -04002758 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002759 dprintk("%s: fileid=%Lu\n", __func__, (unsigned long long)*fileid);
Trond Myklebust409924e2009-03-11 14:10:27 -04002760 return ret;
Manoj Naik99baf622006-06-09 09:34:24 -04002761}
2762
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763static int decode_attr_files_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
2764{
Al Viro8687b632006-10-19 23:28:48 -07002765 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766 int status = 0;
2767
2768 *res = 0;
2769 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_AVAIL - 1U)))
2770 return -EIO;
2771 if (likely(bitmap[0] & FATTR4_WORD0_FILES_AVAIL)) {
2772 READ_BUF(8);
2773 READ64(*res);
2774 bitmap[0] &= ~FATTR4_WORD0_FILES_AVAIL;
2775 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002776 dprintk("%s: files avail=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777 return status;
2778}
2779
2780static int decode_attr_files_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
2781{
Al Viro8687b632006-10-19 23:28:48 -07002782 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783 int status = 0;
2784
2785 *res = 0;
2786 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_FREE - 1U)))
2787 return -EIO;
2788 if (likely(bitmap[0] & FATTR4_WORD0_FILES_FREE)) {
2789 READ_BUF(8);
2790 READ64(*res);
2791 bitmap[0] &= ~FATTR4_WORD0_FILES_FREE;
2792 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002793 dprintk("%s: files free=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794 return status;
2795}
2796
2797static int decode_attr_files_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
2798{
Al Viro8687b632006-10-19 23:28:48 -07002799 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800 int status = 0;
2801
2802 *res = 0;
2803 if (unlikely(bitmap[0] & (FATTR4_WORD0_FILES_TOTAL - 1U)))
2804 return -EIO;
2805 if (likely(bitmap[0] & FATTR4_WORD0_FILES_TOTAL)) {
2806 READ_BUF(8);
2807 READ64(*res);
2808 bitmap[0] &= ~FATTR4_WORD0_FILES_TOTAL;
2809 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002810 dprintk("%s: files total=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811 return status;
2812}
2813
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002814static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path)
2815{
Chuck Lever464ad6b2007-10-26 13:32:08 -04002816 u32 n;
Al Viro8687b632006-10-19 23:28:48 -07002817 __be32 *p;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002818 int status = 0;
2819
2820 READ_BUF(4);
2821 READ32(n);
Andy Adamson33a43f22006-06-09 09:34:30 -04002822 if (n == 0)
2823 goto root_path;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002824 dprintk("path ");
2825 path->ncomponents = 0;
2826 while (path->ncomponents < n) {
2827 struct nfs4_string *component = &path->components[path->ncomponents];
2828 status = decode_opaque_inline(xdr, &component->len, &component->data);
2829 if (unlikely(status != 0))
2830 goto out_eio;
2831 if (path->ncomponents != n)
2832 dprintk("/");
2833 dprintk("%s", component->data);
2834 if (path->ncomponents < NFS4_PATHNAME_MAXCOMPONENTS)
2835 path->ncomponents++;
2836 else {
2837 dprintk("cannot parse %d components in path\n", n);
2838 goto out_eio;
2839 }
2840 }
2841out:
2842 dprintk("\n");
2843 return status;
Andy Adamson33a43f22006-06-09 09:34:30 -04002844root_path:
2845/* a root pathname is sent as a zero component4 */
2846 path->ncomponents = 1;
2847 path->components[0].len=0;
2848 path->components[0].data=NULL;
2849 dprintk("path /\n");
2850 goto out;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002851out_eio:
2852 dprintk(" status %d", status);
2853 status = -EIO;
2854 goto out;
2855}
2856
2857static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locations *res)
Trond Myklebust683b57b2006-06-09 09:34:22 -04002858{
2859 int n;
Al Viro8687b632006-10-19 23:28:48 -07002860 __be32 *p;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002861 int status = -EIO;
2862
2863 if (unlikely(bitmap[0] & (FATTR4_WORD0_FS_LOCATIONS -1U)))
2864 goto out;
2865 status = 0;
2866 if (unlikely(!(bitmap[0] & FATTR4_WORD0_FS_LOCATIONS)))
2867 goto out;
Harvey Harrison3110ff82008-05-02 13:42:44 -07002868 dprintk("%s: fsroot ", __func__);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002869 status = decode_pathname(xdr, &res->fs_path);
Trond Myklebust683b57b2006-06-09 09:34:22 -04002870 if (unlikely(status != 0))
2871 goto out;
2872 READ_BUF(4);
2873 READ32(n);
2874 if (n <= 0)
2875 goto out_eio;
2876 res->nlocations = 0;
2877 while (res->nlocations < n) {
Chuck Lever464ad6b2007-10-26 13:32:08 -04002878 u32 m;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002879 struct nfs4_fs_location *loc = &res->locations[res->nlocations];
Trond Myklebust683b57b2006-06-09 09:34:22 -04002880
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002881 READ_BUF(4);
2882 READ32(m);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002883
2884 loc->nservers = 0;
Harvey Harrison3110ff82008-05-02 13:42:44 -07002885 dprintk("%s: servers ", __func__);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002886 while (loc->nservers < m) {
2887 struct nfs4_string *server = &loc->servers[loc->nservers];
2888 status = decode_opaque_inline(xdr, &server->len, &server->data);
2889 if (unlikely(status != 0))
2890 goto out_eio;
2891 dprintk("%s ", server->data);
2892 if (loc->nservers < NFS4_FS_LOCATION_MAXSERVERS)
2893 loc->nservers++;
2894 else {
Chuck Lever464ad6b2007-10-26 13:32:08 -04002895 unsigned int i;
2896 dprintk("%s: using first %u of %u servers "
2897 "returned for location %u\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07002898 __func__,
Chuck Lever464ad6b2007-10-26 13:32:08 -04002899 NFS4_FS_LOCATION_MAXSERVERS,
2900 m, res->nlocations);
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002901 for (i = loc->nservers; i < m; i++) {
Trond Myklebust2e42c3e2007-05-14 17:20:41 -04002902 unsigned int len;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002903 char *data;
2904 status = decode_opaque_inline(xdr, &len, &data);
2905 if (unlikely(status != 0))
2906 goto out_eio;
2907 }
2908 }
2909 }
2910 status = decode_pathname(xdr, &loc->rootpath);
Trond Myklebust683b57b2006-06-09 09:34:22 -04002911 if (unlikely(status != 0))
2912 goto out_eio;
Manoj Naik7aaa0b32006-06-09 09:34:23 -04002913 if (res->nlocations < NFS4_FS_LOCATIONS_MAXENTRIES)
Trond Myklebust683b57b2006-06-09 09:34:22 -04002914 res->nlocations++;
2915 }
Trond Myklebust409924e2009-03-11 14:10:27 -04002916 if (res->nlocations != 0)
2917 status = NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust683b57b2006-06-09 09:34:22 -04002918out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07002919 dprintk("%s: fs_locations done, error = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04002920 return status;
2921out_eio:
2922 status = -EIO;
2923 goto out;
2924}
2925
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926static int decode_attr_maxfilesize(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
2927{
Al Viro8687b632006-10-19 23:28:48 -07002928 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929 int status = 0;
2930
2931 *res = 0;
2932 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXFILESIZE - 1U)))
2933 return -EIO;
2934 if (likely(bitmap[0] & FATTR4_WORD0_MAXFILESIZE)) {
2935 READ_BUF(8);
2936 READ64(*res);
2937 bitmap[0] &= ~FATTR4_WORD0_MAXFILESIZE;
2938 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002939 dprintk("%s: maxfilesize=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940 return status;
2941}
2942
2943static int decode_attr_maxlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxlink)
2944{
Al Viro8687b632006-10-19 23:28:48 -07002945 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946 int status = 0;
2947
2948 *maxlink = 1;
2949 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXLINK - 1U)))
2950 return -EIO;
2951 if (likely(bitmap[0] & FATTR4_WORD0_MAXLINK)) {
2952 READ_BUF(4);
2953 READ32(*maxlink);
2954 bitmap[0] &= ~FATTR4_WORD0_MAXLINK;
2955 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002956 dprintk("%s: maxlink=%u\n", __func__, *maxlink);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957 return status;
2958}
2959
2960static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname)
2961{
Al Viro8687b632006-10-19 23:28:48 -07002962 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963 int status = 0;
2964
2965 *maxname = 1024;
2966 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXNAME - 1U)))
2967 return -EIO;
2968 if (likely(bitmap[0] & FATTR4_WORD0_MAXNAME)) {
2969 READ_BUF(4);
2970 READ32(*maxname);
2971 bitmap[0] &= ~FATTR4_WORD0_MAXNAME;
2972 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002973 dprintk("%s: maxname=%u\n", __func__, *maxname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974 return status;
2975}
2976
2977static int decode_attr_maxread(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2978{
Al Viro8687b632006-10-19 23:28:48 -07002979 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980 int status = 0;
2981
2982 *res = 1024;
2983 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXREAD - 1U)))
2984 return -EIO;
2985 if (likely(bitmap[0] & FATTR4_WORD0_MAXREAD)) {
2986 uint64_t maxread;
2987 READ_BUF(8);
2988 READ64(maxread);
2989 if (maxread > 0x7FFFFFFF)
2990 maxread = 0x7FFFFFFF;
2991 *res = (uint32_t)maxread;
2992 bitmap[0] &= ~FATTR4_WORD0_MAXREAD;
2993 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07002994 dprintk("%s: maxread=%lu\n", __func__, (unsigned long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995 return status;
2996}
2997
2998static int decode_attr_maxwrite(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *res)
2999{
Al Viro8687b632006-10-19 23:28:48 -07003000 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001 int status = 0;
3002
3003 *res = 1024;
3004 if (unlikely(bitmap[0] & (FATTR4_WORD0_MAXWRITE - 1U)))
3005 return -EIO;
3006 if (likely(bitmap[0] & FATTR4_WORD0_MAXWRITE)) {
3007 uint64_t maxwrite;
3008 READ_BUF(8);
3009 READ64(maxwrite);
3010 if (maxwrite > 0x7FFFFFFF)
3011 maxwrite = 0x7FFFFFFF;
3012 *res = (uint32_t)maxwrite;
3013 bitmap[0] &= ~FATTR4_WORD0_MAXWRITE;
3014 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003015 dprintk("%s: maxwrite=%lu\n", __func__, (unsigned long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016 return status;
3017}
3018
Trond Myklebustbca79472009-03-11 14:10:26 -04003019static int decode_attr_mode(struct xdr_stream *xdr, uint32_t *bitmap, umode_t *mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020{
Trond Myklebustbca79472009-03-11 14:10:26 -04003021 uint32_t tmp;
Al Viro8687b632006-10-19 23:28:48 -07003022 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003023 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024
3025 *mode = 0;
3026 if (unlikely(bitmap[1] & (FATTR4_WORD1_MODE - 1U)))
3027 return -EIO;
3028 if (likely(bitmap[1] & FATTR4_WORD1_MODE)) {
3029 READ_BUF(4);
Trond Myklebustbca79472009-03-11 14:10:26 -04003030 READ32(tmp);
3031 *mode = tmp & ~S_IFMT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032 bitmap[1] &= ~FATTR4_WORD1_MODE;
Trond Myklebust409924e2009-03-11 14:10:27 -04003033 ret = NFS_ATTR_FATTR_MODE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003035 dprintk("%s: file mode=0%o\n", __func__, (unsigned int)*mode);
Trond Myklebust409924e2009-03-11 14:10:27 -04003036 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037}
3038
3039static int decode_attr_nlink(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *nlink)
3040{
Al Viro8687b632006-10-19 23:28:48 -07003041 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003042 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043
3044 *nlink = 1;
3045 if (unlikely(bitmap[1] & (FATTR4_WORD1_NUMLINKS - 1U)))
3046 return -EIO;
3047 if (likely(bitmap[1] & FATTR4_WORD1_NUMLINKS)) {
3048 READ_BUF(4);
3049 READ32(*nlink);
3050 bitmap[1] &= ~FATTR4_WORD1_NUMLINKS;
Trond Myklebust409924e2009-03-11 14:10:27 -04003051 ret = NFS_ATTR_FATTR_NLINK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003053 dprintk("%s: nlink=%u\n", __func__, (unsigned int)*nlink);
Trond Myklebust409924e2009-03-11 14:10:27 -04003054 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055}
3056
Trond Myklebust2e42c3e2007-05-14 17:20:41 -04003057static 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 -07003058{
Al Viro8687b632006-10-19 23:28:48 -07003059 uint32_t len;
3060 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003061 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062
3063 *uid = -2;
3064 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER - 1U)))
3065 return -EIO;
3066 if (likely(bitmap[1] & FATTR4_WORD1_OWNER)) {
3067 READ_BUF(4);
3068 READ32(len);
3069 READ_BUF(len);
3070 if (len < XDR_MAX_NETOBJ) {
Trond Myklebust409924e2009-03-11 14:10:27 -04003071 if (nfs_map_name_to_uid(clp, (char *)p, len, uid) == 0)
3072 ret = NFS_ATTR_FATTR_OWNER;
3073 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074 dprintk("%s: nfs_map_name_to_uid failed!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003075 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076 } else
Chuck Leverfe82a182007-09-11 18:01:10 -04003077 dprintk("%s: name too long (%u)!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003078 __func__, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079 bitmap[1] &= ~FATTR4_WORD1_OWNER;
3080 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003081 dprintk("%s: uid=%d\n", __func__, (int)*uid);
Trond Myklebust409924e2009-03-11 14:10:27 -04003082 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083}
3084
Trond Myklebust2e42c3e2007-05-14 17:20:41 -04003085static 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 -07003086{
Al Viro8687b632006-10-19 23:28:48 -07003087 uint32_t len;
3088 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003089 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003090
3091 *gid = -2;
3092 if (unlikely(bitmap[1] & (FATTR4_WORD1_OWNER_GROUP - 1U)))
3093 return -EIO;
3094 if (likely(bitmap[1] & FATTR4_WORD1_OWNER_GROUP)) {
3095 READ_BUF(4);
3096 READ32(len);
3097 READ_BUF(len);
3098 if (len < XDR_MAX_NETOBJ) {
Trond Myklebust409924e2009-03-11 14:10:27 -04003099 if (nfs_map_group_to_gid(clp, (char *)p, len, gid) == 0)
3100 ret = NFS_ATTR_FATTR_GROUP;
3101 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102 dprintk("%s: nfs_map_group_to_gid failed!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003103 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104 } else
Chuck Leverfe82a182007-09-11 18:01:10 -04003105 dprintk("%s: name too long (%u)!\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003106 __func__, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107 bitmap[1] &= ~FATTR4_WORD1_OWNER_GROUP;
3108 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003109 dprintk("%s: gid=%d\n", __func__, (int)*gid);
Trond Myklebust409924e2009-03-11 14:10:27 -04003110 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111}
3112
3113static int decode_attr_rdev(struct xdr_stream *xdr, uint32_t *bitmap, dev_t *rdev)
3114{
Al Viro8687b632006-10-19 23:28:48 -07003115 uint32_t major = 0, minor = 0;
3116 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003117 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118
3119 *rdev = MKDEV(0,0);
3120 if (unlikely(bitmap[1] & (FATTR4_WORD1_RAWDEV - 1U)))
3121 return -EIO;
3122 if (likely(bitmap[1] & FATTR4_WORD1_RAWDEV)) {
3123 dev_t tmp;
3124
3125 READ_BUF(8);
3126 READ32(major);
3127 READ32(minor);
3128 tmp = MKDEV(major, minor);
3129 if (MAJOR(tmp) == major && MINOR(tmp) == minor)
3130 *rdev = tmp;
3131 bitmap[1] &= ~ FATTR4_WORD1_RAWDEV;
Trond Myklebust409924e2009-03-11 14:10:27 -04003132 ret = NFS_ATTR_FATTR_RDEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003134 dprintk("%s: rdev=(0x%x:0x%x)\n", __func__, major, minor);
Trond Myklebust409924e2009-03-11 14:10:27 -04003135 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136}
3137
3138static int decode_attr_space_avail(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3139{
Al Viro8687b632006-10-19 23:28:48 -07003140 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141 int status = 0;
3142
3143 *res = 0;
3144 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_AVAIL - 1U)))
3145 return -EIO;
3146 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_AVAIL)) {
3147 READ_BUF(8);
3148 READ64(*res);
3149 bitmap[1] &= ~FATTR4_WORD1_SPACE_AVAIL;
3150 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003151 dprintk("%s: space avail=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152 return status;
3153}
3154
3155static int decode_attr_space_free(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3156{
Al Viro8687b632006-10-19 23:28:48 -07003157 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158 int status = 0;
3159
3160 *res = 0;
3161 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_FREE - 1U)))
3162 return -EIO;
3163 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_FREE)) {
3164 READ_BUF(8);
3165 READ64(*res);
3166 bitmap[1] &= ~FATTR4_WORD1_SPACE_FREE;
3167 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003168 dprintk("%s: space free=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169 return status;
3170}
3171
3172static int decode_attr_space_total(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *res)
3173{
Al Viro8687b632006-10-19 23:28:48 -07003174 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175 int status = 0;
3176
3177 *res = 0;
3178 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_TOTAL - 1U)))
3179 return -EIO;
3180 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_TOTAL)) {
3181 READ_BUF(8);
3182 READ64(*res);
3183 bitmap[1] &= ~FATTR4_WORD1_SPACE_TOTAL;
3184 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003185 dprintk("%s: space total=%Lu\n", __func__, (unsigned long long)*res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186 return status;
3187}
3188
3189static int decode_attr_space_used(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *used)
3190{
Al Viro8687b632006-10-19 23:28:48 -07003191 __be32 *p;
Trond Myklebust409924e2009-03-11 14:10:27 -04003192 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193
3194 *used = 0;
3195 if (unlikely(bitmap[1] & (FATTR4_WORD1_SPACE_USED - 1U)))
3196 return -EIO;
3197 if (likely(bitmap[1] & FATTR4_WORD1_SPACE_USED)) {
3198 READ_BUF(8);
3199 READ64(*used);
3200 bitmap[1] &= ~FATTR4_WORD1_SPACE_USED;
Trond Myklebust409924e2009-03-11 14:10:27 -04003201 ret = NFS_ATTR_FATTR_SPACE_USED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003203 dprintk("%s: space used=%Lu\n", __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 (unsigned long long)*used);
Trond Myklebust409924e2009-03-11 14:10:27 -04003205 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206}
3207
3208static int decode_attr_time(struct xdr_stream *xdr, struct timespec *time)
3209{
Al Viro8687b632006-10-19 23:28:48 -07003210 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211 uint64_t sec;
3212 uint32_t nsec;
3213
3214 READ_BUF(12);
3215 READ64(sec);
3216 READ32(nsec);
3217 time->tv_sec = (time_t)sec;
3218 time->tv_nsec = (long)nsec;
3219 return 0;
3220}
3221
3222static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
3223{
3224 int status = 0;
3225
3226 time->tv_sec = 0;
3227 time->tv_nsec = 0;
3228 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_ACCESS - 1U)))
3229 return -EIO;
3230 if (likely(bitmap[1] & FATTR4_WORD1_TIME_ACCESS)) {
3231 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04003232 if (status == 0)
3233 status = NFS_ATTR_FATTR_ATIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234 bitmap[1] &= ~FATTR4_WORD1_TIME_ACCESS;
3235 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003236 dprintk("%s: atime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237 return status;
3238}
3239
3240static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
3241{
3242 int status = 0;
3243
3244 time->tv_sec = 0;
3245 time->tv_nsec = 0;
3246 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_METADATA - 1U)))
3247 return -EIO;
3248 if (likely(bitmap[1] & FATTR4_WORD1_TIME_METADATA)) {
3249 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04003250 if (status == 0)
3251 status = NFS_ATTR_FATTR_CTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252 bitmap[1] &= ~FATTR4_WORD1_TIME_METADATA;
3253 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003254 dprintk("%s: ctime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255 return status;
3256}
3257
3258static int decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec *time)
3259{
3260 int status = 0;
3261
3262 time->tv_sec = 0;
3263 time->tv_nsec = 0;
3264 if (unlikely(bitmap[1] & (FATTR4_WORD1_TIME_MODIFY - 1U)))
3265 return -EIO;
3266 if (likely(bitmap[1] & FATTR4_WORD1_TIME_MODIFY)) {
3267 status = decode_attr_time(xdr, time);
Trond Myklebust409924e2009-03-11 14:10:27 -04003268 if (status == 0)
3269 status = NFS_ATTR_FATTR_MTIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270 bitmap[1] &= ~FATTR4_WORD1_TIME_MODIFY;
3271 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07003272 dprintk("%s: mtime=%ld\n", __func__, (long)time->tv_sec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273 return status;
3274}
3275
Al Viro8687b632006-10-19 23:28:48 -07003276static int verify_attr_len(struct xdr_stream *xdr, __be32 *savep, uint32_t attrlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277{
3278 unsigned int attrwords = XDR_QUADLEN(attrlen);
3279 unsigned int nwords = xdr->p - savep;
3280
3281 if (unlikely(attrwords != nwords)) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003282 dprintk("%s: server returned incorrect attribute length: "
3283 "%u %c %u\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -07003284 __func__,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285 attrwords << 2,
3286 (attrwords < nwords) ? '<' : '>',
3287 nwords << 2);
3288 return -EIO;
3289 }
3290 return 0;
3291}
3292
3293static int decode_change_info(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
3294{
Al Viro8687b632006-10-19 23:28:48 -07003295 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296
3297 READ_BUF(20);
3298 READ32(cinfo->atomic);
3299 READ64(cinfo->before);
3300 READ64(cinfo->after);
3301 return 0;
3302}
3303
3304static int decode_access(struct xdr_stream *xdr, struct nfs4_accessres *access)
3305{
Al Viro8687b632006-10-19 23:28:48 -07003306 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307 uint32_t supp, acc;
3308 int status;
3309
3310 status = decode_op_hdr(xdr, OP_ACCESS);
3311 if (status)
3312 return status;
3313 READ_BUF(8);
3314 READ32(supp);
3315 READ32(acc);
3316 access->supported = supp;
3317 access->access = acc;
3318 return 0;
3319}
3320
3321static int decode_close(struct xdr_stream *xdr, struct nfs_closeres *res)
3322{
Al Viro8687b632006-10-19 23:28:48 -07003323 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324 int status;
3325
3326 status = decode_op_hdr(xdr, OP_CLOSE);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003327 if (status != -EIO)
3328 nfs_increment_open_seqid(status, res->seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329 if (status)
3330 return status;
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003331 READ_BUF(NFS4_STATEID_SIZE);
3332 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333 return 0;
3334}
3335
3336static int decode_commit(struct xdr_stream *xdr, struct nfs_writeres *res)
3337{
Al Viro8687b632006-10-19 23:28:48 -07003338 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339 int status;
3340
3341 status = decode_op_hdr(xdr, OP_COMMIT);
3342 if (status)
3343 return status;
3344 READ_BUF(8);
3345 COPYMEM(res->verf->verifier, 8);
3346 return 0;
3347}
3348
3349static int decode_create(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
3350{
Al Viro8687b632006-10-19 23:28:48 -07003351 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352 uint32_t bmlen;
3353 int status;
3354
3355 status = decode_op_hdr(xdr, OP_CREATE);
3356 if (status)
3357 return status;
3358 if ((status = decode_change_info(xdr, cinfo)))
3359 return status;
3360 READ_BUF(4);
3361 READ32(bmlen);
3362 READ_BUF(bmlen << 2);
3363 return 0;
3364}
3365
3366static int decode_server_caps(struct xdr_stream *xdr, struct nfs4_server_caps_res *res)
3367{
Al Viro8687b632006-10-19 23:28:48 -07003368 __be32 *savep;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003369 uint32_t attrlen, bitmap[2] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370 int status;
3371
3372 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3373 goto xdr_error;
3374 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
3375 goto xdr_error;
3376 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3377 goto xdr_error;
3378 if ((status = decode_attr_supported(xdr, bitmap, res->attr_bitmask)) != 0)
3379 goto xdr_error;
3380 if ((status = decode_attr_link_support(xdr, bitmap, &res->has_links)) != 0)
3381 goto xdr_error;
3382 if ((status = decode_attr_symlink_support(xdr, bitmap, &res->has_symlinks)) != 0)
3383 goto xdr_error;
3384 if ((status = decode_attr_aclsupport(xdr, bitmap, &res->acl_bitmask)) != 0)
3385 goto xdr_error;
3386 status = verify_attr_len(xdr, savep, attrlen);
3387xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003388 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389 return status;
3390}
Andy Adamson6c0195a2008-12-23 16:06:15 -05003391
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392static int decode_statfs(struct xdr_stream *xdr, struct nfs_fsstat *fsstat)
3393{
Al Viro8687b632006-10-19 23:28:48 -07003394 __be32 *savep;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003395 uint32_t attrlen, bitmap[2] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003397
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3399 goto xdr_error;
3400 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
3401 goto xdr_error;
3402 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3403 goto xdr_error;
3404
3405 if ((status = decode_attr_files_avail(xdr, bitmap, &fsstat->afiles)) != 0)
3406 goto xdr_error;
3407 if ((status = decode_attr_files_free(xdr, bitmap, &fsstat->ffiles)) != 0)
3408 goto xdr_error;
3409 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0)
3410 goto xdr_error;
3411 if ((status = decode_attr_space_avail(xdr, bitmap, &fsstat->abytes)) != 0)
3412 goto xdr_error;
3413 if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->fbytes)) != 0)
3414 goto xdr_error;
3415 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0)
3416 goto xdr_error;
3417
3418 status = verify_attr_len(xdr, savep, attrlen);
3419xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003420 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421 return status;
3422}
3423
3424static int decode_pathconf(struct xdr_stream *xdr, struct nfs_pathconf *pathconf)
3425{
Al Viro8687b632006-10-19 23:28:48 -07003426 __be32 *savep;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003427 uint32_t attrlen, bitmap[2] = {0};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003429
Linus Torvalds1da177e2005-04-16 15:20:36 -07003430 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3431 goto xdr_error;
3432 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
3433 goto xdr_error;
3434 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3435 goto xdr_error;
3436
3437 if ((status = decode_attr_maxlink(xdr, bitmap, &pathconf->max_link)) != 0)
3438 goto xdr_error;
3439 if ((status = decode_attr_maxname(xdr, bitmap, &pathconf->max_namelen)) != 0)
3440 goto xdr_error;
3441
3442 status = verify_attr_len(xdr, savep, attrlen);
3443xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003444 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445 return status;
3446}
3447
3448static int decode_getfattr(struct xdr_stream *xdr, struct nfs_fattr *fattr, const struct nfs_server *server)
3449{
Al Viro8687b632006-10-19 23:28:48 -07003450 __be32 *savep;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003451 uint32_t attrlen,
3452 bitmap[2] = {0},
3453 type;
Trond Myklebustbca79472009-03-11 14:10:26 -04003454 int status;
3455 umode_t fmode = 0;
Manoj Naik99baf622006-06-09 09:34:24 -04003456 uint64_t fileid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003458 status = decode_op_hdr(xdr, OP_GETATTR);
3459 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460 goto xdr_error;
3461
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003462 status = decode_attr_bitmap(xdr, bitmap);
3463 if (status < 0)
3464 goto xdr_error;
3465
3466 status = decode_attr_length(xdr, &attrlen, &savep);
3467 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003468 goto xdr_error;
3469
3470
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003471 status = decode_attr_type(xdr, bitmap, &type);
3472 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003474 fattr->mode = 0;
3475 if (status != 0) {
3476 fattr->mode |= nfs_type2fmt[type];
3477 fattr->valid |= status;
3478 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003480 status = decode_attr_change(xdr, bitmap, &fattr->change_attr);
3481 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003483 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003484
3485 status = decode_attr_size(xdr, bitmap, &fattr->size);
3486 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003488 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003489
3490 status = decode_attr_fsid(xdr, bitmap, &fattr->fsid);
3491 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003493 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003494
3495 status = decode_attr_fileid(xdr, bitmap, &fattr->fileid);
3496 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003498 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003499
3500 status = decode_attr_fs_locations(xdr, bitmap, container_of(fattr,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003501 struct nfs4_fs_locations,
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003502 fattr));
3503 if (status < 0)
Trond Myklebust683b57b2006-06-09 09:34:22 -04003504 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003505 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003506
3507 status = decode_attr_mode(xdr, bitmap, &fmode);
3508 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003510 if (status != 0) {
3511 fattr->mode |= fmode;
3512 fattr->valid |= status;
3513 }
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003514
3515 status = decode_attr_nlink(xdr, bitmap, &fattr->nlink);
3516 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003518 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003519
3520 status = decode_attr_owner(xdr, bitmap, server->nfs_client, &fattr->uid);
3521 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003522 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003523 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003524
3525 status = decode_attr_group(xdr, bitmap, server->nfs_client, &fattr->gid);
3526 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003528 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003529
3530 status = decode_attr_rdev(xdr, bitmap, &fattr->rdev);
3531 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003533 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003534
3535 status = decode_attr_space_used(xdr, bitmap, &fattr->du.nfs3.used);
3536 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003538 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003539
3540 status = decode_attr_time_access(xdr, bitmap, &fattr->atime);
3541 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003543 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003544
3545 status = decode_attr_time_metadata(xdr, bitmap, &fattr->ctime);
3546 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003548 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003549
3550 status = decode_attr_time_modify(xdr, bitmap, &fattr->mtime);
3551 if (status < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003553 fattr->valid |= status;
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003554
3555 status = decode_attr_mounted_on_fileid(xdr, bitmap, &fileid);
3556 if (status < 0)
Manoj Naik99baf622006-06-09 09:34:24 -04003557 goto xdr_error;
Trond Myklebust409924e2009-03-11 14:10:27 -04003558 if (status != 0 && !(fattr->valid & status)) {
Manoj Naik99baf622006-06-09 09:34:24 -04003559 fattr->fileid = fileid;
Trond Myklebust409924e2009-03-11 14:10:27 -04003560 fattr->valid |= status;
3561 }
Trond Myklebustf26c7a72009-03-11 14:10:26 -04003562
3563 status = verify_attr_len(xdr, savep, attrlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003565 dprintk("%s: xdr returned %d\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 return status;
3567}
3568
3569
3570static int decode_fsinfo(struct xdr_stream *xdr, struct nfs_fsinfo *fsinfo)
3571{
Al Viro8687b632006-10-19 23:28:48 -07003572 __be32 *savep;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573 uint32_t attrlen, bitmap[2];
3574 int status;
3575
3576 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3577 goto xdr_error;
3578 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
3579 goto xdr_error;
3580 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
3581 goto xdr_error;
3582
3583 fsinfo->rtmult = fsinfo->wtmult = 512; /* ??? */
3584
3585 if ((status = decode_attr_lease_time(xdr, bitmap, &fsinfo->lease_time)) != 0)
3586 goto xdr_error;
3587 if ((status = decode_attr_maxfilesize(xdr, bitmap, &fsinfo->maxfilesize)) != 0)
3588 goto xdr_error;
3589 if ((status = decode_attr_maxread(xdr, bitmap, &fsinfo->rtmax)) != 0)
3590 goto xdr_error;
3591 fsinfo->rtpref = fsinfo->dtpref = fsinfo->rtmax;
3592 if ((status = decode_attr_maxwrite(xdr, bitmap, &fsinfo->wtmax)) != 0)
3593 goto xdr_error;
3594 fsinfo->wtpref = fsinfo->wtmax;
3595
3596 status = verify_attr_len(xdr, savep, attrlen);
3597xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003598 dprintk("%s: xdr returned %d!\n", __func__, -status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599 return status;
3600}
3601
3602static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh)
3603{
Al Viro8687b632006-10-19 23:28:48 -07003604 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605 uint32_t len;
3606 int status;
3607
Trond Myklebust99367812007-07-17 21:52:41 -04003608 /* Zero handle first to allow comparisons */
3609 memset(fh, 0, sizeof(*fh));
3610
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611 status = decode_op_hdr(xdr, OP_GETFH);
3612 if (status)
3613 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614
3615 READ_BUF(4);
3616 READ32(len);
3617 if (len > NFS4_FHSIZE)
3618 return -EIO;
3619 fh->size = len;
3620 READ_BUF(len);
3621 COPYMEM(fh->data, len);
3622 return 0;
3623}
3624
3625static int decode_link(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
3626{
3627 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05003628
Linus Torvalds1da177e2005-04-16 15:20:36 -07003629 status = decode_op_hdr(xdr, OP_LINK);
3630 if (status)
3631 return status;
3632 return decode_change_info(xdr, cinfo);
3633}
3634
3635/*
3636 * We create the owner, so we know a proper owner.id length is 4.
3637 */
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003638static int decode_lock_denied (struct xdr_stream *xdr, struct file_lock *fl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639{
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003640 uint64_t offset, length, clientid;
Al Viro8687b632006-10-19 23:28:48 -07003641 __be32 *p;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003642 uint32_t namelen, type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003643
3644 READ_BUF(32);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003645 READ64(offset);
3646 READ64(length);
3647 READ32(type);
3648 if (fl != NULL) {
3649 fl->fl_start = (loff_t)offset;
3650 fl->fl_end = fl->fl_start + (loff_t)length - 1;
3651 if (length == ~(uint64_t)0)
3652 fl->fl_end = OFFSET_MAX;
3653 fl->fl_type = F_WRLCK;
3654 if (type & 1)
3655 fl->fl_type = F_RDLCK;
3656 fl->fl_pid = 0;
3657 }
3658 READ64(clientid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659 READ32(namelen);
3660 READ_BUF(namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661 return -NFS4ERR_DENIED;
3662}
3663
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003664static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003665{
Al Viro8687b632006-10-19 23:28:48 -07003666 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667 int status;
3668
3669 status = decode_op_hdr(xdr, OP_LOCK);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003670 if (status == -EIO)
3671 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672 if (status == 0) {
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003673 READ_BUF(NFS4_STATEID_SIZE);
3674 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 } else if (status == -NFS4ERR_DENIED)
Trond Myklebustc1d51932008-04-07 13:20:54 -04003676 status = decode_lock_denied(xdr, NULL);
3677 if (res->open_seqid != NULL)
3678 nfs_increment_open_seqid(status, res->open_seqid);
3679 nfs_increment_lock_seqid(status, res->lock_seqid);
3680out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681 return status;
3682}
3683
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003684static int decode_lockt(struct xdr_stream *xdr, struct nfs_lockt_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003685{
3686 int status;
3687 status = decode_op_hdr(xdr, OP_LOCKT);
3688 if (status == -NFS4ERR_DENIED)
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003689 return decode_lock_denied(xdr, res->denied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690 return status;
3691}
3692
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003693static int decode_locku(struct xdr_stream *xdr, struct nfs_locku_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694{
Al Viro8687b632006-10-19 23:28:48 -07003695 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003696 int status;
3697
3698 status = decode_op_hdr(xdr, OP_LOCKU);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003699 if (status != -EIO)
3700 nfs_increment_lock_seqid(status, res->seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701 if (status == 0) {
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003702 READ_BUF(NFS4_STATEID_SIZE);
3703 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704 }
3705 return status;
3706}
3707
3708static int decode_lookup(struct xdr_stream *xdr)
3709{
3710 return decode_op_hdr(xdr, OP_LOOKUP);
3711}
3712
3713/* This is too sick! */
3714static int decode_space_limit(struct xdr_stream *xdr, u64 *maxsize)
3715{
Andy Adamson05d564f2008-12-23 16:06:15 -05003716 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717 uint32_t limit_type, nblocks, blocksize;
3718
3719 READ_BUF(12);
3720 READ32(limit_type);
3721 switch (limit_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05003722 case 1:
3723 READ64(*maxsize);
3724 break;
3725 case 2:
3726 READ32(nblocks);
3727 READ32(blocksize);
3728 *maxsize = (uint64_t)nblocks * (uint64_t)blocksize;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729 }
3730 return 0;
3731}
3732
3733static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res)
3734{
Andy Adamson05d564f2008-12-23 16:06:15 -05003735 __be32 *p;
3736 uint32_t delegation_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737
3738 READ_BUF(4);
3739 READ32(delegation_type);
3740 if (delegation_type == NFS4_OPEN_DELEGATE_NONE) {
3741 res->delegation_type = 0;
3742 return 0;
3743 }
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003744 READ_BUF(NFS4_STATEID_SIZE+4);
3745 COPYMEM(res->delegation.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746 READ32(res->do_recall);
Andy Adamson05d564f2008-12-23 16:06:15 -05003747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748 switch (delegation_type) {
Andy Adamson05d564f2008-12-23 16:06:15 -05003749 case NFS4_OPEN_DELEGATE_READ:
3750 res->delegation_type = FMODE_READ;
3751 break;
3752 case NFS4_OPEN_DELEGATE_WRITE:
3753 res->delegation_type = FMODE_WRITE|FMODE_READ;
3754 if (decode_space_limit(xdr, &res->maxsize) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755 return -EIO;
3756 }
David Howells7539bba2006-08-22 20:06:09 -04003757 return decode_ace(xdr, NULL, res->server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758}
3759
3760static int decode_open(struct xdr_stream *xdr, struct nfs_openres *res)
3761{
Andy Adamson05d564f2008-12-23 16:06:15 -05003762 __be32 *p;
Jeff Laytonaa53ed52007-06-05 14:49:03 -04003763 uint32_t savewords, bmlen, i;
Andy Adamson05d564f2008-12-23 16:06:15 -05003764 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765
Andy Adamson05d564f2008-12-23 16:06:15 -05003766 status = decode_op_hdr(xdr, OP_OPEN);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003767 if (status != -EIO)
3768 nfs_increment_open_seqid(status, res->seqid);
Andy Adamson05d564f2008-12-23 16:06:15 -05003769 if (status)
3770 return status;
3771 READ_BUF(NFS4_STATEID_SIZE);
3772 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773
Andy Adamson05d564f2008-12-23 16:06:15 -05003774 decode_change_info(xdr, &res->cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775
Andy Adamson05d564f2008-12-23 16:06:15 -05003776 READ_BUF(8);
3777 READ32(res->rflags);
3778 READ32(bmlen);
3779 if (bmlen > 10)
3780 goto xdr_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781
Andy Adamson05d564f2008-12-23 16:06:15 -05003782 READ_BUF(bmlen << 2);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04003783 savewords = min_t(uint32_t, bmlen, NFS4_BITMAP_SIZE);
3784 for (i = 0; i < savewords; ++i)
3785 READ32(res->attrset[i]);
3786 for (; i < NFS4_BITMAP_SIZE; i++)
3787 res->attrset[i] = 0;
3788
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789 return decode_delegation(xdr, res);
3790xdr_error:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003791 dprintk("%s: Bitmap too large! Length = %u\n", __func__, bmlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792 return -EIO;
3793}
3794
3795static int decode_open_confirm(struct xdr_stream *xdr, struct nfs_open_confirmres *res)
3796{
Andy Adamson05d564f2008-12-23 16:06:15 -05003797 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798 int status;
3799
Andy Adamson05d564f2008-12-23 16:06:15 -05003800 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003801 if (status != -EIO)
3802 nfs_increment_open_seqid(status, res->seqid);
Andy Adamson05d564f2008-12-23 16:06:15 -05003803 if (status)
3804 return status;
3805 READ_BUF(NFS4_STATEID_SIZE);
3806 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
3807 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003808}
3809
3810static int decode_open_downgrade(struct xdr_stream *xdr, struct nfs_closeres *res)
3811{
Al Viro8687b632006-10-19 23:28:48 -07003812 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003813 int status;
3814
3815 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
Trond Myklebustc1d51932008-04-07 13:20:54 -04003816 if (status != -EIO)
3817 nfs_increment_open_seqid(status, res->seqid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818 if (status)
3819 return status;
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04003820 READ_BUF(NFS4_STATEID_SIZE);
3821 COPYMEM(res->stateid.data, NFS4_STATEID_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822 return 0;
3823}
3824
3825static int decode_putfh(struct xdr_stream *xdr)
3826{
3827 return decode_op_hdr(xdr, OP_PUTFH);
3828}
3829
3830static int decode_putrootfh(struct xdr_stream *xdr)
3831{
3832 return decode_op_hdr(xdr, OP_PUTROOTFH);
3833}
3834
3835static int decode_read(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs_readres *res)
3836{
3837 struct kvec *iov = req->rq_rcv_buf.head;
Al Viro8687b632006-10-19 23:28:48 -07003838 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839 uint32_t count, eof, recvd, hdrlen;
3840 int status;
3841
3842 status = decode_op_hdr(xdr, OP_READ);
3843 if (status)
3844 return status;
3845 READ_BUF(8);
3846 READ32(eof);
3847 READ32(count);
3848 hdrlen = (u8 *) p - (u8 *) iov->iov_base;
3849 recvd = req->rq_rcv_buf.len - hdrlen;
3850 if (count > recvd) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003851 dprintk("NFS: server cheating in read reply: "
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852 "count %u > recvd %u\n", count, recvd);
3853 count = recvd;
3854 eof = 0;
3855 }
3856 xdr_read_pages(xdr, count);
3857 res->eof = eof;
3858 res->count = count;
3859 return 0;
3860}
3861
3862static int decode_readdir(struct xdr_stream *xdr, struct rpc_rqst *req, struct nfs4_readdir_res *readdir)
3863{
3864 struct xdr_buf *rcvbuf = &req->rq_rcv_buf;
3865 struct page *page = *rcvbuf->pages;
3866 struct kvec *iov = rcvbuf->head;
Chuck Leverbcecff72007-10-26 13:32:03 -04003867 size_t hdrlen;
3868 u32 recvd, pglen = rcvbuf->page_len;
Al Viro8687b632006-10-19 23:28:48 -07003869 __be32 *end, *entry, *p, *kaddr;
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003870 unsigned int nr = 0;
Chuck Leverbcecff72007-10-26 13:32:03 -04003871 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872
3873 status = decode_op_hdr(xdr, OP_READDIR);
3874 if (status)
3875 return status;
3876 READ_BUF(8);
3877 COPYMEM(readdir->verifier.data, 8);
Fred Isaman44109242008-04-02 15:21:15 +03003878 dprintk("%s: verifier = %08x:%08x\n",
3879 __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003880 ((u32 *)readdir->verifier.data)[0],
3881 ((u32 *)readdir->verifier.data)[1]);
3882
Linus Torvalds1da177e2005-04-16 15:20:36 -07003883
3884 hdrlen = (char *) p - (char *) iov->iov_base;
3885 recvd = rcvbuf->len - hdrlen;
3886 if (pglen > recvd)
3887 pglen = recvd;
3888 xdr_read_pages(xdr, pglen);
3889
3890 BUG_ON(pglen + readdir->pgbase > PAGE_CACHE_SIZE);
Al Viro8687b632006-10-19 23:28:48 -07003891 kaddr = p = kmap_atomic(page, KM_USER0);
David Howellse8896492006-08-24 15:44:19 -04003892 end = p + ((pglen + readdir->pgbase) >> 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003893 entry = p;
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003894
3895 /* Make sure the packet actually has a value_follows and EOF entry */
3896 if ((entry + 1) > end)
3897 goto short_pkt;
3898
3899 for (; *p++; nr++) {
Chuck Leverbcecff72007-10-26 13:32:03 -04003900 u32 len, attrlen, xlen;
David Howellse8896492006-08-24 15:44:19 -04003901 if (end - p < 3)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902 goto short_pkt;
Trond Myklebusteadf4592005-06-22 17:16:39 +00003903 dprintk("cookie = %Lu, ", *((unsigned long long *)p));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904 p += 2; /* cookie */
3905 len = ntohl(*p++); /* filename length */
3906 if (len > NFS4_MAXNAMLEN) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003907 dprintk("NFS: giant filename in readdir (len 0x%x)\n",
3908 len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 goto err_unmap;
3910 }
David Howellse8896492006-08-24 15:44:19 -04003911 xlen = XDR_QUADLEN(len);
3912 if (end - p < xlen + 1)
3913 goto short_pkt;
Trond Myklebusteadf4592005-06-22 17:16:39 +00003914 dprintk("filename = %*s\n", len, (char *)p);
David Howellse8896492006-08-24 15:44:19 -04003915 p += xlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916 len = ntohl(*p++); /* bitmap length */
David Howellse8896492006-08-24 15:44:19 -04003917 if (end - p < len + 1)
3918 goto short_pkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919 p += len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920 attrlen = XDR_QUADLEN(ntohl(*p++));
David Howellse8896492006-08-24 15:44:19 -04003921 if (end - p < attrlen + 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003922 goto short_pkt;
David Howellse8896492006-08-24 15:44:19 -04003923 p += attrlen; /* attributes */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924 entry = p;
3925 }
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003926 /*
3927 * Apparently some server sends responses that are a valid size, but
3928 * contain no entries, and have value_follows==0 and EOF==0. For
3929 * those, just set the EOF marker.
3930 */
3931 if (!nr && entry[1] == 0) {
3932 dprintk("NFS: readdir reply truncated!\n");
3933 entry[1] = 1;
3934 }
Andy Adamson6c0195a2008-12-23 16:06:15 -05003935out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936 kunmap_atomic(kaddr, KM_USER0);
3937 return 0;
3938short_pkt:
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003939 /*
3940 * When we get a short packet there are 2 possibilities. We can
3941 * return an error, or fix up the response to look like a valid
3942 * response and return what we have so far. If there are no
3943 * entries and the packet was short, then return -EIO. If there
3944 * are valid entries in the response, return them and pretend that
3945 * the call was successful, but incomplete. The caller can retry the
3946 * readdir starting at the last cookie.
3947 */
Harvey Harrison3110ff82008-05-02 13:42:44 -07003948 dprintk("%s: short packet at entry %d\n", __func__, nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003949 entry[0] = entry[1] = 0;
Jeff Layton7bda2cd2008-02-22 14:50:01 -05003950 if (nr)
3951 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952err_unmap:
3953 kunmap_atomic(kaddr, KM_USER0);
3954 return -errno_NFSERR_IO;
3955}
3956
3957static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req)
3958{
3959 struct xdr_buf *rcvbuf = &req->rq_rcv_buf;
3960 struct kvec *iov = rcvbuf->head;
Chuck Leverbcecff72007-10-26 13:32:03 -04003961 size_t hdrlen;
3962 u32 len, recvd;
Al Viro8687b632006-10-19 23:28:48 -07003963 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964 char *kaddr;
3965 int status;
3966
3967 status = decode_op_hdr(xdr, OP_READLINK);
3968 if (status)
3969 return status;
3970
3971 /* Convert length of symlink */
3972 READ_BUF(4);
3973 READ32(len);
3974 if (len >= rcvbuf->page_len || len <= 0) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003975 dprintk("nfs: server returned giant symlink!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976 return -ENAMETOOLONG;
3977 }
3978 hdrlen = (char *) xdr->p - (char *) iov->iov_base;
3979 recvd = req->rq_rcv_buf.len - hdrlen;
3980 if (recvd < len) {
Chuck Leverfe82a182007-09-11 18:01:10 -04003981 dprintk("NFS: server cheating in readlink reply: "
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982 "count %u > recvd %u\n", len, recvd);
3983 return -EIO;
3984 }
3985 xdr_read_pages(xdr, len);
3986 /*
3987 * The XDR encode routine has set things up so that
3988 * the link text will be copied directly into the
3989 * buffer. We just have to do overflow-checking,
3990 * and and null-terminate the text (the VFS expects
3991 * null-termination).
3992 */
3993 kaddr = (char *)kmap_atomic(rcvbuf->pages[0], KM_USER0);
3994 kaddr[len+rcvbuf->page_base] = '\0';
3995 kunmap_atomic(kaddr, KM_USER0);
3996 return 0;
3997}
3998
3999static int decode_remove(struct xdr_stream *xdr, struct nfs4_change_info *cinfo)
4000{
4001 int status;
4002
4003 status = decode_op_hdr(xdr, OP_REMOVE);
4004 if (status)
4005 goto out;
4006 status = decode_change_info(xdr, cinfo);
4007out:
4008 return status;
4009}
4010
4011static int decode_rename(struct xdr_stream *xdr, struct nfs4_change_info *old_cinfo,
4012 struct nfs4_change_info *new_cinfo)
4013{
4014 int status;
4015
4016 status = decode_op_hdr(xdr, OP_RENAME);
4017 if (status)
4018 goto out;
4019 if ((status = decode_change_info(xdr, old_cinfo)))
4020 goto out;
4021 status = decode_change_info(xdr, new_cinfo);
4022out:
4023 return status;
4024}
4025
4026static int decode_renew(struct xdr_stream *xdr)
4027{
4028 return decode_op_hdr(xdr, OP_RENEW);
4029}
4030
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004031static int
4032decode_restorefh(struct xdr_stream *xdr)
4033{
4034 return decode_op_hdr(xdr, OP_RESTOREFH);
4035}
4036
J. Bruce Fields029d1052005-06-22 17:16:22 +00004037static int decode_getacl(struct xdr_stream *xdr, struct rpc_rqst *req,
4038 size_t *acl_len)
4039{
Al Viro8687b632006-10-19 23:28:48 -07004040 __be32 *savep;
J. Bruce Fields029d1052005-06-22 17:16:22 +00004041 uint32_t attrlen,
4042 bitmap[2] = {0};
4043 struct kvec *iov = req->rq_rcv_buf.head;
4044 int status;
4045
4046 *acl_len = 0;
4047 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4048 goto out;
4049 if ((status = decode_attr_bitmap(xdr, bitmap)) != 0)
4050 goto out;
4051 if ((status = decode_attr_length(xdr, &attrlen, &savep)) != 0)
4052 goto out;
4053
4054 if (unlikely(bitmap[0] & (FATTR4_WORD0_ACL - 1U)))
4055 return -EIO;
4056 if (likely(bitmap[0] & FATTR4_WORD0_ACL)) {
Chuck Leverbcecff72007-10-26 13:32:03 -04004057 size_t hdrlen;
4058 u32 recvd;
J. Bruce Fields029d1052005-06-22 17:16:22 +00004059
4060 /* We ignore &savep and don't do consistency checks on
4061 * the attr length. Let userspace figure it out.... */
4062 hdrlen = (u8 *)xdr->p - (u8 *)iov->iov_base;
4063 recvd = req->rq_rcv_buf.len - hdrlen;
4064 if (attrlen > recvd) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004065 dprintk("NFS: server cheating in getattr"
J. Bruce Fields029d1052005-06-22 17:16:22 +00004066 " acl reply: attrlen %u > recvd %u\n",
4067 attrlen, recvd);
4068 return -EINVAL;
4069 }
J. Bruce Fieldsc04871e2006-05-30 16:28:58 -04004070 xdr_read_pages(xdr, attrlen);
J. Bruce Fields029d1052005-06-22 17:16:22 +00004071 *acl_len = attrlen;
J. Bruce Fields8c233cf2005-10-13 16:54:27 -04004072 } else
4073 status = -EOPNOTSUPP;
J. Bruce Fields029d1052005-06-22 17:16:22 +00004074
4075out:
4076 return status;
4077}
4078
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079static int
4080decode_savefh(struct xdr_stream *xdr)
4081{
4082 return decode_op_hdr(xdr, OP_SAVEFH);
4083}
4084
Benny Halevy9e9ecc02009-04-01 09:22:00 -04004085static int decode_setattr(struct xdr_stream *xdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004086{
Al Viro8687b632006-10-19 23:28:48 -07004087 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088 uint32_t bmlen;
4089 int status;
4090
Linus Torvalds1da177e2005-04-16 15:20:36 -07004091 status = decode_op_hdr(xdr, OP_SETATTR);
4092 if (status)
4093 return status;
4094 READ_BUF(4);
4095 READ32(bmlen);
4096 READ_BUF(bmlen << 2);
4097 return 0;
4098}
4099
David Howellsadfa6f92006-08-22 20:06:08 -04004100static int decode_setclientid(struct xdr_stream *xdr, struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101{
Al Viro8687b632006-10-19 23:28:48 -07004102 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103 uint32_t opnum;
4104 int32_t nfserr;
4105
4106 READ_BUF(8);
4107 READ32(opnum);
4108 if (opnum != OP_SETCLIENTID) {
Chuck Leverfe82a182007-09-11 18:01:10 -04004109 dprintk("nfs: decode_setclientid: Server returned operation"
Andy Adamson6c0195a2008-12-23 16:06:15 -05004110 " %d\n", opnum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004111 return -EIO;
4112 }
4113 READ32(nfserr);
4114 if (nfserr == NFS_OK) {
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04004115 READ_BUF(8 + NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116 READ64(clp->cl_clientid);
Trond Myklebust8ae20ab2007-05-14 16:50:45 -04004117 COPYMEM(clp->cl_confirm.data, NFS4_VERIFIER_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118 } else if (nfserr == NFSERR_CLID_INUSE) {
4119 uint32_t len;
4120
4121 /* skip netid string */
4122 READ_BUF(4);
4123 READ32(len);
4124 READ_BUF(len);
4125
4126 /* skip uaddr string */
4127 READ_BUF(4);
4128 READ32(len);
4129 READ_BUF(len);
4130 return -NFSERR_CLID_INUSE;
4131 } else
Benny Halevy856dff32008-03-31 17:39:06 +03004132 return nfs4_stat_to_errno(nfserr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004133
4134 return 0;
4135}
4136
4137static int decode_setclientid_confirm(struct xdr_stream *xdr)
4138{
4139 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
4140}
4141
4142static int decode_write(struct xdr_stream *xdr, struct nfs_writeres *res)
4143{
Al Viro8687b632006-10-19 23:28:48 -07004144 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004145 int status;
4146
4147 status = decode_op_hdr(xdr, OP_WRITE);
4148 if (status)
4149 return status;
4150
4151 READ_BUF(16);
4152 READ32(res->count);
4153 READ32(res->verf->committed);
4154 COPYMEM(res->verf->verifier, 8);
4155 return 0;
4156}
4157
4158static int decode_delegreturn(struct xdr_stream *xdr)
4159{
4160 return decode_op_hdr(xdr, OP_DELEGRETURN);
4161}
4162
Benny Halevy99fe60d2009-04-01 09:22:29 -04004163#if defined(CONFIG_NFS_V4_1)
4164static int decode_exchange_id(struct xdr_stream *xdr,
4165 struct nfs41_exchange_id_res *res)
4166{
4167 __be32 *p;
4168 uint32_t dummy;
4169 int status;
4170 struct nfs_client *clp = res->client;
4171
4172 status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
4173 if (status)
4174 return status;
4175
4176 READ_BUF(8);
4177 READ64(clp->cl_ex_clid);
4178 READ_BUF(12);
4179 READ32(clp->cl_seqid);
4180 READ32(clp->cl_exchange_flags);
4181
4182 /* We ask for SP4_NONE */
4183 READ32(dummy);
4184 if (dummy != SP4_NONE)
4185 return -EIO;
4186
4187 /* Throw away minor_id */
4188 READ_BUF(8);
4189
4190 /* Throw away Major id */
4191 READ_BUF(4);
4192 READ32(dummy);
4193 READ_BUF(dummy);
4194
4195 /* Throw away server_scope */
4196 READ_BUF(4);
4197 READ32(dummy);
4198 READ_BUF(dummy);
4199
4200 /* Throw away Implementation id array */
4201 READ_BUF(4);
4202 READ32(dummy);
4203 READ_BUF(dummy);
4204
4205 return 0;
4206}
Andy Adamsonfc931582009-04-01 09:22:31 -04004207
4208static int decode_chan_attrs(struct xdr_stream *xdr,
4209 struct nfs4_channel_attrs *attrs)
4210{
4211 __be32 *p;
4212 u32 nr_attrs;
4213
4214 READ_BUF(28);
4215 READ32(attrs->headerpadsz);
4216 READ32(attrs->max_rqst_sz);
4217 READ32(attrs->max_resp_sz);
4218 READ32(attrs->max_resp_sz_cached);
4219 READ32(attrs->max_ops);
4220 READ32(attrs->max_reqs);
4221 READ32(nr_attrs);
4222 if (unlikely(nr_attrs > 1)) {
4223 printk(KERN_WARNING "%s: Invalid rdma channel attrs count %u\n",
4224 __func__, nr_attrs);
4225 return -EINVAL;
4226 }
4227 if (nr_attrs == 1)
4228 READ_BUF(4); /* skip rdma_attrs */
4229 return 0;
4230}
4231
4232static int decode_create_session(struct xdr_stream *xdr,
4233 struct nfs41_create_session_res *res)
4234{
4235 __be32 *p;
4236 int status;
4237 struct nfs_client *clp = res->client;
4238 struct nfs4_session *session = clp->cl_session;
4239
4240 status = decode_op_hdr(xdr, OP_CREATE_SESSION);
4241
4242 if (status)
4243 return status;
4244
4245 /* sessionid */
4246 READ_BUF(NFS4_MAX_SESSIONID_LEN);
4247 COPYMEM(&session->sess_id, NFS4_MAX_SESSIONID_LEN);
4248
4249 /* seqid, flags */
4250 READ_BUF(8);
4251 READ32(clp->cl_seqid);
4252 READ32(session->flags);
4253
4254 /* Channel attributes */
4255 status = decode_chan_attrs(xdr, &session->fc_attrs);
4256 if (!status)
4257 status = decode_chan_attrs(xdr, &session->bc_attrs);
4258 return status;
4259}
Andy Adamson0f3e66c2009-04-01 09:22:34 -04004260
4261static int decode_destroy_session(struct xdr_stream *xdr, void *dummy)
4262{
4263 return decode_op_hdr(xdr, OP_DESTROY_SESSION);
4264}
Benny Halevy99fe60d2009-04-01 09:22:29 -04004265#endif /* CONFIG_NFS_V4_1 */
4266
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004267static int decode_sequence(struct xdr_stream *xdr,
4268 struct nfs4_sequence_res *res,
4269 struct rpc_rqst *rqstp)
4270{
4271#if defined(CONFIG_NFS_V4_1)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004272 struct nfs4_slot *slot;
4273 struct nfs4_sessionid id;
4274 u32 dummy;
4275 int status;
4276 __be32 *p;
4277
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004278 if (!res->sr_session)
4279 return 0;
4280
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004281 status = decode_op_hdr(xdr, OP_SEQUENCE);
4282 if (status)
4283 goto out_err;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004284
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004285 /*
4286 * If the server returns different values for sessionID, slotID or
4287 * sequence number, the server is looney tunes.
4288 */
4289 status = -ESERVERFAULT;
4290
4291 slot = &res->sr_session->fc_slot_table.slots[res->sr_slotid];
4292 READ_BUF(NFS4_MAX_SESSIONID_LEN + 20);
4293 COPYMEM(id.data, NFS4_MAX_SESSIONID_LEN);
4294 if (memcmp(id.data, res->sr_session->sess_id.data,
4295 NFS4_MAX_SESSIONID_LEN)) {
4296 dprintk("%s Invalid session id\n", __func__);
4297 goto out_err;
4298 }
4299 /* seqid */
4300 READ32(dummy);
4301 if (dummy != slot->seq_nr) {
4302 dprintk("%s Invalid sequence number\n", __func__);
4303 goto out_err;
4304 }
4305 /* slot id */
4306 READ32(dummy);
4307 if (dummy != res->sr_slotid) {
4308 dprintk("%s Invalid slot id\n", __func__);
4309 goto out_err;
4310 }
4311 /* highest slot id - currently not processed */
4312 READ32(dummy);
4313 /* target highest slot id - currently not processed */
4314 READ32(dummy);
4315 /* result flags - currently not processed */
4316 READ32(dummy);
4317 status = 0;
4318out_err:
4319 res->sr_status = status;
4320 return status;
4321#else /* CONFIG_NFS_V4_1 */
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004322 return 0;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004323#endif /* CONFIG_NFS_V4_1 */
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004324}
4325
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326/*
Benny Halevy49c25592008-12-23 16:06:16 -05004327 * END OF "GENERIC" DECODE ROUTINES.
4328 */
4329
4330/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331 * Decode OPEN_DOWNGRADE response
4332 */
Al Viro8687b632006-10-19 23:28:48 -07004333static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct nfs_closeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334{
Andy Adamson05d564f2008-12-23 16:06:15 -05004335 struct xdr_stream xdr;
4336 struct compound_hdr hdr;
4337 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338
Andy Adamson05d564f2008-12-23 16:06:15 -05004339 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4340 status = decode_compound_hdr(&xdr, &hdr);
4341 if (status)
4342 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004343 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4344 if (status)
4345 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004346 status = decode_putfh(&xdr);
4347 if (status)
4348 goto out;
4349 status = decode_open_downgrade(&xdr, res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04004350 if (status != 0)
4351 goto out;
4352 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004353out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004354 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355}
4356
4357/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358 * Decode ACCESS response
4359 */
Al Viro8687b632006-10-19 23:28:48 -07004360static int nfs4_xdr_dec_access(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_accessres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004361{
4362 struct xdr_stream xdr;
4363 struct compound_hdr hdr;
4364 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004365
Linus Torvalds1da177e2005-04-16 15:20:36 -07004366 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004367 status = decode_compound_hdr(&xdr, &hdr);
4368 if (status)
4369 goto out;
4370 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4371 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372 goto out;
Trond Myklebust76b32992007-08-10 17:45:11 -04004373 status = decode_putfh(&xdr);
4374 if (status != 0)
4375 goto out;
4376 status = decode_access(&xdr, res);
4377 if (status != 0)
4378 goto out;
4379 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004380out:
4381 return status;
4382}
4383
4384/*
4385 * Decode LOOKUP response
4386 */
Al Viro8687b632006-10-19 23:28:48 -07004387static int nfs4_xdr_dec_lookup(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_lookup_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004388{
4389 struct xdr_stream xdr;
4390 struct compound_hdr hdr;
4391 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004392
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004394 status = decode_compound_hdr(&xdr, &hdr);
4395 if (status)
4396 goto out;
4397 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4398 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004399 goto out;
4400 if ((status = decode_putfh(&xdr)) != 0)
4401 goto out;
4402 if ((status = decode_lookup(&xdr)) != 0)
4403 goto out;
4404 if ((status = decode_getfh(&xdr, res->fh)) != 0)
4405 goto out;
4406 status = decode_getfattr(&xdr, res->fattr, res->server);
4407out:
4408 return status;
4409}
4410
4411/*
4412 * Decode LOOKUP_ROOT response
4413 */
Al Viro8687b632006-10-19 23:28:48 -07004414static int nfs4_xdr_dec_lookup_root(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_lookup_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415{
4416 struct xdr_stream xdr;
4417 struct compound_hdr hdr;
4418 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004419
Linus Torvalds1da177e2005-04-16 15:20:36 -07004420 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004421 status = decode_compound_hdr(&xdr, &hdr);
4422 if (status)
4423 goto out;
4424 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4425 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004426 goto out;
4427 if ((status = decode_putrootfh(&xdr)) != 0)
4428 goto out;
4429 if ((status = decode_getfh(&xdr, res->fh)) == 0)
4430 status = decode_getfattr(&xdr, res->fattr, res->server);
4431out:
4432 return status;
4433}
4434
4435/*
4436 * Decode REMOVE response
4437 */
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04004438static int nfs4_xdr_dec_remove(struct rpc_rqst *rqstp, __be32 *p, struct nfs_removeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439{
4440 struct xdr_stream xdr;
4441 struct compound_hdr hdr;
4442 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004443
Linus Torvalds1da177e2005-04-16 15:20:36 -07004444 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004445 status = decode_compound_hdr(&xdr, &hdr);
4446 if (status)
4447 goto out;
4448 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4449 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004450 goto out;
Trond Myklebust16e42952005-10-27 22:12:44 -04004451 if ((status = decode_putfh(&xdr)) != 0)
4452 goto out;
4453 if ((status = decode_remove(&xdr, &res->cinfo)) != 0)
4454 goto out;
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04004455 decode_getfattr(&xdr, &res->dir_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456out:
4457 return status;
4458}
4459
4460/*
4461 * Decode RENAME response
4462 */
Al Viro8687b632006-10-19 23:28:48 -07004463static int nfs4_xdr_dec_rename(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_rename_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464{
4465 struct xdr_stream xdr;
4466 struct compound_hdr hdr;
4467 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004468
Linus Torvalds1da177e2005-04-16 15:20:36 -07004469 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004470 status = decode_compound_hdr(&xdr, &hdr);
4471 if (status)
4472 goto out;
4473 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4474 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004475 goto out;
4476 if ((status = decode_putfh(&xdr)) != 0)
4477 goto out;
4478 if ((status = decode_savefh(&xdr)) != 0)
4479 goto out;
4480 if ((status = decode_putfh(&xdr)) != 0)
4481 goto out;
Trond Myklebust6caf2c82005-10-27 22:12:43 -04004482 if ((status = decode_rename(&xdr, &res->old_cinfo, &res->new_cinfo)) != 0)
4483 goto out;
4484 /* Current FH is target directory */
4485 if (decode_getfattr(&xdr, res->new_fattr, res->server) != 0)
4486 goto out;
4487 if ((status = decode_restorefh(&xdr)) != 0)
4488 goto out;
4489 decode_getfattr(&xdr, res->old_fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490out:
4491 return status;
4492}
4493
4494/*
4495 * Decode LINK response
4496 */
Al Viro8687b632006-10-19 23:28:48 -07004497static int nfs4_xdr_dec_link(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_link_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004498{
4499 struct xdr_stream xdr;
4500 struct compound_hdr hdr;
4501 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004502
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004504 status = decode_compound_hdr(&xdr, &hdr);
4505 if (status)
4506 goto out;
4507 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4508 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509 goto out;
4510 if ((status = decode_putfh(&xdr)) != 0)
4511 goto out;
4512 if ((status = decode_savefh(&xdr)) != 0)
4513 goto out;
4514 if ((status = decode_putfh(&xdr)) != 0)
4515 goto out;
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04004516 if ((status = decode_link(&xdr, &res->cinfo)) != 0)
4517 goto out;
4518 /*
4519 * Note order: OP_LINK leaves the directory as the current
4520 * filehandle.
4521 */
4522 if (decode_getfattr(&xdr, res->dir_attr, res->server) != 0)
4523 goto out;
4524 if ((status = decode_restorefh(&xdr)) != 0)
4525 goto out;
4526 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004527out:
4528 return status;
4529}
4530
4531/*
4532 * Decode CREATE response
4533 */
Al Viro8687b632006-10-19 23:28:48 -07004534static int nfs4_xdr_dec_create(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_create_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535{
4536 struct xdr_stream xdr;
4537 struct compound_hdr hdr;
4538 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004539
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004541 status = decode_compound_hdr(&xdr, &hdr);
4542 if (status)
4543 goto out;
4544 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4545 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004546 goto out;
4547 if ((status = decode_putfh(&xdr)) != 0)
4548 goto out;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004549 if ((status = decode_savefh(&xdr)) != 0)
4550 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004551 if ((status = decode_create(&xdr,&res->dir_cinfo)) != 0)
4552 goto out;
4553 if ((status = decode_getfh(&xdr, res->fh)) != 0)
4554 goto out;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004555 if (decode_getfattr(&xdr, res->fattr, res->server) != 0)
4556 goto out;
4557 if ((status = decode_restorefh(&xdr)) != 0)
4558 goto out;
4559 decode_getfattr(&xdr, res->dir_fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004560out:
4561 return status;
4562}
4563
4564/*
4565 * Decode SYMLINK response
4566 */
Al Viro8687b632006-10-19 23:28:48 -07004567static int nfs4_xdr_dec_symlink(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_create_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568{
4569 return nfs4_xdr_dec_create(rqstp, p, res);
4570}
4571
4572/*
4573 * Decode GETATTR response
4574 */
Al Viro8687b632006-10-19 23:28:48 -07004575static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_getattr_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004576{
4577 struct xdr_stream xdr;
4578 struct compound_hdr hdr;
4579 int status;
Andy Adamson6c0195a2008-12-23 16:06:15 -05004580
Linus Torvalds1da177e2005-04-16 15:20:36 -07004581 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4582 status = decode_compound_hdr(&xdr, &hdr);
4583 if (status)
4584 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004585 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4586 if (status)
4587 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588 status = decode_putfh(&xdr);
4589 if (status)
4590 goto out;
4591 status = decode_getfattr(&xdr, res->fattr, res->server);
4592out:
4593 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594}
4595
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004596/*
4597 * Encode an SETACL request
4598 */
4599static int
Al Viro8687b632006-10-19 23:28:48 -07004600nfs4_xdr_enc_setacl(struct rpc_rqst *req, __be32 *p, struct nfs_setaclargs *args)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004601{
Andy Adamson05d564f2008-12-23 16:06:15 -05004602 struct xdr_stream xdr;
4603 struct compound_hdr hdr = {
Benny Halevy66cc0422009-04-01 09:22:10 -04004604 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
Andy Adamson05d564f2008-12-23 16:06:15 -05004605 };
4606 int status;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004607
Andy Adamson05d564f2008-12-23 16:06:15 -05004608 xdr_init_encode(&xdr, &req->rq_snd_buf, p);
Benny Halevy0c4e8c12009-04-01 09:22:07 -04004609 encode_compound_hdr(&xdr, req, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004610 encode_sequence(&xdr, &args->seq_args, &hdr);
Andy Adamsoncf8cdbe2008-12-23 16:06:18 -05004611 encode_putfh(&xdr, args->fh, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05004612 status = encode_setacl(&xdr, args, &hdr);
Andy Adamsond0179312008-12-23 16:06:17 -05004613 encode_nops(&hdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05004614 return status;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004615}
Andy Adamson05d564f2008-12-23 16:06:15 -05004616
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004617/*
4618 * Decode SETACL response
4619 */
4620static int
Benny Halevy73c403a2009-04-01 09:22:01 -04004621nfs4_xdr_dec_setacl(struct rpc_rqst *rqstp, __be32 *p,
4622 struct nfs_setaclres *res)
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004623{
4624 struct xdr_stream xdr;
4625 struct compound_hdr hdr;
4626 int status;
4627
4628 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4629 status = decode_compound_hdr(&xdr, &hdr);
4630 if (status)
4631 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004632 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4633 if (status)
4634 goto out;
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004635 status = decode_putfh(&xdr);
4636 if (status)
4637 goto out;
Benny Halevy9e9ecc02009-04-01 09:22:00 -04004638 status = decode_setattr(&xdr);
J. Bruce Fields23ec6962005-06-22 17:16:22 +00004639out:
4640 return status;
4641}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642
4643/*
J. Bruce Fields029d1052005-06-22 17:16:22 +00004644 * Decode GETACL response
4645 */
4646static int
Benny Halevy663c79b2009-04-01 09:21:59 -04004647nfs4_xdr_dec_getacl(struct rpc_rqst *rqstp, __be32 *p,
4648 struct nfs_getaclres *res)
J. Bruce Fields029d1052005-06-22 17:16:22 +00004649{
4650 struct xdr_stream xdr;
4651 struct compound_hdr hdr;
4652 int status;
4653
4654 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4655 status = decode_compound_hdr(&xdr, &hdr);
4656 if (status)
4657 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004658 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4659 if (status)
4660 goto out;
J. Bruce Fields029d1052005-06-22 17:16:22 +00004661 status = decode_putfh(&xdr);
4662 if (status)
4663 goto out;
Benny Halevy663c79b2009-04-01 09:21:59 -04004664 status = decode_getacl(&xdr, rqstp, &res->acl_len);
J. Bruce Fields029d1052005-06-22 17:16:22 +00004665
4666out:
4667 return status;
4668}
4669
4670/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004671 * Decode CLOSE response
4672 */
Al Viro8687b632006-10-19 23:28:48 -07004673static int nfs4_xdr_dec_close(struct rpc_rqst *rqstp, __be32 *p, struct nfs_closeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004674{
Andy Adamson05d564f2008-12-23 16:06:15 -05004675 struct xdr_stream xdr;
4676 struct compound_hdr hdr;
4677 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004678
Andy Adamson05d564f2008-12-23 16:06:15 -05004679 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4680 status = decode_compound_hdr(&xdr, &hdr);
4681 if (status)
4682 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004683 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4684 if (status)
4685 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004686 status = decode_putfh(&xdr);
4687 if (status)
4688 goto out;
4689 status = decode_close(&xdr, res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04004690 if (status != 0)
4691 goto out;
4692 /*
4693 * Note: Server may do delete on close for this file
4694 * in which case the getattr call will fail with
4695 * an ESTALE error. Shouldn't be a problem,
4696 * though, since fattr->valid will remain unset.
4697 */
4698 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004700 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004701}
4702
4703/*
4704 * Decode OPEN response
4705 */
Al Viro8687b632006-10-19 23:28:48 -07004706static int nfs4_xdr_dec_open(struct rpc_rqst *rqstp, __be32 *p, struct nfs_openres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004707{
Andy Adamson05d564f2008-12-23 16:06:15 -05004708 struct xdr_stream xdr;
4709 struct compound_hdr hdr;
4710 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004711
Andy Adamson05d564f2008-12-23 16:06:15 -05004712 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4713 status = decode_compound_hdr(&xdr, &hdr);
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004714 if (status)
4715 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004716 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4717 if (status)
4718 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004719 status = decode_putfh(&xdr);
4720 if (status)
4721 goto out;
4722 status = decode_savefh(&xdr);
4723 if (status)
4724 goto out;
4725 status = decode_open(&xdr, res);
4726 if (status)
4727 goto out;
Trond Myklebust99367812007-07-17 21:52:41 -04004728 if (decode_getfh(&xdr, &res->fh) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004729 goto out;
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004730 if (decode_getfattr(&xdr, res->f_attr, res->server) != 0)
4731 goto out;
Trond Myklebust365c8f52007-07-17 21:52:37 -04004732 if (decode_restorefh(&xdr) != 0)
Trond Myklebust56ae19f2005-10-27 22:12:40 -04004733 goto out;
4734 decode_getfattr(&xdr, res->dir_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004735out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004736 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737}
4738
4739/*
4740 * Decode OPEN_CONFIRM response
4741 */
Al Viro8687b632006-10-19 23:28:48 -07004742static int nfs4_xdr_dec_open_confirm(struct rpc_rqst *rqstp, __be32 *p, struct nfs_open_confirmres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743{
Andy Adamson05d564f2008-12-23 16:06:15 -05004744 struct xdr_stream xdr;
4745 struct compound_hdr hdr;
4746 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004747
Andy Adamson05d564f2008-12-23 16:06:15 -05004748 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4749 status = decode_compound_hdr(&xdr, &hdr);
4750 if (status)
4751 goto out;
4752 status = decode_putfh(&xdr);
4753 if (status)
4754 goto out;
4755 status = decode_open_confirm(&xdr, res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004756out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004757 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004758}
4759
4760/*
4761 * Decode OPEN response
4762 */
Al Viro8687b632006-10-19 23:28:48 -07004763static int nfs4_xdr_dec_open_noattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs_openres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004764{
Andy Adamson05d564f2008-12-23 16:06:15 -05004765 struct xdr_stream xdr;
4766 struct compound_hdr hdr;
4767 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004768
Andy Adamson05d564f2008-12-23 16:06:15 -05004769 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4770 status = decode_compound_hdr(&xdr, &hdr);
4771 if (status)
4772 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004773 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4774 if (status)
4775 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004776 status = decode_putfh(&xdr);
4777 if (status)
4778 goto out;
4779 status = decode_open(&xdr, res);
4780 if (status)
4781 goto out;
Trond Myklebust864472e2006-01-03 09:55:15 +01004782 decode_getfattr(&xdr, res->f_attr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004783out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004784 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004785}
4786
4787/*
4788 * Decode SETATTR response
4789 */
Al Viro8687b632006-10-19 23:28:48 -07004790static int nfs4_xdr_dec_setattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs_setattrres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004791{
Andy Adamson05d564f2008-12-23 16:06:15 -05004792 struct xdr_stream xdr;
4793 struct compound_hdr hdr;
4794 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004795
Andy Adamson05d564f2008-12-23 16:06:15 -05004796 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4797 status = decode_compound_hdr(&xdr, &hdr);
4798 if (status)
4799 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004800 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4801 if (status)
4802 goto out;
Andy Adamson05d564f2008-12-23 16:06:15 -05004803 status = decode_putfh(&xdr);
4804 if (status)
4805 goto out;
Benny Halevy9e9ecc02009-04-01 09:22:00 -04004806 status = decode_setattr(&xdr);
Andy Adamson05d564f2008-12-23 16:06:15 -05004807 if (status)
4808 goto out;
Trond Myklebust78f945f2009-03-11 14:10:23 -04004809 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004810out:
Andy Adamson05d564f2008-12-23 16:06:15 -05004811 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004812}
4813
4814/*
4815 * Decode LOCK response
4816 */
Al Viro8687b632006-10-19 23:28:48 -07004817static int nfs4_xdr_dec_lock(struct rpc_rqst *rqstp, __be32 *p, struct nfs_lock_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004818{
4819 struct xdr_stream xdr;
4820 struct compound_hdr hdr;
4821 int status;
4822
4823 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4824 status = decode_compound_hdr(&xdr, &hdr);
4825 if (status)
4826 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004827 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4828 if (status)
4829 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004830 status = decode_putfh(&xdr);
4831 if (status)
4832 goto out;
4833 status = decode_lock(&xdr, res);
4834out:
4835 return status;
4836}
4837
4838/*
4839 * Decode LOCKT response
4840 */
Al Viro8687b632006-10-19 23:28:48 -07004841static int nfs4_xdr_dec_lockt(struct rpc_rqst *rqstp, __be32 *p, struct nfs_lockt_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004842{
4843 struct xdr_stream xdr;
4844 struct compound_hdr hdr;
4845 int status;
4846
4847 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4848 status = decode_compound_hdr(&xdr, &hdr);
4849 if (status)
4850 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004851 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4852 if (status)
4853 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004854 status = decode_putfh(&xdr);
4855 if (status)
4856 goto out;
4857 status = decode_lockt(&xdr, res);
4858out:
4859 return status;
4860}
4861
4862/*
4863 * Decode LOCKU response
4864 */
Al Viro8687b632006-10-19 23:28:48 -07004865static int nfs4_xdr_dec_locku(struct rpc_rqst *rqstp, __be32 *p, struct nfs_locku_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004866{
4867 struct xdr_stream xdr;
4868 struct compound_hdr hdr;
4869 int status;
4870
4871 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4872 status = decode_compound_hdr(&xdr, &hdr);
4873 if (status)
4874 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004875 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4876 if (status)
4877 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004878 status = decode_putfh(&xdr);
4879 if (status)
4880 goto out;
4881 status = decode_locku(&xdr, res);
4882out:
4883 return status;
4884}
4885
4886/*
4887 * Decode READLINK response
4888 */
Benny Halevyf50c7002009-04-01 09:21:55 -04004889static int nfs4_xdr_dec_readlink(struct rpc_rqst *rqstp, __be32 *p,
4890 struct nfs4_readlink_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004891{
4892 struct xdr_stream xdr;
4893 struct compound_hdr hdr;
4894 int status;
4895
4896 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4897 status = decode_compound_hdr(&xdr, &hdr);
4898 if (status)
4899 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004900 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4901 if (status)
4902 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004903 status = decode_putfh(&xdr);
4904 if (status)
4905 goto out;
4906 status = decode_readlink(&xdr, rqstp);
4907out:
4908 return status;
4909}
4910
4911/*
4912 * Decode READDIR response
4913 */
Al Viro8687b632006-10-19 23:28:48 -07004914static int nfs4_xdr_dec_readdir(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_readdir_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004915{
4916 struct xdr_stream xdr;
4917 struct compound_hdr hdr;
4918 int status;
4919
4920 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4921 status = decode_compound_hdr(&xdr, &hdr);
4922 if (status)
4923 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004924 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4925 if (status)
4926 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004927 status = decode_putfh(&xdr);
4928 if (status)
4929 goto out;
4930 status = decode_readdir(&xdr, rqstp, res);
4931out:
4932 return status;
4933}
4934
4935/*
4936 * Decode Read response
4937 */
Al Viro8687b632006-10-19 23:28:48 -07004938static int nfs4_xdr_dec_read(struct rpc_rqst *rqstp, __be32 *p, struct nfs_readres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004939{
4940 struct xdr_stream xdr;
4941 struct compound_hdr hdr;
4942 int status;
4943
4944 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4945 status = decode_compound_hdr(&xdr, &hdr);
4946 if (status)
4947 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004948 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4949 if (status)
4950 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004951 status = decode_putfh(&xdr);
4952 if (status)
4953 goto out;
4954 status = decode_read(&xdr, rqstp, res);
4955 if (!status)
4956 status = res->count;
4957out:
4958 return status;
4959}
4960
4961/*
4962 * Decode WRITE response
4963 */
Al Viro8687b632006-10-19 23:28:48 -07004964static int nfs4_xdr_dec_write(struct rpc_rqst *rqstp, __be32 *p, struct nfs_writeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004965{
4966 struct xdr_stream xdr;
4967 struct compound_hdr hdr;
4968 int status;
4969
4970 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
4971 status = decode_compound_hdr(&xdr, &hdr);
4972 if (status)
4973 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04004974 status = decode_sequence(&xdr, &res->seq_res, rqstp);
4975 if (status)
4976 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004977 status = decode_putfh(&xdr);
4978 if (status)
4979 goto out;
4980 status = decode_write(&xdr, res);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004981 if (status)
4982 goto out;
4983 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004984 if (!status)
4985 status = res->count;
4986out:
4987 return status;
4988}
4989
4990/*
4991 * Decode COMMIT response
4992 */
Al Viro8687b632006-10-19 23:28:48 -07004993static int nfs4_xdr_dec_commit(struct rpc_rqst *rqstp, __be32 *p, struct nfs_writeres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004994{
4995 struct xdr_stream xdr;
4996 struct compound_hdr hdr;
4997 int status;
4998
4999 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5000 status = decode_compound_hdr(&xdr, &hdr);
5001 if (status)
5002 goto out;
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005003 status = decode_sequence(&xdr, &res->seq_res, rqstp);
5004 if (status)
5005 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005006 status = decode_putfh(&xdr);
5007 if (status)
5008 goto out;
5009 status = decode_commit(&xdr, res);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04005010 if (status)
5011 goto out;
5012 decode_getfattr(&xdr, res->fattr, res->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005013out:
5014 return status;
5015}
5016
5017/*
5018 * FSINFO request
5019 */
Benny Halevy3dda5e42009-04-01 09:21:57 -04005020static int nfs4_xdr_dec_fsinfo(struct rpc_rqst *req, __be32 *p,
5021 struct nfs4_fsinfo_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005022{
5023 struct xdr_stream xdr;
5024 struct compound_hdr hdr;
5025 int status;
5026
5027 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5028 status = decode_compound_hdr(&xdr, &hdr);
5029 if (!status)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005030 status = decode_sequence(&xdr, &res->seq_res, req);
5031 if (!status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005032 status = decode_putfh(&xdr);
5033 if (!status)
Benny Halevy3dda5e42009-04-01 09:21:57 -04005034 status = decode_fsinfo(&xdr, res->fsinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005035 return status;
5036}
5037
5038/*
5039 * PATHCONF request
5040 */
Benny Halevyd45b2982009-04-01 09:21:58 -04005041static int nfs4_xdr_dec_pathconf(struct rpc_rqst *req, __be32 *p,
5042 struct nfs4_pathconf_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005043{
5044 struct xdr_stream xdr;
5045 struct compound_hdr hdr;
5046 int status;
5047
5048 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5049 status = decode_compound_hdr(&xdr, &hdr);
5050 if (!status)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005051 status = decode_sequence(&xdr, &res->seq_res, req);
5052 if (!status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005053 status = decode_putfh(&xdr);
5054 if (!status)
Benny Halevyd45b2982009-04-01 09:21:58 -04005055 status = decode_pathconf(&xdr, res->pathconf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005056 return status;
5057}
5058
5059/*
5060 * STATFS request
5061 */
Benny Halevy24ad1482009-04-01 09:21:56 -04005062static int nfs4_xdr_dec_statfs(struct rpc_rqst *req, __be32 *p,
5063 struct nfs4_statfs_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005064{
5065 struct xdr_stream xdr;
5066 struct compound_hdr hdr;
5067 int status;
5068
5069 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5070 status = decode_compound_hdr(&xdr, &hdr);
5071 if (!status)
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005072 status = decode_sequence(&xdr, &res->seq_res, req);
5073 if (!status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005074 status = decode_putfh(&xdr);
5075 if (!status)
Benny Halevy24ad1482009-04-01 09:21:56 -04005076 status = decode_statfs(&xdr, res->fsstat);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005077 return status;
5078}
5079
5080/*
5081 * GETATTR_BITMAP request
5082 */
Al Viro8687b632006-10-19 23:28:48 -07005083static 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 -07005084{
5085 struct xdr_stream xdr;
5086 struct compound_hdr hdr;
5087 int status;
5088
5089 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005090 status = decode_compound_hdr(&xdr, &hdr);
5091 if (status)
5092 goto out;
5093 status = decode_sequence(&xdr, &res->seq_res, req);
5094 if (status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005095 goto out;
5096 if ((status = decode_putfh(&xdr)) != 0)
5097 goto out;
5098 status = decode_server_caps(&xdr, res);
5099out:
5100 return status;
5101}
5102
5103/*
5104 * Decode RENEW response
5105 */
Al Viro8687b632006-10-19 23:28:48 -07005106static int nfs4_xdr_dec_renew(struct rpc_rqst *rqstp, __be32 *p, void *dummy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005107{
5108 struct xdr_stream xdr;
5109 struct compound_hdr hdr;
5110 int status;
5111
5112 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5113 status = decode_compound_hdr(&xdr, &hdr);
5114 if (!status)
5115 status = decode_renew(&xdr);
5116 return status;
5117}
5118
5119/*
5120 * a SETCLIENTID request
5121 */
Al Viro8687b632006-10-19 23:28:48 -07005122static int nfs4_xdr_dec_setclientid(struct rpc_rqst *req, __be32 *p,
David Howellsadfa6f92006-08-22 20:06:08 -04005123 struct nfs_client *clp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005124{
5125 struct xdr_stream xdr;
5126 struct compound_hdr hdr;
5127 int status;
5128
5129 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5130 status = decode_compound_hdr(&xdr, &hdr);
5131 if (!status)
5132 status = decode_setclientid(&xdr, clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005133 return status;
5134}
5135
5136/*
5137 * a SETCLIENTID_CONFIRM request
5138 */
Al Viro8687b632006-10-19 23:28:48 -07005139static int nfs4_xdr_dec_setclientid_confirm(struct rpc_rqst *req, __be32 *p, struct nfs_fsinfo *fsinfo)
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_confirm(&xdr);
5149 if (!status)
5150 status = decode_putrootfh(&xdr);
5151 if (!status)
5152 status = decode_fsinfo(&xdr, fsinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005153 return status;
5154}
5155
5156/*
5157 * DELEGRETURN request
5158 */
Al Viro8687b632006-10-19 23:28:48 -07005159static int nfs4_xdr_dec_delegreturn(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_delegreturnres *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005160{
5161 struct xdr_stream xdr;
5162 struct compound_hdr hdr;
5163 int status;
5164
5165 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5166 status = decode_compound_hdr(&xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005167 if (status)
5168 goto out;
5169 status = decode_sequence(&xdr, &res->seq_res, rqstp);
5170 if (status)
Trond Myklebustfa178f22006-01-03 09:55:38 +01005171 goto out;
5172 status = decode_putfh(&xdr);
5173 if (status != 0)
5174 goto out;
5175 status = decode_delegreturn(&xdr);
5176 decode_getfattr(&xdr, res->fattr, res->server);
5177out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005178 return status;
5179}
5180
Trond Myklebust683b57b2006-06-09 09:34:22 -04005181/*
5182 * FS_LOCATIONS request
5183 */
Benny Halevy22958462009-04-01 09:22:02 -04005184static int nfs4_xdr_dec_fs_locations(struct rpc_rqst *req, __be32 *p,
5185 struct nfs4_fs_locations_res *res)
Trond Myklebust683b57b2006-06-09 09:34:22 -04005186{
5187 struct xdr_stream xdr;
5188 struct compound_hdr hdr;
5189 int status;
5190
5191 xdr_init_decode(&xdr, &req->rq_rcv_buf, p);
5192 status = decode_compound_hdr(&xdr, &hdr);
Andy Adamson9b7b9fc2009-04-01 09:22:11 -04005193 if (status)
5194 goto out;
5195 status = decode_sequence(&xdr, &res->seq_res, req);
5196 if (status)
Trond Myklebust683b57b2006-06-09 09:34:22 -04005197 goto out;
5198 if ((status = decode_putfh(&xdr)) != 0)
5199 goto out;
5200 if ((status = decode_lookup(&xdr)) != 0)
5201 goto out;
5202 xdr_enter_page(&xdr, PAGE_SIZE);
Benny Halevy22958462009-04-01 09:22:02 -04005203 status = decode_getfattr(&xdr, &res->fs_locations->fattr,
5204 res->fs_locations->server);
Trond Myklebust683b57b2006-06-09 09:34:22 -04005205out:
5206 return status;
5207}
5208
Benny Halevy99fe60d2009-04-01 09:22:29 -04005209#if defined(CONFIG_NFS_V4_1)
5210/*
5211 * EXCHANGE_ID request
5212 */
5213static int nfs4_xdr_dec_exchange_id(struct rpc_rqst *rqstp, uint32_t *p,
5214 void *res)
5215{
5216 struct xdr_stream xdr;
5217 struct compound_hdr hdr;
5218 int status;
5219
5220 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5221 status = decode_compound_hdr(&xdr, &hdr);
5222 if (!status)
5223 status = decode_exchange_id(&xdr, res);
5224 return status;
5225}
Andy Adamson2050f0c2009-04-01 09:22:30 -04005226
5227/*
Andy Adamsonfc931582009-04-01 09:22:31 -04005228 * a CREATE_SESSION request
5229 */
5230static int nfs4_xdr_dec_create_session(struct rpc_rqst *rqstp, uint32_t *p,
5231 struct nfs41_create_session_res *res)
5232{
5233 struct xdr_stream xdr;
5234 struct compound_hdr hdr;
5235 int status;
5236
5237 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5238 status = decode_compound_hdr(&xdr, &hdr);
5239 if (!status)
5240 status = decode_create_session(&xdr, res);
5241 return status;
5242}
5243
5244/*
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005245 * a DESTROY_SESSION request
5246 */
5247static int nfs4_xdr_dec_destroy_session(struct rpc_rqst *rqstp, uint32_t *p,
5248 void *dummy)
5249{
5250 struct xdr_stream xdr;
5251 struct compound_hdr hdr;
5252 int status;
5253
5254 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5255 status = decode_compound_hdr(&xdr, &hdr);
5256 if (!status)
5257 status = decode_destroy_session(&xdr, dummy);
5258 return status;
5259}
5260
5261/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005262 * a SEQUENCE request
5263 */
5264static int nfs4_xdr_dec_sequence(struct rpc_rqst *rqstp, uint32_t *p,
5265 struct nfs4_sequence_res *res)
5266{
5267 struct xdr_stream xdr;
5268 struct compound_hdr hdr;
5269 int status;
5270
5271 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5272 status = decode_compound_hdr(&xdr, &hdr);
5273 if (!status)
5274 status = decode_sequence(&xdr, res, rqstp);
5275 return status;
5276}
5277
5278/*
Andy Adamson2050f0c2009-04-01 09:22:30 -04005279 * a GET_LEASE_TIME request
5280 */
5281static int nfs4_xdr_dec_get_lease_time(struct rpc_rqst *rqstp, uint32_t *p,
5282 struct nfs4_get_lease_time_res *res)
5283{
5284 struct xdr_stream xdr;
5285 struct compound_hdr hdr;
5286 int status;
5287
5288 xdr_init_decode(&xdr, &rqstp->rq_rcv_buf, p);
5289 status = decode_compound_hdr(&xdr, &hdr);
5290 if (!status)
5291 status = decode_sequence(&xdr, &res->lr_seq_res, rqstp);
5292 if (!status)
5293 status = decode_putrootfh(&xdr);
5294 if (!status)
5295 status = decode_fsinfo(&xdr, res->lr_fsinfo);
5296 return status;
5297}
Benny Halevy99fe60d2009-04-01 09:22:29 -04005298#endif /* CONFIG_NFS_V4_1 */
5299
Al Viro0dbb4c62006-10-19 23:28:49 -07005300__be32 *nfs4_decode_dirent(__be32 *p, struct nfs_entry *entry, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005301{
5302 uint32_t bitmap[2] = {0};
5303 uint32_t len;
5304
5305 if (!*p++) {
5306 if (!*p)
5307 return ERR_PTR(-EAGAIN);
5308 entry->eof = 1;
5309 return ERR_PTR(-EBADCOOKIE);
5310 }
5311
5312 entry->prev_cookie = entry->cookie;
5313 p = xdr_decode_hyper(p, &entry->cookie);
5314 entry->len = ntohl(*p++);
5315 entry->name = (const char *) p;
5316 p += XDR_QUADLEN(entry->len);
5317
5318 /*
5319 * In case the server doesn't return an inode number,
5320 * we fake one here. (We don't use inode number 0,
5321 * since glibc seems to choke on it...)
5322 */
5323 entry->ino = 1;
5324
5325 len = ntohl(*p++); /* bitmap length */
5326 if (len-- > 0) {
5327 bitmap[0] = ntohl(*p++);
5328 if (len-- > 0) {
5329 bitmap[1] = ntohl(*p++);
5330 p += len;
5331 }
5332 }
5333 len = XDR_QUADLEN(ntohl(*p++)); /* attribute buffer length */
5334 if (len > 0) {
Manoj Naik97d312d2005-06-22 17:16:39 +00005335 if (bitmap[0] & FATTR4_WORD0_RDATTR_ERROR) {
5336 bitmap[0] &= ~FATTR4_WORD0_RDATTR_ERROR;
5337 /* Ignore the return value of rdattr_error for now */
5338 p++;
5339 len--;
5340 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005341 if (bitmap[0] == 0 && bitmap[1] == FATTR4_WORD1_MOUNTED_ON_FILEID)
5342 xdr_decode_hyper(p, &entry->ino);
5343 else if (bitmap[0] == FATTR4_WORD0_FILEID)
5344 xdr_decode_hyper(p, &entry->ino);
5345 p += len;
5346 }
5347
5348 entry->eof = !p[0] && p[1];
5349 return p;
5350}
5351
5352/*
5353 * We need to translate between nfs status return values and
5354 * the local errno values which may not be the same.
5355 */
5356static struct {
5357 int stat;
5358 int errno;
5359} nfs_errtbl[] = {
5360 { NFS4_OK, 0 },
Benny Halevy856dff32008-03-31 17:39:06 +03005361 { NFS4ERR_PERM, -EPERM },
5362 { NFS4ERR_NOENT, -ENOENT },
5363 { NFS4ERR_IO, -errno_NFSERR_IO},
5364 { NFS4ERR_NXIO, -ENXIO },
5365 { NFS4ERR_ACCESS, -EACCES },
5366 { NFS4ERR_EXIST, -EEXIST },
5367 { NFS4ERR_XDEV, -EXDEV },
5368 { NFS4ERR_NOTDIR, -ENOTDIR },
5369 { NFS4ERR_ISDIR, -EISDIR },
5370 { NFS4ERR_INVAL, -EINVAL },
5371 { NFS4ERR_FBIG, -EFBIG },
5372 { NFS4ERR_NOSPC, -ENOSPC },
5373 { NFS4ERR_ROFS, -EROFS },
5374 { NFS4ERR_MLINK, -EMLINK },
5375 { NFS4ERR_NAMETOOLONG, -ENAMETOOLONG },
5376 { NFS4ERR_NOTEMPTY, -ENOTEMPTY },
5377 { NFS4ERR_DQUOT, -EDQUOT },
5378 { NFS4ERR_STALE, -ESTALE },
5379 { NFS4ERR_BADHANDLE, -EBADHANDLE },
5380 { NFS4ERR_BADOWNER, -EINVAL },
5381 { NFS4ERR_BADNAME, -EINVAL },
5382 { NFS4ERR_BAD_COOKIE, -EBADCOOKIE },
5383 { NFS4ERR_NOTSUPP, -ENOTSUPP },
5384 { NFS4ERR_TOOSMALL, -ETOOSMALL },
5385 { NFS4ERR_SERVERFAULT, -ESERVERFAULT },
5386 { NFS4ERR_BADTYPE, -EBADTYPE },
5387 { NFS4ERR_LOCKED, -EAGAIN },
5388 { NFS4ERR_RESOURCE, -EREMOTEIO },
5389 { NFS4ERR_SYMLINK, -ELOOP },
5390 { NFS4ERR_OP_ILLEGAL, -EOPNOTSUPP },
5391 { NFS4ERR_DEADLOCK, -EDEADLK },
5392 { NFS4ERR_WRONGSEC, -EPERM }, /* FIXME: this needs
Linus Torvalds1da177e2005-04-16 15:20:36 -07005393 * to be handled by a
5394 * middle-layer.
5395 */
Benny Halevy856dff32008-03-31 17:39:06 +03005396 { -1, -EIO }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005397};
5398
5399/*
5400 * Convert an NFS error code to a local one.
5401 * This one is used jointly by NFSv2 and NFSv3.
5402 */
5403static int
David Howells0a8ea432006-08-22 20:06:08 -04005404nfs4_stat_to_errno(int stat)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005405{
5406 int i;
5407 for (i = 0; nfs_errtbl[i].stat != -1; i++) {
5408 if (nfs_errtbl[i].stat == stat)
5409 return nfs_errtbl[i].errno;
5410 }
5411 if (stat <= 10000 || stat > 10100) {
5412 /* The server is looney tunes. */
Benny Halevy856dff32008-03-31 17:39:06 +03005413 return -ESERVERFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005414 }
5415 /* If we cannot translate the error, the recovery routines should
5416 * handle it.
5417 * Note: remaining NFSv4 error codes have values > 10000, so should
5418 * not conflict with native Linux error codes.
5419 */
Benny Halevy856dff32008-03-31 17:39:06 +03005420 return -stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005421}
5422
Linus Torvalds1da177e2005-04-16 15:20:36 -07005423#define PROC(proc, argtype, restype) \
5424[NFSPROC4_CLNT_##proc] = { \
5425 .p_proc = NFSPROC4_COMPOUND, \
5426 .p_encode = (kxdrproc_t) nfs4_xdr_##argtype, \
5427 .p_decode = (kxdrproc_t) nfs4_xdr_##restype, \
Chuck Lever2bea90d2007-03-29 16:47:53 -04005428 .p_arglen = NFS4_##argtype##_sz, \
5429 .p_replen = NFS4_##restype##_sz, \
Chuck Levercc0175c2006-03-20 13:44:22 -05005430 .p_statidx = NFSPROC4_CLNT_##proc, \
5431 .p_name = #proc, \
Andy Adamson05d564f2008-12-23 16:06:15 -05005432}
Linus Torvalds1da177e2005-04-16 15:20:36 -07005433
5434struct rpc_procinfo nfs4_procedures[] = {
5435 PROC(READ, enc_read, dec_read),
5436 PROC(WRITE, enc_write, dec_write),
5437 PROC(COMMIT, enc_commit, dec_commit),
5438 PROC(OPEN, enc_open, dec_open),
5439 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
5440 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
5441 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
5442 PROC(CLOSE, enc_close, dec_close),
5443 PROC(SETATTR, enc_setattr, dec_setattr),
5444 PROC(FSINFO, enc_fsinfo, dec_fsinfo),
5445 PROC(RENEW, enc_renew, dec_renew),
5446 PROC(SETCLIENTID, enc_setclientid, dec_setclientid),
5447 PROC(SETCLIENTID_CONFIRM, enc_setclientid_confirm, dec_setclientid_confirm),
5448 PROC(LOCK, enc_lock, dec_lock),
5449 PROC(LOCKT, enc_lockt, dec_lockt),
5450 PROC(LOCKU, enc_locku, dec_locku),
5451 PROC(ACCESS, enc_access, dec_access),
5452 PROC(GETATTR, enc_getattr, dec_getattr),
5453 PROC(LOOKUP, enc_lookup, dec_lookup),
5454 PROC(LOOKUP_ROOT, enc_lookup_root, dec_lookup_root),
5455 PROC(REMOVE, enc_remove, dec_remove),
5456 PROC(RENAME, enc_rename, dec_rename),
5457 PROC(LINK, enc_link, dec_link),
5458 PROC(SYMLINK, enc_symlink, dec_symlink),
5459 PROC(CREATE, enc_create, dec_create),
5460 PROC(PATHCONF, enc_pathconf, dec_pathconf),
5461 PROC(STATFS, enc_statfs, dec_statfs),
5462 PROC(READLINK, enc_readlink, dec_readlink),
5463 PROC(READDIR, enc_readdir, dec_readdir),
5464 PROC(SERVER_CAPS, enc_server_caps, dec_server_caps),
5465 PROC(DELEGRETURN, enc_delegreturn, dec_delegreturn),
J. Bruce Fields029d1052005-06-22 17:16:22 +00005466 PROC(GETACL, enc_getacl, dec_getacl),
J. Bruce Fields23ec6962005-06-22 17:16:22 +00005467 PROC(SETACL, enc_setacl, dec_setacl),
Trond Myklebust683b57b2006-06-09 09:34:22 -04005468 PROC(FS_LOCATIONS, enc_fs_locations, dec_fs_locations),
Benny Halevy99fe60d2009-04-01 09:22:29 -04005469#if defined(CONFIG_NFS_V4_1)
5470 PROC(EXCHANGE_ID, enc_exchange_id, dec_exchange_id),
Andy Adamsonfc931582009-04-01 09:22:31 -04005471 PROC(CREATE_SESSION, enc_create_session, dec_create_session),
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005472 PROC(DESTROY_SESSION, enc_destroy_session, dec_destroy_session),
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005473 PROC(SEQUENCE, enc_sequence, dec_sequence),
Andy Adamson2050f0c2009-04-01 09:22:30 -04005474 PROC(GET_LEASE_TIME, enc_get_lease_time, dec_get_lease_time),
Benny Halevy99fe60d2009-04-01 09:22:29 -04005475#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005476};
5477
5478struct rpc_version nfs_version4 = {
5479 .number = 4,
Tobias Klausere8c96f82006-03-24 03:15:34 -08005480 .nrprocs = ARRAY_SIZE(nfs4_procedures),
Linus Torvalds1da177e2005-04-16 15:20:36 -07005481 .procs = nfs4_procedures
5482};
5483
5484/*
5485 * Local variables:
5486 * c-basic-offset: 8
5487 * End:
5488 */