Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dxfs_buf.c66 (void *)(unsigned long)bp->b_hold.counter, in xfs_buf_trace()
261 atomic_set(&bp->b_hold, 1); in _xfs_buf_initialize()
521 atomic_inc(&bp->b_hold); in _xfs_buf_find()
847 atomic_inc(&bp->b_hold); in xfs_buf_hold()
865 if (atomic_dec_and_test(&bp->b_hold)) in xfs_buf_rele()
870 ASSERT(atomic_read(&bp->b_hold) > 0); in xfs_buf_rele()
871 if (atomic_dec_and_lock(&bp->b_hold, &hash->bh_lock)) { in xfs_buf_rele()
873 atomic_inc(&bp->b_hold); in xfs_buf_rele()
957 atomic_inc(&bp->b_hold); in xfs_buf_unlock()
1614 atomic_dec(&bp->b_hold); in xfs_buf_delwri_queue()
Dxfs_buf.h157 atomic_t b_hold; /* reference count */ member