Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4trace.h174 __field(unsigned int, cachethis)
183 __entry->cachethis = args->csa_cachethis;
211 __field(unsigned int, cachethis)
220 __entry->cachethis = args->csa_cachethis;
/linux/fs/nfsd/
H A Dxdr4.h578 u32 cachethis; /* request */ member
H A Dnfs4state.c4321 (bool)seq->cachethis) in replay_matches_cache()
4461 buflen = (seq->cachethis) ? in nfsd4_sequence()
4464 status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : in nfsd4_sequence()
4476 if (seq->cachethis) in nfsd4_sequence()