Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dstate.h194 #define NFSD4_SLOT_CACHED (1 << 3) macro
H A Dnfs4state.c2926 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2929 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2957 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()