Searched refs:decode_op_hdr (Results 1 – 2 of 2) sorted by relevance
/fs/nfs/ |
D | nfs4xdr.c | 2958 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function 4054 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access() 4092 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close() 4109 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit() 4121 status = decode_op_hdr(xdr, OP_CREATE); in decode_create() 4144 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4173 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4205 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4343 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4454 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() [all …]
|
D | callback_xdr.c | 183 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function 816 status = decode_op_hdr(xdr_in, &op_nr); in process_op()
|