Searched refs:decode_op_hdr (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/nfs/ |
D | nfs42xdr.c | 459 status = decode_op_hdr(xdr, OP_SETXATTR); in decode_setxattr() 483 status = decode_op_hdr(xdr, OP_GETXATTR); in decode_getxattr() 525 status = decode_op_hdr(xdr, OP_REMOVEXATTR); in decode_removexattr() 564 status = decode_op_hdr(xdr, OP_LISTXATTRS); in decode_listxattrs() 875 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate() 973 status = decode_op_hdr(xdr, OP_COPY); in decode_copy() 992 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL); in decode_offload_cancel() 1001 status = decode_op_hdr(xdr, OP_COPY_NOTIFY); in decode_copy_notify() 1033 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate() 1127 status = decode_op_hdr(xdr, OP_READ_PLUS); in decode_read_plus() [all …]
|
D | nfs4xdr.c | 3240 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function 4335 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access() 4391 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close() 4414 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit() 4428 status = decode_op_hdr(xdr, OP_CREATE); in decode_create() 4449 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4485 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4522 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4779 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4933 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() [all …]
|
D | callback_xdr.c | 166 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function 871 status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr); in process_op()
|