Searched refs:NFSD4_SLOT_CACHED (Results 1 – 3 of 3) sorted by relevance
269 #define NFSD4_SLOT_CACHED (1 << 3) macro
811 { NFSD4_SLOT_CACHED, "CACHED" }, \
3464 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()