Searched refs:b_hold (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf.c179 atomic_dec(&bp->b_hold);
181 ASSERT(atomic_read(&bp->b_hold) >= 1);
240 atomic_set(&bp->b_hold, 1);
600 if (!bp || !atomic_inc_not_zero(&bp->b_hold)) {
665 atomic_inc(&bp->b_hold);
1043 atomic_inc(&bp->b_hold);
1051 if (atomic_dec_and_test(&bp->b_hold)) {
1069 ASSERT(atomic_read(&bp->b_hold) > 0);
1082 release = atomic_dec_and_lock(&bp->b_hold, &bch->bc_lock);
1090 if ((atomic_read(&bp->b_hold)
[all...]
H A Dxfs_buf.h171 atomic_t b_hold; /* reference count */ member in struct:xfs_buf
H A Dxfs_trace.h443 __entry->hold = atomic_read(&bp->b_hold);
514 __entry->hold = atomic_read(&bp->b_hold);
557 __entry->hold = atomic_read(&bp->b_hold);
601 __entry->buf_hold = atomic_read(&bip->bli_buf->b_hold);
4718 __entry->hold = atomic_read(&bp->b_hold);

Completed in 371 milliseconds