Searched refs:encode_op_hdr (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs42xdr.c280 encode_op_hdr(xdr, OP_ALLOCATE, decode_allocate_maxsz, hdr);
308 encode_op_hdr(xdr, OP_COPY, decode_copy_maxsz, hdr);
332 encode_op_hdr(xdr, OP_COMMIT, decode_commit_maxsz, hdr);
342 encode_op_hdr(xdr, OP_OFFLOAD_CANCEL, decode_offload_cancel_maxsz, hdr);
350 encode_op_hdr(xdr, OP_COPY_NOTIFY, decode_copy_notify_maxsz, hdr);
359 encode_op_hdr(xdr, OP_DEALLOCATE, decode_deallocate_maxsz, hdr);
367 encode_op_hdr(xdr, OP_READ_PLUS, decode_read_plus_maxsz, hdr);
377 encode_op_hdr(xdr, OP_SEEK, decode_seek_maxsz, hdr);
390 encode_op_hdr(xdr, OP_LAYOUTSTATS, decode_layoutstats_maxsz, hdr);
417 encode_op_hdr(xd
[all...]
H A Dnfs4xdr.c1048 static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op, function
1202 encode_op_hdr(xdr, OP_ACCESS, decode_access_maxsz, hdr);
1208 encode_op_hdr(xdr, OP_CLOSE, decode_close_maxsz, hdr);
1217 encode_op_hdr(xdr, OP_COMMIT, decode_commit_maxsz, hdr);
1227 encode_op_hdr(xdr, OP_CREATE, decode_create_maxsz, hdr);
1260 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr);
1297 encode_op_hdr(xdr, OP_GETFH, decode_getfh_maxsz, hdr);
1302 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr);
1340 encode_op_hdr(xdr, OP_LOCK, decode_lock_maxsz, hdr);
1363 encode_op_hdr(xd
[all...]
H A Dcallback_xdr.c668 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) function
910 res = encode_op_hdr(xdr_out, op_nr, status);

Completed in 119 milliseconds