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

/linux-master/fs/nfsd/
H A Dstate.h232 u8 sl_flags; member in struct:nfsd4_slot
H A Dnfs4state.c3329 slot->sl_flags |= NFSD4_SLOT_INITIALIZED;
3336 slot->sl_flags &= ~NFSD4_SLOT_CACHED;
3339 slot->sl_flags |= NFSD4_SLOT_CACHED;
3367 if (slot->sl_flags & NFSD4_SLOT_CACHED)
4143 if ((bool)(slot->sl_flags & NFSD4_SLOT_CACHETHIS) !=
4225 slot->sl_flags & NFSD4_SLOT_INUSE);
4228 if (!(slot->sl_flags & NFSD4_SLOT_INITIALIZED))
4262 slot->sl_flags |= NFSD4_SLOT_INUSE;
4264 slot->sl_flags |= NFSD4_SLOT_CACHETHIS;
4266 slot->sl_flags
[all...]
H A Dxdr4.h878 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS)
H A Dnfs4xdr.c5648 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS) {
5695 if (slot->sl_flags & NFSD4_SLOT_CACHETHIS)
/linux-master/drivers/tty/
H A Dmxser.c1000 unsigned long sl_flags; local
1060 spin_lock_irqsave(&info->slock, sl_flags);
1062 spin_unlock_irqrestore(&info->slock, sl_flags);

Completed in 168 milliseconds