Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs42xdr.c464 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate()
510 status = decode_op_hdr(xdr, OP_COPY); in decode_copy()
529 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL); in decode_offload_cancel()
534 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate()
542 status = decode_op_hdr(xdr, OP_SEEK); in decode_seek()
557 return decode_op_hdr(xdr, OP_LAYOUTSTATS); in decode_layoutstats()
562 return decode_op_hdr(xdr, OP_CLONE); in decode_clone()
567 return decode_op_hdr(xdr, OP_LAYOUTERROR); in decode_layouterror()
Dnfs4xdr.c3210 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function
4243 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4299 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4321 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4333 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4354 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4386 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4423 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4681 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4816 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
876 status = decode_op_hdr(xdr_in, &op_nr); in process_op()