Searched refs:decode_op_hdr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfs42xdr.c | 142 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate() 147 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate() 155 status = decode_op_hdr(xdr, OP_SEEK); in decode_seek()
|
D | nfs4xdr.c | 3082 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function 4208 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access() 4246 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close() 4268 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit() 4280 status = decode_op_hdr(xdr, OP_CREATE); in decode_create() 4303 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4332 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4364 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4622 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4740 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() [all …]
|
D | callback_xdr.c | 184 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()
|