Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h370 #define NFSD4_SLOT_CACHETHIS (1 << 1) macro
H A Dnfs4state.c4139 if (!(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_store_cache_entry()
4944 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
5116 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
5118 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
H A Dnfs4xdr.c6606 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
6669 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
H A Dtrace.h871 { NFSD4_SLOT_CACHETHIS, "CACHETHIS" }, \