Lines Matching refs:sl_flags
3140 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
3147 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3150 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3178 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
3929 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
4011 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
4014 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
4048 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
4050 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4052 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4089 cs->slot->sl_flags &= ~NFSD4_SLOT_INUSE; in nfsd4_sequence_done()