Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A 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 …]
H A Dnfs4xdr.c3240 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function
4333 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4389 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4412 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4426 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4447 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4483 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4520 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4775 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4929 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
[all …]
H A Dcallback_xdr.c166 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function
873 status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr); in process_op()