Searched refs:decode_op_hdr (Results 1 – 3 of 3) sorted by relevance
/linux/fs/nfs/ |
A D | nfs42xdr.c | 459 status = decode_op_hdr(xdr, OP_SETXATTR); in decode_setxattr() 483 status = decode_op_hdr(xdr, OP_GETXATTR); in decode_getxattr() 564 status = decode_op_hdr(xdr, OP_LISTXATTRS); in decode_listxattrs() 867 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate() 965 status = decode_op_hdr(xdr, OP_COPY); in decode_copy() 1025 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate() 1106 status = decode_op_hdr(xdr, OP_READ_PLUS); in decode_read_plus() 1154 status = decode_op_hdr(xdr, OP_SEEK); in decode_seek() 1169 return decode_op_hdr(xdr, OP_LAYOUTSTATS); in decode_layoutstats() 1174 return decode_op_hdr(xdr, OP_CLONE); in decode_clone() [all …]
|
A D | nfs4xdr.c | 4340 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close() 4945 status = decode_op_hdr(xdr, OP_GETFH); in decode_getfh() 4969 status = decode_op_hdr(xdr, OP_LINK); in decode_link() 5012 status = decode_op_hdr(xdr, OP_LOCK); in decode_lock() 5031 status = decode_op_hdr(xdr, OP_LOCKT); in decode_lockt() 5041 status = decode_op_hdr(xdr, OP_LOCKU); in decode_locku() 5056 return decode_op_hdr(xdr, OP_LOOKUP); in decode_lookup() 5223 return decode_op_hdr(xdr, OP_PUTFH); in decode_putfh() 5238 status = decode_op_hdr(xdr, OP_READ); in decode_read() 5340 return decode_op_hdr(xdr, OP_RENEW); in decode_renew() [all …]
|
A D | callback_xdr.c | 166 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function 875 status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr); in process_op()
|
Completed in 25 milliseconds