Searched refs:sl_flags (Results 1 – 5 of 5) sorted by relevance
290 u8 sl_flags; member
3454 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()3461 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()3464 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()3492 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()4366 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()4406 slot->sl_flags &= ~NFSD4_SLOT_REUSED; in nfsd4_sequence()4407 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()4410 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()4412 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()4442 slot->sl_flags |= NFSD4_SLOT_REUSED; in nfsd4_sequence()[all …]
909 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
5853 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()5916 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
859 __entry->slot_flags = slot->sl_flags;
Completed in 40 milliseconds