Searched refs:decode_op_hdr (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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() 519 status = decode_op_hdr(xdr, OP_REMOVEXATTR); in decode_removexattr() 558 status = decode_op_hdr(xdr, OP_LISTXATTRS); in decode_listxattrs() 861 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate() 959 status = decode_op_hdr(xdr, OP_COPY); in decode_copy() 978 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL); in decode_offload_cancel() 987 status = decode_op_hdr(xdr, OP_COPY_NOTIFY); in decode_copy_notify() 1019 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate() 1076 status = decode_op_hdr(xdr, OP_READ_PLUS); in decode_read_plus() [all …]
|
D | nfs4xdr.c | 3207 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function 4264 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access() 4320 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close() 4343 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit() 4357 status = decode_op_hdr(xdr, OP_CREATE); in decode_create() 4378 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4410 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4447 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4705 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4840 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() [all …]
|
D | callback_xdr.c | 167 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function 877 status = decode_op_hdr(xdr_in, &op_nr); in process_op()
|