Searched refs:b_lock (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/usb/mon/
H A Dmon_bin.c185 spinlock_t b_lock; /* Protect b_cnt, b_in */ member in struct:mon_reader_bin
295 * This is called under b_lock.
373 * This has to be called under both b_lock and fetch_lock, because
505 spin_lock_irqsave(&rp->b_lock, flags);
559 spin_unlock_irqrestore(&rp->b_lock, flags);
618 spin_unlock_irqrestore(&rp->b_lock, flags);
645 spin_lock_irqsave(&rp->b_lock, flags);
650 spin_unlock_irqrestore(&rp->b_lock, flags);
671 spin_unlock_irqrestore(&rp->b_lock, flags);
700 spin_lock_init(&rp->b_lock);
[all...]
/linux-master/fs/ocfs2/
H A Dblockcheck.c288 spin_lock(&stats->b_lock);
291 spin_unlock(&stats->b_lock);
304 spin_lock(&stats->b_lock);
307 spin_unlock(&stats->b_lock);
320 spin_lock(&stats->b_lock);
323 spin_unlock(&stats->b_lock);
H A Dblockcheck.h16 spinlock_t b_lock; member in struct:ocfs2_blockcheck_stats
H A Dsuper.c791 spin_lock_init(&stats->b_lock);
/linux-master/fs/xfs/
H A Dxfs_buf.c34 * b_lock
38 * b_lock
42 * b_lock
48 * b_lock (trylock due to inversion)
52 * b_lock (trylock due to inversion)
111 spin_lock(&bp->b_lock);
116 spin_unlock(&bp->b_lock);
127 lockdep_assert_held(&bp->b_lock);
139 spin_lock(&bp->b_lock);
141 spin_unlock(&bp->b_lock);
[all...]
H A Dxfs_buf.h181 spinlock_t b_lock; /* internal state lock */ member in struct:xfs_buf
/linux-master/fs/lockd/
H A Dclntlock.c91 block->b_lock = fl;
174 struct file_lock *fl_blocked = block->b_lock;
/linux-master/include/linux/lockd/
H A Dlockd.h131 struct file_lock *b_lock; /* local file lock */ member in struct:nlm_wait
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c253 bool b_lock,
267 if (b_lock)
271 if (b_lock)
251 __qed_ll2_handle_sanity(struct qed_hwfn *p_hwfn, u8 connection_handle, bool b_lock, bool b_only_active) argument

Completed in 185 milliseconds