Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dnfs4trace.h141 __field(unsigned int, cachethis)
150 __entry->cachethis = args->csa_cachethis;
178 __field(unsigned int, cachethis)
187 __entry->cachethis = args->csa_cachethis;
/linux-6.1.9/fs/nfsd/
Dxdr4.h440 u32 cachethis; /* request */ member
Dnfs4xdr.c1822 seq->cachethis = be32_to_cpup(p); in nfsd4_decode_sequence()
2375 bool cachethis = false; in nfsd4_decode_compound() local
2439 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()
2462 cachethis = false; in nfsd4_decode_compound()
2464 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
Dnfs4state.c3880 (bool)seq->cachethis) in replay_matches_cache()
3986 buflen = (seq->cachethis) ? in nfsd4_sequence()
3989 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()
3999 if (seq->cachethis) in nfsd4_sequence()