Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h299 #define NFSD4_SLOT_CACHED (1 << 3) macro
H A Dnfs4state.c3520 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3523 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3554 if (!(slot->sl_flags & NFSD4_SLOT_CACHED)) { in nfsd4_replay_cache_entry()
H A Dtrace.h870 { NFSD4_SLOT_CACHED, "CACHED" }, \