Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4trace.h358 __field(unsigned int, cachethis)
367 __entry->cachethis = args->csa_cachethis;
/linux-4.1.27/fs/nfsd/
Dxdr4.h412 u32 cachethis; /* request */ member
Dnfs4xdr.c1467 seq->cachethis = be32_to_cpup(p++); in nfsd4_decode_sequence()
1810 bool cachethis = false; in nfsd4_decode_compound() local
1860 cachethis |= nfsd4_cache_this_op(op); in nfsd4_decode_compound()
1883 cachethis = false; in nfsd4_decode_compound()
1885 argp->rqstp->rq_cachetype = cachethis ? RC_REPLBUFF : RC_NOCACHE; in nfsd4_decode_compound()
Dnfs4state.c2942 buflen = (seq->cachethis) ? in nfsd4_sequence()
2945 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()
2955 if (seq->cachethis) in nfsd4_sequence()