Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dnfs4trace.h171 __field(unsigned int, cachethis)
180 __entry->cachethis = args->csa_cachethis;
208 __field(unsigned int, cachethis)
217 __entry->cachethis = args->csa_cachethis;
/linux-6.15/fs/nfsd/
H A Dxdr4.h578 u32 cachethis; /* request */ member
H A Dnfs4xdr.c1910 seq->cachethis = be32_to_cpup(p); in nfsd4_decode_sequence()
2477 bool cachethis = false; in nfsd4_decode_compound() local
2543 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()
2566 cachethis = false; in nfsd4_decode_compound()
2568 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
H A Dnfs4state.c4291 (bool)seq->cachethis) in replay_matches_cache()
4398 buflen = (seq->cachethis) ? in nfsd4_sequence()
4401 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()
4413 if (seq->cachethis) in nfsd4_sequence()