Home
last modified time | relevance | path

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

/linux/fs/nfs/
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/fs/nfsd/
A Dxdr4.h577 u32 cachethis; /* request */ member
A Dnfs4xdr.c1888 seq->cachethis = be32_to_cpup(p); in nfsd4_decode_sequence()
2455 bool cachethis = false; in nfsd4_decode_compound() local
2521 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()
2544 cachethis = false; in nfsd4_decode_compound()
2546 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
A Dnfs4state.c4180 (bool)seq->cachethis) in replay_matches_cache()
4287 buflen = (seq->cachethis) ? in nfsd4_sequence()
4290 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()
4300 if (seq->cachethis) in nfsd4_sequence()

Completed in 38 milliseconds