Home
last modified time | relevance | path

Searched refs:sl_flags (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4state.c4133 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 …]
H A Dstate.h374 u8 sl_flags; member
H A Dnfs4xdr.c6606 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
6669 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
H A Dtrace.h900 __entry->slot_flags = slot->sl_flags;