Home
last modified time | relevance | path

Searched refs:decode_op_hdr (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dnfs42xdr.c877 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate()
975 status = decode_op_hdr(xdr, OP_COPY); in decode_copy()
994 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL); in decode_offload_cancel()
1003 status = decode_op_hdr(xdr, OP_OFFLOAD_STATUS); in decode_offload_status()
1023 status = decode_op_hdr(xdr, OP_COPY_NOTIFY); in decode_copy_notify()
1055 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate()
1148 status = decode_op_hdr(xdr, OP_READ_PLUS); in decode_read_plus()
1187 status = decode_op_hdr(xdr, OP_SEEK); in decode_seek()
1202 return decode_op_hdr(xdr, OP_LAYOUTSTATS); in decode_layoutstats()
1207 return decode_op_hdr(xdr, OP_CLONE); in decode_clone()
[all …]
H A Dnfs4xdr.c3277 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function
4409 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4457 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4480 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4494 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4515 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4553 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4590 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4850 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
5004 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
[all …]
H A Dcallback_xdr.c169 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()