Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dstate.h271 u8 sl_flags; member
H A Dnfs4state.c3457 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
3464 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3467 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3495 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
4370 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
4410 slot->sl_flags &= ~NFSD4_SLOT_REUSED; in nfsd4_sequence()
4411 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
4414 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4416 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4446 slot->sl_flags |= NFSD4_SLOT_REUSED; in nfsd4_sequence()
[all …]
H A Dxdr4.h906 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
H A Dtrace.h838 __entry->slot_flags = slot->sl_flags;
H A Dnfs4xdr.c5836 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5899 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
/linux-6.15/drivers/tty/
H A Dmxser.c997 unsigned long sl_flags; in mxser_set_serial_info() local
1057 spin_lock_irqsave(&info->slock, sl_flags); in mxser_set_serial_info()
1059 spin_unlock_irqrestore(&info->slock, sl_flags); in mxser_set_serial_info()