Searched refs:cachethis (Results 1 – 4 of 4) sorted by relevance
476 __field(unsigned int, cachethis)485 __entry->cachethis = args->csa_cachethis;513 __field(unsigned int, cachethis)522 __entry->cachethis = args->csa_cachethis;
437 u32 cachethis; /* request */ member
1799 seq->cachethis = be32_to_cpup(p); in nfsd4_decode_sequence()2329 bool cachethis = false; in nfsd4_decode_compound() local2400 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()2423 cachethis = false; in nfsd4_decode_compound()2425 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
3746 (bool)seq->cachethis) in replay_matches_cache()3852 buflen = (seq->cachethis) ? in nfsd4_sequence()3855 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()3865 if (seq->cachethis) in nfsd4_sequence()