Searched refs:sl_flags (Results 1 – 3 of 3) sorted by relevance
3513 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 …]
301 u8 sl_flags; member
6200 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()6263 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()