Home
last modified time | relevance | path

Searched refs:decode_op_hdr (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/nfs/
Dnfs42xdr.c459 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()
867 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate()
965 status = decode_op_hdr(xdr, OP_COPY); in decode_copy()
984 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL); in decode_offload_cancel()
993 status = decode_op_hdr(xdr, OP_COPY_NOTIFY); in decode_copy_notify()
1025 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate()
1106 status = decode_op_hdr(xdr, OP_READ_PLUS); in decode_read_plus()
[all …]
Dnfs4xdr.c3221 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function
4281 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4337 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4360 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4374 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4395 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4427 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4464 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4722 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4883 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
[all …]
Dcallback_xdr.c166 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function
875 status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr); in process_op()