Searched refs:cachethis (Results 1 – 2 of 2) sorted by relevance
2035 seq->cachethis = be32_to_cpup(p); in nfsd4_decode_sequence() 2603 bool cachethis = false; in nfsd4_decode_compound() 2669 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound() 2692 cachethis = false; in nfsd4_decode_compound() 2694 ntli->ntli_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound() 2602 bool cachethis = false; nfsd4_decode_compound() local
4349 (bool)seq->cachethis) in replay_matches_cache() 4489 buflen = (seq->cachethis) ? in nfsd4_sequence() 4492 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence() 4504 if (seq->cachethis) in nfsd4_sequence()