Lines Matching refs:sl_flags
2919 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
2926 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()
3694 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3776 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
3779 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
3813 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
3815 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3817 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3854 cs->slot->sl_flags &= ~NFSD4_SLOT_INUSE; in nfsd4_sequence_done()