Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c3513 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
3519 if (!(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS)) { in nfsd4_store_cache_entry()
3520 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3523 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3554 if (!(slot->sl_flags & NFSD4_SLOT_CACHED)) { in nfsd4_replay_cache_entry()
4324 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
4434 status = check_slot_seqid(seq->seqid, slot->sl_seqid, slot->sl_flags); in nfsd4_sequence()
4437 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
4477 slot->sl_flags &= ~NFSD4_SLOT_REUSED; in nfsd4_sequence()
4478 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
[all …]
H A Dstate.h301 u8 sl_flags; member
H A Dnfs4xdr.c6200 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
6263 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()