Searched refs:encode_op_hdr (Results 1 – 2 of 2) sorted by relevance
/fs/nfs/ |
D | nfs4xdr.c | 946 static void encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op, in encode_op_hdr() function 1095 encode_op_hdr(xdr, OP_ACCESS, decode_access_maxsz, hdr); in encode_access() 1101 encode_op_hdr(xdr, OP_CLOSE, decode_close_maxsz, hdr); in encode_close() 1110 encode_op_hdr(xdr, OP_COMMIT, decode_commit_maxsz, hdr); in encode_commit() 1120 encode_op_hdr(xdr, OP_CREATE, decode_create_maxsz, hdr); in encode_create() 1148 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_one() 1158 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_two() 1172 encode_op_hdr(xdr, OP_GETATTR, decode_getattr_maxsz, hdr); in encode_getattr_three() 1214 encode_op_hdr(xdr, OP_GETFH, decode_getfh_maxsz, hdr); in encode_getfh() 1219 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr); in encode_link() [all …]
|
D | callback_xdr.c | 640 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr() function 844 res = encode_op_hdr(xdr_out, op_nr, status); in process_op()
|