Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnfs4.h235 NFS4ERR_REP_TOO_BIG_TO_CACHE = 10067, /* rep. not all cached */ enumerator
/linux-4.4.14/fs/nfsd/
Dnfsd.h232 #define nfserr_rep_too_big_to_cache cpu_to_be32(NFS4ERR_REP_TOO_BIG_TO_CACHE)
/linux-4.4.14/fs/nfs/
Dcallback_proc.c346 return htonl(NFS4ERR_REP_TOO_BIG_TO_CACHE); in validate_seqid()
Dnfs4trace.h137 { -NFS4ERR_REP_TOO_BIG_TO_CACHE, \