Searched refs:cachethis (Results 1 – 4 of 4) sorted by relevance
174 __field(unsigned int, cachethis)183 __entry->cachethis = args->csa_cachethis;211 __field(unsigned int, cachethis)220 __entry->cachethis = args->csa_cachethis;
578 u32 cachethis; /* request */ member
1898 seq->cachethis = be32_to_cpup(p); in nfsd4_decode_sequence()2465 bool cachethis = false; in nfsd4_decode_compound() local2531 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()2554 cachethis = false; in nfsd4_decode_compound()2556 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
4320 (bool)seq->cachethis) in replay_matches_cache()4460 buflen = (seq->cachethis) ? in nfsd4_sequence()4463 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()4475 if (seq->cachethis) in nfsd4_sequence()