Home
last modified time | relevance | path

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

/fs/nfs/
Dnfs4xdr.c3093 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function
4219 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4257 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4279 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4291 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4314 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4343 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4375 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4633 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4751 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
[all …]
Dnfs42xdr.c58 status = decode_op_hdr(xdr, OP_SEEK); in decode_seek()
Dcallback_xdr.c184 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function
838 status = decode_op_hdr(xdr_in, &op_nr); in process_op()