1 // SPDX-License-Identifier: GPL-2.0
5 #ifndef __LINUX_FS_NFS_NFS4_2XDR_H
6 #define __LINUX_FS_NFS_NFS4_2XDR_H
10 #define encode_fallocate_maxsz (encode_stateid_maxsz + \
13 #define NFS42_WRITE_RES_SIZE (1 /* wr_callback_id size */ +\
14 XDR_QUADLEN(NFS4_STATEID_SIZE) + \
16 1 /* wr_committed */ + \
17 XDR_QUADLEN(NFS4_VERIFIER_SIZE))
18 #define encode_allocate_maxsz (op_encode_hdr_maxsz + \
19 encode_fallocate_maxsz)
20 #define decode_allocate_maxsz (op_decode_hdr_maxsz)
21 #define encode_copy_maxsz (op_encode_hdr_maxsz + \
22 XDR_QUADLEN(NFS4_STATEID_SIZE) + \
23 XDR_QUADLEN(NFS4_STATEID_SIZE) + \
24 2 + 2 + 2 + 1 + 1 + 1 +\
25 1 + /* One cnr_source_server */\
27 1 + XDR_QUADLEN(NFS4_OPAQUE_LIMIT))
28 #define decode_copy_maxsz (op_decode_hdr_maxsz + \
29 NFS42_WRITE_RES_SIZE + \
30 1 /* cr_consecutive */ + \
31 1 /* cr_synchronous */)
32 #define encode_offload_cancel_maxsz (op_encode_hdr_maxsz + \
33 XDR_QUADLEN(NFS4_STATEID_SIZE))
34 #define decode_offload_cancel_maxsz (op_decode_hdr_maxsz)
35 #define encode_copy_notify_maxsz (op_encode_hdr_maxsz + \
36 XDR_QUADLEN(NFS4_STATEID_SIZE) + \
38 1 + XDR_QUADLEN(NFS4_OPAQUE_LIMIT))
39 #define decode_copy_notify_maxsz (op_decode_hdr_maxsz + \
40 3 + /* cnr_lease_time */\
41 XDR_QUADLEN(NFS4_STATEID_SIZE) + \
42 1 + /* Support 1 cnr_source_server */\
44 1 + XDR_QUADLEN(NFS4_OPAQUE_LIMIT))
45 #define encode_deallocate_maxsz (op_encode_hdr_maxsz + \
46 encode_fallocate_maxsz)
47 #define decode_deallocate_maxsz (op_decode_hdr_maxsz)
48 #define encode_read_plus_maxsz (op_encode_hdr_maxsz + \
49 encode_stateid_maxsz + 3)
50 #define NFS42_READ_PLUS_SEGMENT_SIZE (1 /* data_content4 */ + \
51 2 /* data_info4.di_offset */ + \
52 2 /* data_info4.di_length */)
53 #define decode_read_plus_maxsz (op_decode_hdr_maxsz + \
55 1 /* rpr_contents count */ + \
56 2 * NFS42_READ_PLUS_SEGMENT_SIZE)
57 #define encode_seek_maxsz (op_encode_hdr_maxsz + \
58 encode_stateid_maxsz + \
61 #define decode_seek_maxsz (op_decode_hdr_maxsz + \
66 #define encode_io_info_maxsz 4
67 #define encode_layoutstats_maxsz (op_decode_hdr_maxsz + \
70 encode_stateid_maxsz + \
71 encode_io_info_maxsz + \
72 encode_io_info_maxsz + \
73 1 /* opaque devaddr4 length */ + \
74 XDR_QUADLEN(PNFS_LAYOUTSTATS_MAXSIZE))
75 #define decode_layoutstats_maxsz (op_decode_hdr_maxsz)
76 #define encode_device_error_maxsz (XDR_QUADLEN(NFS4_DEVICEID4_SIZE) + \
77 1 /* status */ + 1 /* opnum */)
78 #define encode_layouterror_maxsz (op_decode_hdr_maxsz + \
81 encode_stateid_maxsz + \
82 1 /* Array size */ + \
83 encode_device_error_maxsz)
84 #define decode_layouterror_maxsz (op_decode_hdr_maxsz)
85 #define encode_clone_maxsz (encode_stateid_maxsz + \
86 encode_stateid_maxsz + \
87 2 /* src offset */ + \
88 2 /* dst offset */ + \
90 #define decode_clone_maxsz (op_decode_hdr_maxsz)
92 #define NFS4_enc_allocate_sz (compound_encode_hdr_maxsz + \
93 encode_sequence_maxsz + \
94 encode_putfh_maxsz + \
95 encode_allocate_maxsz + \
97 #define NFS4_dec_allocate_sz (compound_decode_hdr_maxsz + \
98 decode_sequence_maxsz + \
99 decode_putfh_maxsz + \
100 decode_allocate_maxsz + \
101 decode_getattr_maxsz)
102 #define NFS4_enc_copy_sz (compound_encode_hdr_maxsz + \
103 encode_sequence_maxsz + \
104 encode_putfh_maxsz + \
105 encode_savefh_maxsz + \
106 encode_putfh_maxsz + \
107 encode_copy_maxsz + \
109 #define NFS4_dec_copy_sz (compound_decode_hdr_maxsz + \
110 decode_sequence_maxsz + \
111 decode_putfh_maxsz + \
112 decode_savefh_maxsz + \
113 decode_putfh_maxsz + \
114 decode_copy_maxsz + \
116 #define NFS4_enc_offload_cancel_sz (compound_encode_hdr_maxsz + \
117 encode_sequence_maxsz + \
118 encode_putfh_maxsz + \
119 encode_offload_cancel_maxsz)
120 #define NFS4_dec_offload_cancel_sz (compound_decode_hdr_maxsz + \
121 decode_sequence_maxsz + \
122 decode_putfh_maxsz + \
123 decode_offload_cancel_maxsz)
124 #define NFS4_enc_copy_notify_sz (compound_encode_hdr_maxsz + \
125 encode_putfh_maxsz + \
126 encode_copy_notify_maxsz)
127 #define NFS4_dec_copy_notify_sz (compound_decode_hdr_maxsz + \
128 decode_putfh_maxsz + \
129 decode_copy_notify_maxsz)
130 #define NFS4_enc_deallocate_sz (compound_encode_hdr_maxsz + \
131 encode_sequence_maxsz + \
132 encode_putfh_maxsz + \
133 encode_deallocate_maxsz + \
134 encode_getattr_maxsz)
135 #define NFS4_dec_deallocate_sz (compound_decode_hdr_maxsz + \
136 decode_sequence_maxsz + \
137 decode_putfh_maxsz + \
138 decode_deallocate_maxsz + \
139 decode_getattr_maxsz)
140 #define NFS4_enc_read_plus_sz (compound_encode_hdr_maxsz + \
141 encode_sequence_maxsz + \
142 encode_putfh_maxsz + \
143 encode_read_plus_maxsz)
144 #define NFS4_dec_read_plus_sz (compound_decode_hdr_maxsz + \
145 decode_sequence_maxsz + \
146 decode_putfh_maxsz + \
147 decode_read_plus_maxsz)
148 #define NFS4_enc_seek_sz (compound_encode_hdr_maxsz + \
149 encode_sequence_maxsz + \
150 encode_putfh_maxsz + \
152 #define NFS4_dec_seek_sz (compound_decode_hdr_maxsz + \
153 decode_sequence_maxsz + \
154 decode_putfh_maxsz + \
156 #define NFS4_enc_layoutstats_sz (compound_encode_hdr_maxsz + \
157 encode_sequence_maxsz + \
158 encode_putfh_maxsz + \
159 PNFS_LAYOUTSTATS_MAXDEV * encode_layoutstats_maxsz)
160 #define NFS4_dec_layoutstats_sz (compound_decode_hdr_maxsz + \
161 decode_sequence_maxsz + \
162 decode_putfh_maxsz + \
163 PNFS_LAYOUTSTATS_MAXDEV * decode_layoutstats_maxsz)
164 #define NFS4_enc_layouterror_sz (compound_encode_hdr_maxsz + \
165 encode_sequence_maxsz + \
166 encode_putfh_maxsz + \
167 NFS42_LAYOUTERROR_MAX * \
168 encode_layouterror_maxsz)
169 #define NFS4_dec_layouterror_sz (compound_decode_hdr_maxsz + \
170 decode_sequence_maxsz + \
171 decode_putfh_maxsz + \
172 NFS42_LAYOUTERROR_MAX * \
173 decode_layouterror_maxsz)
174 #define NFS4_enc_clone_sz (compound_encode_hdr_maxsz + \
175 encode_sequence_maxsz + \
176 encode_putfh_maxsz + \
177 encode_savefh_maxsz + \
178 encode_putfh_maxsz + \
179 encode_clone_maxsz + \
180 encode_getattr_maxsz)
181 #define NFS4_dec_clone_sz (compound_decode_hdr_maxsz + \
182 decode_sequence_maxsz + \
183 decode_putfh_maxsz + \
184 decode_savefh_maxsz + \
185 decode_putfh_maxsz + \
186 decode_clone_maxsz + \
187 decode_getattr_maxsz)
189 /* Not limited by NFS itself, limited by the generic xattr code */
190 #define nfs4_xattr_name_maxsz XDR_QUADLEN(XATTR_NAME_MAX)
192 #define encode_getxattr_maxsz (op_encode_hdr_maxsz + 1 + \
193 nfs4_xattr_name_maxsz)
194 #define decode_getxattr_maxsz (op_decode_hdr_maxsz + 1 + 1)
195 #define encode_setxattr_maxsz (op_encode_hdr_maxsz + \
196 1 + nfs4_xattr_name_maxsz + 1)
197 #define decode_setxattr_maxsz (op_decode_hdr_maxsz + decode_change_info_maxsz)
198 #define encode_listxattrs_maxsz (op_encode_hdr_maxsz + 2 + 1)
199 #define decode_listxattrs_maxsz (op_decode_hdr_maxsz + 2 + 1 + 1 + 1)
200 #define encode_removexattr_maxsz (op_encode_hdr_maxsz + 1 + \
201 nfs4_xattr_name_maxsz)
202 #define decode_removexattr_maxsz (op_decode_hdr_maxsz + \
203 decode_change_info_maxsz)
205 #define NFS4_enc_getxattr_sz (compound_encode_hdr_maxsz + \
206 encode_sequence_maxsz + \
207 encode_putfh_maxsz + \
208 encode_getxattr_maxsz)
209 #define NFS4_dec_getxattr_sz (compound_decode_hdr_maxsz + \
210 decode_sequence_maxsz + \
211 decode_putfh_maxsz + \
212 decode_getxattr_maxsz)
213 #define NFS4_enc_setxattr_sz (compound_encode_hdr_maxsz + \
214 encode_sequence_maxsz + \
215 encode_putfh_maxsz + \
216 encode_setxattr_maxsz)
217 #define NFS4_dec_setxattr_sz (compound_decode_hdr_maxsz + \
218 decode_sequence_maxsz + \
219 decode_putfh_maxsz + \
220 decode_setxattr_maxsz)
221 #define NFS4_enc_listxattrs_sz (compound_encode_hdr_maxsz + \
222 encode_sequence_maxsz + \
223 encode_putfh_maxsz + \
224 encode_listxattrs_maxsz)
225 #define NFS4_dec_listxattrs_sz (compound_decode_hdr_maxsz + \
226 decode_sequence_maxsz + \
227 decode_putfh_maxsz + \
228 decode_listxattrs_maxsz)
229 #define NFS4_enc_removexattr_sz (compound_encode_hdr_maxsz + \
230 encode_sequence_maxsz + \
231 encode_putfh_maxsz + \
232 encode_removexattr_maxsz)
233 #define NFS4_dec_removexattr_sz (compound_decode_hdr_maxsz + \
234 decode_sequence_maxsz + \
235 decode_putfh_maxsz + \
236 decode_removexattr_maxsz)
239 * These values specify the maximum amount of data that is not
240 * associated with the extended attribute name or extended
241 * attribute list in the SETXATTR, GETXATTR and LISTXATTR
244 const u32 nfs42_maxsetxattr_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
245 compound_encode_hdr_maxsz +
246 encode_sequence_maxsz +
247 encode_putfh_maxsz + 1 +
248 nfs4_xattr_name_maxsz)
251 const u32 nfs42_maxgetxattr_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
252 compound_decode_hdr_maxsz +
253 decode_sequence_maxsz +
254 decode_putfh_maxsz + 1) * XDR_UNIT);
256 const u32 nfs42_maxlistxattrs_overhead = ((RPC_MAX_HEADER_WITH_AUTH +
257 compound_decode_hdr_maxsz +
258 decode_sequence_maxsz +
259 decode_putfh_maxsz + 3) * XDR_UNIT);
261 static void encode_fallocate(struct xdr_stream *xdr,
262 const struct nfs42_falloc_args *args)
264 encode_nfs4_stateid(xdr, &args->falloc_stateid);
265 encode_uint64(xdr, args->falloc_offset);
266 encode_uint64(xdr, args->falloc_length);
269 static void encode_allocate(struct xdr_stream *xdr,
270 const struct nfs42_falloc_args *args,
271 struct compound_hdr *hdr)
273 encode_op_hdr(xdr, OP_ALLOCATE, decode_allocate_maxsz, hdr);
274 encode_fallocate(xdr, args);
277 static void encode_nl4_server(struct xdr_stream *xdr,
278 const struct nl4_server *ns)
280 encode_uint32(xdr, ns->nl4_type);
281 switch (ns->nl4_type) {
284 encode_string(xdr, ns->u.nl4_str_sz, ns->u.nl4_str);
287 encode_string(xdr, ns->u.nl4_addr.netid_len,
288 ns->u.nl4_addr.netid);
289 encode_string(xdr, ns->u.nl4_addr.addr_len,
290 ns->u.nl4_addr.addr);
297 static void encode_copy(struct xdr_stream *xdr,
298 const struct nfs42_copy_args *args,
299 struct compound_hdr *hdr)
301 encode_op_hdr(xdr, OP_COPY, decode_copy_maxsz, hdr);
302 encode_nfs4_stateid(xdr, &args->src_stateid);
303 encode_nfs4_stateid(xdr, &args->dst_stateid);
305 encode_uint64(xdr, args->src_pos);
306 encode_uint64(xdr, args->dst_pos);
307 encode_uint64(xdr, args->count);
309 encode_uint32(xdr, 1); /* consecutive = true */
310 encode_uint32(xdr, args->sync);
311 if (args->cp_src == NULL) { /* intra-ssc */
312 encode_uint32(xdr, 0); /* no src server list */
315 encode_uint32(xdr, 1); /* supporting 1 server */
316 encode_nl4_server(xdr, args->cp_src);
319 static void encode_offload_cancel(struct xdr_stream *xdr,
320 const struct nfs42_offload_status_args *args,
321 struct compound_hdr *hdr)
323 encode_op_hdr(xdr, OP_OFFLOAD_CANCEL, decode_offload_cancel_maxsz, hdr);
324 encode_nfs4_stateid(xdr, &args->osa_stateid);
327 static void encode_copy_notify(struct xdr_stream *xdr,
328 const struct nfs42_copy_notify_args *args,
329 struct compound_hdr *hdr)
331 encode_op_hdr(xdr, OP_COPY_NOTIFY, decode_copy_notify_maxsz, hdr);
332 encode_nfs4_stateid(xdr, &args->cna_src_stateid);
333 encode_nl4_server(xdr, &args->cna_dst);
336 static void encode_deallocate(struct xdr_stream *xdr,
337 const struct nfs42_falloc_args *args,
338 struct compound_hdr *hdr)
340 encode_op_hdr(xdr, OP_DEALLOCATE, decode_deallocate_maxsz, hdr);
341 encode_fallocate(xdr, args);
344 static void encode_read_plus(struct xdr_stream *xdr,
345 const struct nfs_pgio_args *args,
346 struct compound_hdr *hdr)
348 encode_op_hdr(xdr, OP_READ_PLUS, decode_read_plus_maxsz, hdr);
349 encode_nfs4_stateid(xdr, &args->stateid);
350 encode_uint64(xdr, args->offset);
351 encode_uint32(xdr, args->count);
354 static void encode_seek(struct xdr_stream *xdr,
355 const struct nfs42_seek_args *args,
356 struct compound_hdr *hdr)
358 encode_op_hdr(xdr, OP_SEEK, decode_seek_maxsz, hdr);
359 encode_nfs4_stateid(xdr, &args->sa_stateid);
360 encode_uint64(xdr, args->sa_offset);
361 encode_uint32(xdr, args->sa_what);
364 static void encode_layoutstats(struct xdr_stream *xdr,
365 const struct nfs42_layoutstat_args *args,
366 struct nfs42_layoutstat_devinfo *devinfo,
367 struct compound_hdr *hdr)
371 encode_op_hdr(xdr, OP_LAYOUTSTATS, decode_layoutstats_maxsz, hdr);
372 p = reserve_space(xdr, 8 + 8);
373 p = xdr_encode_hyper(p, devinfo->offset);
374 p = xdr_encode_hyper(p, devinfo->length);
375 encode_nfs4_stateid(xdr, &args->stateid);
376 p = reserve_space(xdr, 4*8 + NFS4_DEVICEID4_SIZE + 4);
377 p = xdr_encode_hyper(p, devinfo->read_count);
378 p = xdr_encode_hyper(p, devinfo->read_bytes);
379 p = xdr_encode_hyper(p, devinfo->write_count);
380 p = xdr_encode_hyper(p, devinfo->write_bytes);
381 p = xdr_encode_opaque_fixed(p, devinfo->dev_id.data,
382 NFS4_DEVICEID4_SIZE);
383 /* Encode layoutupdate4 */
384 *p++ = cpu_to_be32(devinfo->layout_type);
385 if (devinfo->ld_private.ops)
386 devinfo->ld_private.ops->encode(xdr, args,
387 &devinfo->ld_private);
389 encode_uint32(xdr, 0);
392 static void encode_clone(struct xdr_stream *xdr,
393 const struct nfs42_clone_args *args,
394 struct compound_hdr *hdr)
398 encode_op_hdr(xdr, OP_CLONE, decode_clone_maxsz, hdr);
399 encode_nfs4_stateid(xdr, &args->src_stateid);
400 encode_nfs4_stateid(xdr, &args->dst_stateid);
401 p = reserve_space(xdr, 3*8);
402 p = xdr_encode_hyper(p, args->src_offset);
403 p = xdr_encode_hyper(p, args->dst_offset);
404 xdr_encode_hyper(p, args->count);
407 static void encode_device_error(struct xdr_stream *xdr,
408 const struct nfs42_device_error *error)
412 p = reserve_space(xdr, NFS4_DEVICEID4_SIZE + 2*4);
413 p = xdr_encode_opaque_fixed(p, error->dev_id.data,
414 NFS4_DEVICEID4_SIZE);
415 *p++ = cpu_to_be32(error->status);
416 *p = cpu_to_be32(error->opnum);
419 static void encode_layouterror(struct xdr_stream *xdr,
420 const struct nfs42_layout_error *args,
421 struct compound_hdr *hdr)
425 encode_op_hdr(xdr, OP_LAYOUTERROR, decode_layouterror_maxsz, hdr);
426 p = reserve_space(xdr, 8 + 8);
427 p = xdr_encode_hyper(p, args->offset);
428 p = xdr_encode_hyper(p, args->length);
429 encode_nfs4_stateid(xdr, &args->stateid);
430 p = reserve_space(xdr, 4);
432 encode_device_error(xdr, &args->errors[0]);
435 static void encode_setxattr(struct xdr_stream *xdr,
436 const struct nfs42_setxattrargs *arg,
437 struct compound_hdr *hdr)
441 BUILD_BUG_ON(XATTR_CREATE != SETXATTR4_CREATE);
442 BUILD_BUG_ON(XATTR_REPLACE != SETXATTR4_REPLACE);
444 encode_op_hdr(xdr, OP_SETXATTR, decode_setxattr_maxsz, hdr);
445 p = reserve_space(xdr, 4);
446 *p = cpu_to_be32(arg->xattr_flags);
447 encode_string(xdr, strlen(arg->xattr_name), arg->xattr_name);
448 p = reserve_space(xdr, 4);
449 *p = cpu_to_be32(arg->xattr_len);
451 xdr_write_pages(xdr, arg->xattr_pages, 0, arg->xattr_len);
454 static int decode_setxattr(struct xdr_stream *xdr,
455 struct nfs4_change_info *cinfo)
459 status = decode_op_hdr(xdr, OP_SETXATTR);
462 status = decode_change_info(xdr, cinfo);
468 static void encode_getxattr(struct xdr_stream *xdr, const char *name,
469 struct compound_hdr *hdr)
471 encode_op_hdr(xdr, OP_GETXATTR, decode_getxattr_maxsz, hdr);
472 encode_string(xdr, strlen(name), name);
475 static int decode_getxattr(struct xdr_stream *xdr,
476 struct nfs42_getxattrres *res,
477 struct rpc_rqst *req)
483 status = decode_op_hdr(xdr, OP_GETXATTR);
487 p = xdr_inline_decode(xdr, 4);
491 len = be32_to_cpup(p);
492 if (len > req->rq_rcv_buf.page_len)
495 res->xattr_len = len;
498 rdlen = xdr_read_pages(xdr, len);
506 static void encode_removexattr(struct xdr_stream *xdr, const char *name,
507 struct compound_hdr *hdr)
509 encode_op_hdr(xdr, OP_REMOVEXATTR, decode_removexattr_maxsz, hdr);
510 encode_string(xdr, strlen(name), name);
514 static int decode_removexattr(struct xdr_stream *xdr,
515 struct nfs4_change_info *cinfo)
519 status = decode_op_hdr(xdr, OP_REMOVEXATTR);
523 status = decode_change_info(xdr, cinfo);
528 static void encode_listxattrs(struct xdr_stream *xdr,
529 const struct nfs42_listxattrsargs *arg,
530 struct compound_hdr *hdr)
534 encode_op_hdr(xdr, OP_LISTXATTRS, decode_listxattrs_maxsz, hdr);
536 p = reserve_space(xdr, 12);
540 p = xdr_encode_hyper(p, arg->cookie);
542 * RFC 8276 says to specify the full max length of the LISTXATTRS
543 * XDR reply. Count is set to the XDR length of the names array
544 * plus the EOF marker. So, add the cookie and the names count.
546 *p = cpu_to_be32(arg->count + 8 + 4);
549 static int decode_listxattrs(struct xdr_stream *xdr,
550 struct nfs42_listxattrsres *res)
554 u32 count, len, ulen;
558 status = decode_op_hdr(xdr, OP_LISTXATTRS);
561 * Special case: for LISTXATTRS, NFS4ERR_TOOSMALL
562 * should be translated to ERANGE.
564 if (status == -ETOOSMALL)
569 p = xdr_inline_decode(xdr, 8);
573 xdr_decode_hyper(p, &res->cookie);
575 p = xdr_inline_decode(xdr, 4);
579 left = res->xattr_len;
580 buf = res->xattr_buf;
582 count = be32_to_cpup(p);
586 * We have asked for enough room to encode the maximum number
587 * of possible attribute names, so everything should fit.
589 * But, don't rely on that assumption. Just decode entries
590 * until they don't fit anymore, just in case the server did
594 p = xdr_inline_decode(xdr, 4);
598 len = be32_to_cpup(p);
599 if (len > (XATTR_NAME_MAX - XATTR_USER_PREFIX_LEN)) {
604 p = xdr_inline_decode(xdr, len);
608 ulen = len + XATTR_USER_PREFIX_LEN + 1;
615 memcpy(buf, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN);
616 memcpy(buf + XATTR_USER_PREFIX_LEN, p, len);
625 p = xdr_inline_decode(xdr, 4);
629 res->eof = be32_to_cpup(p);
630 res->copied = copied;
633 if (status == -ERANGE && res->xattr_len == XATTR_LIST_MAX)
640 * Encode ALLOCATE request
642 static void nfs4_xdr_enc_allocate(struct rpc_rqst *req,
643 struct xdr_stream *xdr,
646 const struct nfs42_falloc_args *args = data;
647 struct compound_hdr hdr = {
648 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
651 encode_compound_hdr(xdr, req, &hdr);
652 encode_sequence(xdr, &args->seq_args, &hdr);
653 encode_putfh(xdr, args->falloc_fh, &hdr);
654 encode_allocate(xdr, args, &hdr);
655 encode_getfattr(xdr, args->falloc_bitmask, &hdr);
659 static void encode_copy_commit(struct xdr_stream *xdr,
660 const struct nfs42_copy_args *args,
661 struct compound_hdr *hdr)
665 encode_op_hdr(xdr, OP_COMMIT, decode_commit_maxsz, hdr);
666 p = reserve_space(xdr, 12);
667 p = xdr_encode_hyper(p, args->dst_pos);
668 *p = cpu_to_be32(args->count);
672 * Encode COPY request
674 static void nfs4_xdr_enc_copy(struct rpc_rqst *req,
675 struct xdr_stream *xdr,
678 const struct nfs42_copy_args *args = data;
679 struct compound_hdr hdr = {
680 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
683 encode_compound_hdr(xdr, req, &hdr);
684 encode_sequence(xdr, &args->seq_args, &hdr);
685 encode_putfh(xdr, args->src_fh, &hdr);
686 encode_savefh(xdr, &hdr);
687 encode_putfh(xdr, args->dst_fh, &hdr);
688 encode_copy(xdr, args, &hdr);
690 encode_copy_commit(xdr, args, &hdr);
695 * Encode OFFLOAD_CANEL request
697 static void nfs4_xdr_enc_offload_cancel(struct rpc_rqst *req,
698 struct xdr_stream *xdr,
701 const struct nfs42_offload_status_args *args = data;
702 struct compound_hdr hdr = {
703 .minorversion = nfs4_xdr_minorversion(&args->osa_seq_args),
706 encode_compound_hdr(xdr, req, &hdr);
707 encode_sequence(xdr, &args->osa_seq_args, &hdr);
708 encode_putfh(xdr, args->osa_src_fh, &hdr);
709 encode_offload_cancel(xdr, args, &hdr);
714 * Encode COPY_NOTIFY request
716 static void nfs4_xdr_enc_copy_notify(struct rpc_rqst *req,
717 struct xdr_stream *xdr,
720 const struct nfs42_copy_notify_args *args = data;
721 struct compound_hdr hdr = {
722 .minorversion = nfs4_xdr_minorversion(&args->cna_seq_args),
725 encode_compound_hdr(xdr, req, &hdr);
726 encode_sequence(xdr, &args->cna_seq_args, &hdr);
727 encode_putfh(xdr, args->cna_src_fh, &hdr);
728 encode_copy_notify(xdr, args, &hdr);
733 * Encode DEALLOCATE request
735 static void nfs4_xdr_enc_deallocate(struct rpc_rqst *req,
736 struct xdr_stream *xdr,
739 const struct nfs42_falloc_args *args = data;
740 struct compound_hdr hdr = {
741 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
744 encode_compound_hdr(xdr, req, &hdr);
745 encode_sequence(xdr, &args->seq_args, &hdr);
746 encode_putfh(xdr, args->falloc_fh, &hdr);
747 encode_deallocate(xdr, args, &hdr);
748 encode_getfattr(xdr, args->falloc_bitmask, &hdr);
753 * Encode READ_PLUS request
755 static void nfs4_xdr_enc_read_plus(struct rpc_rqst *req,
756 struct xdr_stream *xdr,
759 const struct nfs_pgio_args *args = data;
760 struct compound_hdr hdr = {
761 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
764 encode_compound_hdr(xdr, req, &hdr);
765 encode_sequence(xdr, &args->seq_args, &hdr);
766 encode_putfh(xdr, args->fh, &hdr);
767 encode_read_plus(xdr, args, &hdr);
769 rpc_prepare_reply_pages(req, args->pages, args->pgbase,
770 args->count, hdr.replen);
775 * Encode SEEK request
777 static void nfs4_xdr_enc_seek(struct rpc_rqst *req,
778 struct xdr_stream *xdr,
781 const struct nfs42_seek_args *args = data;
782 struct compound_hdr hdr = {
783 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
786 encode_compound_hdr(xdr, req, &hdr);
787 encode_sequence(xdr, &args->seq_args, &hdr);
788 encode_putfh(xdr, args->sa_fh, &hdr);
789 encode_seek(xdr, args, &hdr);
794 * Encode LAYOUTSTATS request
796 static void nfs4_xdr_enc_layoutstats(struct rpc_rqst *req,
797 struct xdr_stream *xdr,
800 const struct nfs42_layoutstat_args *args = data;
803 struct compound_hdr hdr = {
804 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
807 encode_compound_hdr(xdr, req, &hdr);
808 encode_sequence(xdr, &args->seq_args, &hdr);
809 encode_putfh(xdr, args->fh, &hdr);
810 WARN_ON(args->num_dev > PNFS_LAYOUTSTATS_MAXDEV);
811 for (i = 0; i < args->num_dev; i++)
812 encode_layoutstats(xdr, args, &args->devinfo[i], &hdr);
817 * Encode CLONE request
819 static void nfs4_xdr_enc_clone(struct rpc_rqst *req,
820 struct xdr_stream *xdr,
823 const struct nfs42_clone_args *args = data;
824 struct compound_hdr hdr = {
825 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
828 encode_compound_hdr(xdr, req, &hdr);
829 encode_sequence(xdr, &args->seq_args, &hdr);
830 encode_putfh(xdr, args->src_fh, &hdr);
831 encode_savefh(xdr, &hdr);
832 encode_putfh(xdr, args->dst_fh, &hdr);
833 encode_clone(xdr, args, &hdr);
834 encode_getfattr(xdr, args->dst_bitmask, &hdr);
839 * Encode LAYOUTERROR request
841 static void nfs4_xdr_enc_layouterror(struct rpc_rqst *req,
842 struct xdr_stream *xdr,
845 const struct nfs42_layouterror_args *args = data;
846 struct compound_hdr hdr = {
847 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
851 encode_compound_hdr(xdr, req, &hdr);
852 encode_sequence(xdr, &args->seq_args, &hdr);
853 encode_putfh(xdr, NFS_FH(args->inode), &hdr);
854 for (i = 0; i < args->num_errors; i++)
855 encode_layouterror(xdr, &args->errors[i], &hdr);
859 static int decode_allocate(struct xdr_stream *xdr, struct nfs42_falloc_res *res)
861 return decode_op_hdr(xdr, OP_ALLOCATE);
864 static int decode_write_response(struct xdr_stream *xdr,
865 struct nfs42_write_res *res)
870 p = xdr_inline_decode(xdr, 4);
873 count = be32_to_cpup(p);
876 else if (count == 1) {
877 status = decode_opaque_fixed(xdr, &res->stateid,
879 if (unlikely(status))
882 p = xdr_inline_decode(xdr, 8 + 4);
885 p = xdr_decode_hyper(p, &res->count);
886 res->verifier.committed = be32_to_cpup(p);
887 return decode_verifier(xdr, &res->verifier.verifier);
890 static int decode_nl4_server(struct xdr_stream *xdr, struct nl4_server *ns)
892 struct nfs42_netaddr *naddr;
899 p = xdr_inline_decode(xdr, 4);
902 ns->nl4_type = be32_to_cpup(p);
903 switch (ns->nl4_type) {
906 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
907 if (unlikely(status))
909 if (unlikely(dummy > NFS4_OPAQUE_LIMIT))
911 memcpy(&ns->u.nl4_str, dummy_str, dummy);
912 ns->u.nl4_str_sz = dummy;
915 naddr = &ns->u.nl4_addr;
918 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
919 if (unlikely(status))
921 if (unlikely(dummy > RPCBIND_MAXNETIDLEN))
923 naddr->netid_len = dummy;
924 memcpy(naddr->netid, dummy_str, naddr->netid_len);
927 status = decode_opaque_inline(xdr, &dummy, &dummy_str);
928 if (unlikely(status))
930 if (unlikely(dummy > RPCBIND_MAXUADDRLEN))
932 naddr->addr_len = dummy;
933 memcpy(naddr->addr, dummy_str, naddr->addr_len);
942 static int decode_copy_requirements(struct xdr_stream *xdr,
943 struct nfs42_copy_res *res) {
946 p = xdr_inline_decode(xdr, 4 + 4);
950 res->consecutive = be32_to_cpup(p++);
951 res->synchronous = be32_to_cpup(p++);
955 static int decode_copy(struct xdr_stream *xdr, struct nfs42_copy_res *res)
959 status = decode_op_hdr(xdr, OP_COPY);
960 if (status == NFS4ERR_OFFLOAD_NO_REQS) {
961 status = decode_copy_requirements(xdr, res);
964 return NFS4ERR_OFFLOAD_NO_REQS;
968 status = decode_write_response(xdr, &res->write_res);
972 return decode_copy_requirements(xdr, res);
975 static int decode_offload_cancel(struct xdr_stream *xdr,
976 struct nfs42_offload_status_res *res)
978 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL);
981 static int decode_copy_notify(struct xdr_stream *xdr,
982 struct nfs42_copy_notify_res *res)
987 status = decode_op_hdr(xdr, OP_COPY_NOTIFY);
991 p = xdr_inline_decode(xdr, 12);
994 p = xdr_decode_hyper(p, &res->cnr_lease_time.seconds);
995 res->cnr_lease_time.nseconds = be32_to_cpup(p);
997 status = decode_opaque_fixed(xdr, &res->cnr_stateid, NFS4_STATEID_SIZE);
998 if (unlikely(status))
1001 /* number of source addresses */
1002 p = xdr_inline_decode(xdr, 4);
1006 count = be32_to_cpup(p);
1008 pr_warn("NFS: %s: nsvr %d > Supported. Use first servers\n",
1011 status = decode_nl4_server(xdr, &res->cnr_src);
1012 if (unlikely(status))
1017 static int decode_deallocate(struct xdr_stream *xdr, struct nfs42_falloc_res *res)
1019 return decode_op_hdr(xdr, OP_DEALLOCATE);
1022 static int decode_read_plus_data(struct xdr_stream *xdr, struct nfs_pgio_res *res,
1025 uint32_t count, recvd;
1029 p = xdr_inline_decode(xdr, 8 + 4);
1033 p = xdr_decode_hyper(p, &offset);
1034 count = be32_to_cpup(p);
1035 recvd = xdr_align_data(xdr, res->count, count);
1036 res->count += recvd;
1038 if (count > recvd) {
1039 dprintk("NFS: server cheating in read reply: "
1040 "count %u > recvd %u\n", count, recvd);
1048 static int decode_read_plus_hole(struct xdr_stream *xdr, struct nfs_pgio_res *res,
1051 uint64_t offset, length, recvd;
1054 p = xdr_inline_decode(xdr, 8 + 8);
1058 p = xdr_decode_hyper(p, &offset);
1059 p = xdr_decode_hyper(p, &length);
1060 recvd = xdr_expand_hole(xdr, res->count, length);
1061 res->count += recvd;
1063 if (recvd < length) {
1070 static int decode_read_plus(struct xdr_stream *xdr, struct nfs_pgio_res *res)
1072 uint32_t eof, segments, type;
1076 status = decode_op_hdr(xdr, OP_READ_PLUS);
1080 p = xdr_inline_decode(xdr, 4 + 4);
1084 eof = be32_to_cpup(p++);
1085 segments = be32_to_cpup(p++);
1089 for (i = 0; i < segments; i++) {
1090 p = xdr_inline_decode(xdr, 4);
1094 type = be32_to_cpup(p++);
1095 if (type == NFS4_CONTENT_DATA)
1096 status = decode_read_plus_data(xdr, res, &eof);
1097 else if (type == NFS4_CONTENT_HOLE)
1098 status = decode_read_plus_hole(xdr, res, &eof);
1113 static int decode_seek(struct xdr_stream *xdr, struct nfs42_seek_res *res)
1118 status = decode_op_hdr(xdr, OP_SEEK);
1122 p = xdr_inline_decode(xdr, 4 + 8);
1126 res->sr_eof = be32_to_cpup(p++);
1127 p = xdr_decode_hyper(p, &res->sr_offset);
1131 static int decode_layoutstats(struct xdr_stream *xdr)
1133 return decode_op_hdr(xdr, OP_LAYOUTSTATS);
1136 static int decode_clone(struct xdr_stream *xdr)
1138 return decode_op_hdr(xdr, OP_CLONE);
1141 static int decode_layouterror(struct xdr_stream *xdr)
1143 return decode_op_hdr(xdr, OP_LAYOUTERROR);
1147 * Decode ALLOCATE request
1149 static int nfs4_xdr_dec_allocate(struct rpc_rqst *rqstp,
1150 struct xdr_stream *xdr,
1153 struct nfs42_falloc_res *res = data;
1154 struct compound_hdr hdr;
1157 status = decode_compound_hdr(xdr, &hdr);
1160 status = decode_sequence(xdr, &res->seq_res, rqstp);
1163 status = decode_putfh(xdr);
1166 status = decode_allocate(xdr, res);
1169 decode_getfattr(xdr, res->falloc_fattr, res->falloc_server);
1175 * Decode COPY response
1177 static int nfs4_xdr_dec_copy(struct rpc_rqst *rqstp,
1178 struct xdr_stream *xdr,
1181 struct nfs42_copy_res *res = data;
1182 struct compound_hdr hdr;
1185 status = decode_compound_hdr(xdr, &hdr);
1188 status = decode_sequence(xdr, &res->seq_res, rqstp);
1191 status = decode_putfh(xdr);
1194 status = decode_savefh(xdr);
1197 status = decode_putfh(xdr);
1200 status = decode_copy(xdr, res);
1203 if (res->commit_res.verf)
1204 status = decode_commit(xdr, &res->commit_res);
1210 * Decode OFFLOAD_CANCEL response
1212 static int nfs4_xdr_dec_offload_cancel(struct rpc_rqst *rqstp,
1213 struct xdr_stream *xdr,
1216 struct nfs42_offload_status_res *res = data;
1217 struct compound_hdr hdr;
1220 status = decode_compound_hdr(xdr, &hdr);
1223 status = decode_sequence(xdr, &res->osr_seq_res, rqstp);
1226 status = decode_putfh(xdr);
1229 status = decode_offload_cancel(xdr, res);
1236 * Decode COPY_NOTIFY response
1238 static int nfs4_xdr_dec_copy_notify(struct rpc_rqst *rqstp,
1239 struct xdr_stream *xdr,
1242 struct nfs42_copy_notify_res *res = data;
1243 struct compound_hdr hdr;
1246 status = decode_compound_hdr(xdr, &hdr);
1249 status = decode_sequence(xdr, &res->cnr_seq_res, rqstp);
1252 status = decode_putfh(xdr);
1255 status = decode_copy_notify(xdr, res);
1262 * Decode DEALLOCATE request
1264 static int nfs4_xdr_dec_deallocate(struct rpc_rqst *rqstp,
1265 struct xdr_stream *xdr,
1268 struct nfs42_falloc_res *res = data;
1269 struct compound_hdr hdr;
1272 status = decode_compound_hdr(xdr, &hdr);
1275 status = decode_sequence(xdr, &res->seq_res, rqstp);
1278 status = decode_putfh(xdr);
1281 status = decode_deallocate(xdr, res);
1284 decode_getfattr(xdr, res->falloc_fattr, res->falloc_server);
1290 * Decode READ_PLUS request
1292 static int nfs4_xdr_dec_read_plus(struct rpc_rqst *rqstp,
1293 struct xdr_stream *xdr,
1296 struct nfs_pgio_res *res = data;
1297 struct compound_hdr hdr;
1300 status = decode_compound_hdr(xdr, &hdr);
1303 status = decode_sequence(xdr, &res->seq_res, rqstp);
1306 status = decode_putfh(xdr);
1309 status = decode_read_plus(xdr, res);
1311 status = res->count;
1317 * Decode SEEK request
1319 static int nfs4_xdr_dec_seek(struct rpc_rqst *rqstp,
1320 struct xdr_stream *xdr,
1323 struct nfs42_seek_res *res = data;
1324 struct compound_hdr hdr;
1327 status = decode_compound_hdr(xdr, &hdr);
1330 status = decode_sequence(xdr, &res->seq_res, rqstp);
1333 status = decode_putfh(xdr);
1336 status = decode_seek(xdr, res);
1342 * Decode LAYOUTSTATS request
1344 static int nfs4_xdr_dec_layoutstats(struct rpc_rqst *rqstp,
1345 struct xdr_stream *xdr,
1348 struct nfs42_layoutstat_res *res = data;
1349 struct compound_hdr hdr;
1352 status = decode_compound_hdr(xdr, &hdr);
1355 status = decode_sequence(xdr, &res->seq_res, rqstp);
1358 status = decode_putfh(xdr);
1361 WARN_ON(res->num_dev > PNFS_LAYOUTSTATS_MAXDEV);
1362 for (i = 0; i < res->num_dev; i++) {
1363 status = decode_layoutstats(xdr);
1368 res->rpc_status = status;
1373 * Decode CLONE request
1375 static int nfs4_xdr_dec_clone(struct rpc_rqst *rqstp,
1376 struct xdr_stream *xdr,
1379 struct nfs42_clone_res *res = data;
1380 struct compound_hdr hdr;
1383 status = decode_compound_hdr(xdr, &hdr);
1386 status = decode_sequence(xdr, &res->seq_res, rqstp);
1389 status = decode_putfh(xdr);
1392 status = decode_savefh(xdr);
1395 status = decode_putfh(xdr);
1398 status = decode_clone(xdr);
1401 status = decode_getfattr(xdr, res->dst_fattr, res->server);
1404 res->rpc_status = status;
1409 * Decode LAYOUTERROR request
1411 static int nfs4_xdr_dec_layouterror(struct rpc_rqst *rqstp,
1412 struct xdr_stream *xdr,
1415 struct nfs42_layouterror_res *res = data;
1416 struct compound_hdr hdr;
1419 status = decode_compound_hdr(xdr, &hdr);
1422 status = decode_sequence(xdr, &res->seq_res, rqstp);
1425 status = decode_putfh(xdr);
1427 for (i = 0; i < res->num_errors && status == 0; i++)
1428 status = decode_layouterror(xdr);
1430 res->rpc_status = status;
1434 #ifdef CONFIG_NFS_V4_2
1435 static void nfs4_xdr_enc_setxattr(struct rpc_rqst *req, struct xdr_stream *xdr,
1438 const struct nfs42_setxattrargs *args = data;
1439 struct compound_hdr hdr = {
1440 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1443 encode_compound_hdr(xdr, req, &hdr);
1444 encode_sequence(xdr, &args->seq_args, &hdr);
1445 encode_putfh(xdr, args->fh, &hdr);
1446 encode_setxattr(xdr, args, &hdr);
1450 static int nfs4_xdr_dec_setxattr(struct rpc_rqst *req, struct xdr_stream *xdr,
1453 struct nfs42_setxattrres *res = data;
1454 struct compound_hdr hdr;
1457 status = decode_compound_hdr(xdr, &hdr);
1460 status = decode_sequence(xdr, &res->seq_res, req);
1463 status = decode_putfh(xdr);
1467 status = decode_setxattr(xdr, &res->cinfo);
1472 static void nfs4_xdr_enc_getxattr(struct rpc_rqst *req, struct xdr_stream *xdr,
1475 const struct nfs42_getxattrargs *args = data;
1476 struct compound_hdr hdr = {
1477 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1481 encode_compound_hdr(xdr, req, &hdr);
1482 encode_sequence(xdr, &args->seq_args, &hdr);
1483 encode_putfh(xdr, args->fh, &hdr);
1484 encode_getxattr(xdr, args->xattr_name, &hdr);
1486 plen = args->xattr_len ? args->xattr_len : XATTR_SIZE_MAX;
1488 rpc_prepare_reply_pages(req, args->xattr_pages, 0, plen,
1490 req->rq_rcv_buf.flags |= XDRBUF_SPARSE_PAGES;
1495 static int nfs4_xdr_dec_getxattr(struct rpc_rqst *rqstp,
1496 struct xdr_stream *xdr, void *data)
1498 struct nfs42_getxattrres *res = data;
1499 struct compound_hdr hdr;
1502 status = decode_compound_hdr(xdr, &hdr);
1505 status = decode_sequence(xdr, &res->seq_res, rqstp);
1508 status = decode_putfh(xdr);
1511 status = decode_getxattr(xdr, res, rqstp);
1516 static void nfs4_xdr_enc_listxattrs(struct rpc_rqst *req,
1517 struct xdr_stream *xdr, const void *data)
1519 const struct nfs42_listxattrsargs *args = data;
1520 struct compound_hdr hdr = {
1521 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1524 encode_compound_hdr(xdr, req, &hdr);
1525 encode_sequence(xdr, &args->seq_args, &hdr);
1526 encode_putfh(xdr, args->fh, &hdr);
1527 encode_listxattrs(xdr, args, &hdr);
1529 rpc_prepare_reply_pages(req, args->xattr_pages, 0, args->count,
1535 static int nfs4_xdr_dec_listxattrs(struct rpc_rqst *rqstp,
1536 struct xdr_stream *xdr, void *data)
1538 struct nfs42_listxattrsres *res = data;
1539 struct compound_hdr hdr;
1542 xdr_set_scratch_buffer(xdr, page_address(res->scratch), PAGE_SIZE);
1544 status = decode_compound_hdr(xdr, &hdr);
1547 status = decode_sequence(xdr, &res->seq_res, rqstp);
1550 status = decode_putfh(xdr);
1553 status = decode_listxattrs(xdr, res);
1558 static void nfs4_xdr_enc_removexattr(struct rpc_rqst *req,
1559 struct xdr_stream *xdr, const void *data)
1561 const struct nfs42_removexattrargs *args = data;
1562 struct compound_hdr hdr = {
1563 .minorversion = nfs4_xdr_minorversion(&args->seq_args),
1566 encode_compound_hdr(xdr, req, &hdr);
1567 encode_sequence(xdr, &args->seq_args, &hdr);
1568 encode_putfh(xdr, args->fh, &hdr);
1569 encode_removexattr(xdr, args->xattr_name, &hdr);
1573 static int nfs4_xdr_dec_removexattr(struct rpc_rqst *req,
1574 struct xdr_stream *xdr, void *data)
1576 struct nfs42_removexattrres *res = data;
1577 struct compound_hdr hdr;
1580 status = decode_compound_hdr(xdr, &hdr);
1583 status = decode_sequence(xdr, &res->seq_res, req);
1586 status = decode_putfh(xdr);
1590 status = decode_removexattr(xdr, &res->cinfo);
1595 #endif /* __LINUX_FS_NFS_NFS4_2XDR_H */