Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dstate.h196 u8 sl_flags; member
H A Dnfs4state.c3126 slot->sl_flags |= NFSD4_SLOT_INITIALIZED; in nfsd4_store_cache_entry()
3133 slot->sl_flags &= ~NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3136 slot->sl_flags |= NFSD4_SLOT_CACHED; in nfsd4_store_cache_entry()
3164 if (slot->sl_flags & NFSD4_SLOT_CACHED) in nfsd4_enc_sequence_replay()
3915 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) != in replay_matches_cache()
3997 slot->sl_flags & NFSD4_SLOT_INUSE); in nfsd4_sequence()
4000 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED)) in nfsd4_sequence()
4034 slot->sl_flags |= NFSD4_SLOT_INUSE; in nfsd4_sequence()
4036 slot->sl_flags |= NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
4038 slot->sl_flags &= ~NFSD4_SLOT_CACHETHIS; in nfsd4_sequence()
[all …]
H A Dxdr4.h759 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
H A Dnfs4xdr.c5366 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) { in nfsd4_check_resp_size()
5413 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_encode_operation()
/openbmc/linux/drivers/tty/
H A Dmxser.c1000 unsigned long sl_flags; in mxser_set_serial_info() local
1060 spin_lock_irqsave(&info->slock, sl_flags); in mxser_set_serial_info()
1062 spin_unlock_irqrestore(&info->slock, sl_flags); in mxser_set_serial_info()