Home
last modified time | relevance | path

Searched refs:NFS4ERR_TOO_MANY_OPS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/trace/misc/
H A Dnfs.h190 TRACE_DEFINE_ENUM(NFS4ERR_TOO_MANY_OPS);
339 { NFS4ERR_TOO_MANY_OPS, "TOO_MANY_OPS" }, \
/openbmc/linux/include/linux/
H A Dnfs4.h262 NFS4ERR_TOO_MANY_OPS = 10070, /* too many ops in [CB_]COMP */ enumerator
/openbmc/linux/fs/nfsd/
H A Dnfsd.h285 #define nfserr_too_many_ops cpu_to_be32(NFS4ERR_TOO_MANY_OPS)
/openbmc/linux/fs/nfs/
H A Dpnfs.c2364 case -NFS4ERR_TOO_MANY_OPS: in pnfs_parse_lgopen()