Home
last modified time | relevance | path

Searched refs:NFS4ERR_OP_ILLEGAL (Results 1 – 7 of 7) sorted by relevance

/linux/include/trace/misc/
H A Dnfs.h159 TRACE_DEFINE_ENUM(NFS4ERR_OP_ILLEGAL);
309 { NFS4ERR_OP_ILLEGAL, "OP_ILLEGAL" }, \
/linux/fs/nfs/
H A Dcallback_xdr.c812 return htonl(NFS4ERR_OP_ILLEGAL); in preprocess_nfs41_op()
845 if (status != htonl(NFS4ERR_OP_ILLEGAL)) in preprocess_nfs42_op()
853 return htonl(NFS4ERR_OP_ILLEGAL); in preprocess_nfs42_op()
872 return htonl(NFS4ERR_OP_ILLEGAL); in preprocess_nfs4_op()
906 if (status == htonl(NFS4ERR_OP_ILLEGAL)) in process_op()
/linux/fs/nfs_common/
H A Dcommon.c113 { NFS4ERR_OP_ILLEGAL, -EOPNOTSUPP },
/linux/Documentation/sunrpc/xdr/
H A Dnfs4_1.x128 NFS4ERR_OP_ILLEGAL = 10044,/* undefined operation */ enumerator
/linux/include/linux/sunrpc/xdrgen/
H A Dnfs4_1.h86 NFS4ERR_OP_ILLEGAL = 10044, enumerator
/linux/fs/nfsd/
H A Dnfs4xdr_gen.c104 case NFS4ERR_OP_ILLEGAL: in xdrgen_decode_nfsstat4()
H A Dnfs4callback.c222 { NFS4ERR_OP_ILLEGAL, -EOPNOTSUPP },