Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dnfs42xdr.c386 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate()
439 status = decode_op_hdr(xdr, OP_COPY); in decode_copy()
458 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL); in decode_offload_cancel()
463 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate()
471 status = decode_op_hdr(xdr, OP_SEEK); in decode_seek()
490 return decode_op_hdr(xdr, OP_LAYOUTSTATS); in decode_layoutstats()
495 return decode_op_hdr(xdr, OP_CLONE); in decode_clone()
Dnfs4xdr.c3222 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function
4361 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4422 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4444 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4456 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4479 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4511 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4548 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4814 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4956 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
[all …]
Dcallback_xdr.c176 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function
885 status = decode_op_hdr(xdr_in, &op_nr); in process_op()