Searched refs:sl_flags (Results 1 – 4 of 4) sorted by relevance
4133 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()4139 if (!(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_store_cache_entry()4140 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()4143 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()4174 if (!(slot->sl_flags & NFSD4_SLOT_CACHED)) { in nfsd4_replay_cache_entry()4944 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()5009 if (slot->sl_flags & NFSD4_SLOT_INUSE) in nfsd4_slots_inuse()5067 status = check_slot_seqid(seq->seqid, slot->sl_seqid, slot->sl_flags); in nfsd4_sequence()5070 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()5112 slot->sl_flags &= ~NFSD4_SLOT_REUSED; in nfsd4_sequence()[all …]
374 u8 sl_flags; member
6606 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()6669 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
900 __entry->slot_flags = slot->sl_flags;