Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dnfs4trace.h141 __field(unsigned int, cachethis)
150 __entry->cachethis = args->csa_cachethis;
178 __field(unsigned int, cachethis)
187 __entry->cachethis = args->csa_cachethis;
/linux/fs/nfsd/
A Dxdr4.h437 u32 cachethis; /* request */ member
A Dnfs4xdr.c1796 seq->cachethis = be32_to_cpup(p); in nfsd4_decode_sequence()
2326 bool cachethis = false; in nfsd4_decode_compound() local
2397 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()
2420 cachethis = false; in nfsd4_decode_compound()
2422 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
A Dnfs4state.c3751 (bool)seq->cachethis) in replay_matches_cache()
3857 buflen = (seq->cachethis) ? in nfsd4_sequence()
3860 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()
3870 if (seq->cachethis) in nfsd4_sequence()

Completed in 31 milliseconds