Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs4.h255 NFS4ERR_TOO_MANY_OPS = 10070, /* too many ops in [CB_]COMP */ enumerator
/linux-4.19.296/fs/nfsd/
Dnfsd.h241 #define nfserr_too_many_ops cpu_to_be32(NFS4ERR_TOO_MANY_OPS)
/linux-4.19.296/fs/nfs/
Dnfs4trace.h157 { -NFS4ERR_TOO_MANY_OPS, "TOO_MANY_OPS" }, \
Dpnfs.c2241 case -NFS4ERR_TOO_MANY_OPS: in pnfs_parse_lgopen()