Home
last modified time | relevance | path

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

/linux-6.14.4/fs/nfs/
Dnfs42xdr.c804 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate()
902 status = decode_op_hdr(xdr, OP_COPY); in decode_copy()
921 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL); in decode_offload_cancel()
930 status = decode_op_hdr(xdr, OP_COPY_NOTIFY); in decode_copy_notify()
962 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate()
1055 status = decode_op_hdr(xdr, OP_READ_PLUS); in decode_read_plus()
1094 status = decode_op_hdr(xdr, OP_SEEK); in decode_seek()
1109 return decode_op_hdr(xdr, OP_LAYOUTSTATS); in decode_layoutstats()
1114 return decode_op_hdr(xdr, OP_CLONE); in decode_clone()
1119 return decode_op_hdr(xdr, OP_LAYOUTERROR); in decode_layouterror()
[all …]
Dnfs4xdr.c3276 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function
4390 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4438 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4461 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4475 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4496 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4534 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4571 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4826 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4980 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
[all …]
Dcallback_xdr.c169 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function
910 status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr); in process_op()