Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dstate.h196 u8 sl_flags; member
Dnfs4state.c3090 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
3097 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3100 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3128 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
3879 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3961 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
3964 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
3998 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
4000 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4002 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
[all …]
Dxdr4.h759 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
Dnfs4xdr.c5335 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5386 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
/linux-6.1.9/drivers/tty/
Dmxser.c999 unsigned long sl_flags; in mxser_set_serial_info() local
1059 spin_lock_irqsave(&info->slock, sl_flags); in mxser_set_serial_info()
1061 spin_unlock_irqrestore(&info->slock, sl_flags); in mxser_set_serial_info()