Home
last modified time | relevance | path

Searched refs:cachethis (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4xdr.c2035 seq->cachethis = be32_to_cpup(p); in nfsd4_decode_sequence()
2602 bool cachethis = false; in nfsd4_decode_compound() local
2668 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()
2691 cachethis = false; in nfsd4_decode_compound()
2693 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
H A Dnfs4state.c4325 (bool)seq->cachethis) in replay_matches_cache()
4465 buflen = (seq->cachethis) ? in nfsd4_sequence()
4468 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()
4480 if (seq->cachethis) in nfsd4_sequence()