Searched refs:decode_op_hdr (Results 1 – 3 of 3) sorted by relevance
/fs/nfs/ |
D | nfs42xdr.c | 266 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate() 271 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate() 279 status = decode_op_hdr(xdr, OP_SEEK); in decode_seek() 298 return decode_op_hdr(xdr, OP_LAYOUTSTATS); in decode_layoutstats() 303 return decode_op_hdr(xdr, OP_CLONE); in decode_clone()
|
D | nfs4xdr.c | 3096 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() 4281 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close() 4303 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit() 4315 status = decode_op_hdr(xdr, OP_CREATE); in decode_create() 4338 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps() 4370 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs() 4407 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf() 4673 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic() 4813 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo() [all …]
|
D | callback_xdr.c | 186 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function 835 status = decode_op_hdr(xdr_in, &op_nr); in process_op()
|