Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dstate.h269 #define NFSD4_SLOT_CACHED (1 << 3) macro
H A Dtrace.h811 { NFSD4_SLOT_CACHED, "CACHED" }, \
H A Dnfs4state.c3464 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3467 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3495 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()