Home
last modified time | relevance | path

Searched refs:bh_lock (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/linux-2.6/
Dxfs_buf.c511 spin_lock(&hash->bh_lock); in _xfs_buf_find()
537 spin_unlock(&hash->bh_lock); in _xfs_buf_find()
541 spin_unlock(&hash->bh_lock); in _xfs_buf_find()
871 if (atomic_dec_and_lock(&bp->b_hold, &hash->bh_lock)) { in xfs_buf_rele()
874 spin_unlock(&hash->bh_lock); in xfs_buf_rele()
877 spin_unlock(&hash->bh_lock); in xfs_buf_rele()
881 spin_unlock(&hash->bh_lock); in xfs_buf_rele()
1370 spin_lock(&hash->bh_lock); in xfs_wait_buftarg()
1374 spin_unlock(&hash->bh_lock); in xfs_wait_buftarg()
1384 spin_unlock(&hash->bh_lock); in xfs_wait_buftarg()
[all …]
Dxfs_buf.h105 spinlock_t bh_lock; member