Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dstate.h182 u8 sl_flags; member
Dnfs4state.c2811 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
2818 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2821 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
2849 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
3547 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3624 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
3627 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
3661 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
3663 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
3665 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
[all …]
Dxdr4.h696 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
Dnfs4xdr.c4422 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
4471 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
/Linux-v5.4/drivers/tty/
Dmxser.c1238 unsigned long sl_flags; in mxser_set_serial_info() local
1299 spin_lock_irqsave(&info->slock, sl_flags); in mxser_set_serial_info()
1301 spin_unlock_irqrestore(&info->slock, sl_flags); in mxser_set_serial_info()