Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs42xdr.c459 status = decode_op_hdr(xdr, OP_SETXATTR); in decode_setxattr()
483 status = decode_op_hdr(xdr, OP_GETXATTR); in decode_getxattr()
519 status = decode_op_hdr(xdr, OP_REMOVEXATTR); in decode_removexattr()
558 status = decode_op_hdr(xdr, OP_LISTXATTRS); in decode_listxattrs()
861 return decode_op_hdr(xdr, OP_ALLOCATE); in decode_allocate()
959 status = decode_op_hdr(xdr, OP_COPY); in decode_copy()
978 return decode_op_hdr(xdr, OP_OFFLOAD_CANCEL); in decode_offload_cancel()
987 status = decode_op_hdr(xdr, OP_COPY_NOTIFY); in decode_copy_notify()
1019 return decode_op_hdr(xdr, OP_DEALLOCATE); in decode_deallocate()
1069 status = decode_op_hdr(xdr, OP_READ_PLUS); in decode_read_plus()
[all …]
H A Dnfs4xdr.c3211 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) in decode_op_hdr() function
4267 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4323 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4346 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4360 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4381 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4413 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4450 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4708 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4843 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
[all …]
H A Dcallback_xdr.c167 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() function
873 status = decode_op_hdr(xdr_in, &op_nr); in process_op()