Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfsd.h232 #define nfserr_rep_too_big_to_cache cpu_to_be32(NFS4ERR_REP_TOO_BIG_TO_CACHE) macro
Dnfs4xdr.c4324 return nfserr_rep_too_big_to_cache; in nfsd4_check_resp_size()
4366 op->status = nfserr_rep_too_big_to_cache; in nfsd4_encode_operation()
4372 op->status == nfserr_rep_too_big_to_cache) { in nfsd4_encode_operation()
Dnfs4state.c2969 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()