Searched refs:cachethis (Results 1 – 4 of 4) sorted by relevance
358 __field(unsigned int, cachethis)367 __entry->cachethis = args->csa_cachethis;
413 u32 cachethis; /* request */ member
1468 seq->cachethis = be32_to_cpup(p++); in nfsd4_decode_sequence()1811 bool cachethis = false; in nfsd4_decode_compound() local1861 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()1884 cachethis = false; in nfsd4_decode_compound()1886 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
2966 buflen = (seq->cachethis) ? in nfsd4_sequence()2969 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()2979 if (seq->cachethis) in nfsd4_sequence()