Searched refs:decode_op_hdr (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | nfs42xdr.c | 844 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate() 942 status = decode_op_hdr(xdr, OP_COPY); in decode_copy() 1022 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate() 1115 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() 1179 return decode_op_hdr(xdr, OP_LAYOUTERROR); in decode_layouterror() 1187 status = decode_op_hdr(xdr, OP_SETXATTR); in decode_setxattr() 1203 status = decode_op_hdr(xdr, OP_GETXATTR); in decode_getxattr() [all …]
|
| H A D | nfs4xdr.c | 4438 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close() 5047 status = decode_op_hdr(xdr, OP_GETFH); in decode_getfh() 5071 status = decode_op_hdr(xdr, OP_LINK); in decode_link() 5114 status = decode_op_hdr(xdr, OP_LOCK); in decode_lock() 5133 status = decode_op_hdr(xdr, OP_LOCKT); in decode_lockt() 5143 status = decode_op_hdr(xdr, OP_LOCKU); in decode_locku() 5158 return decode_op_hdr(xdr, OP_LOOKUP); in decode_lookup() 5329 return decode_op_hdr(xdr, OP_PUTFH); in decode_putfh() 5344 status = decode_op_hdr(xdr, OP_READ); in decode_read() 5446 return decode_op_hdr(xdr, OP_RENEW); in decode_renew() [all …]
|
| H A D | callback_xdr.c | 169 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function 910 status = decode_op_hdr(&rqstp->rq_arg_stream, &op_nr); in process_op()
|