Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dstate.h195 #define NFSD4_SLOT_CACHED (1 << 3) macro
Dnfs4state.c3097 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3100 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3128 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()