Lines Matching refs:sl_flags
2355 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
2362 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2365 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2393 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
3071 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3148 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
3151 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
3185 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
3187 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3189 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3226 cs->slot->sl_flags &= ~NFSD4_SLOT_INUSE; in nfsd4_sequence_done()