Home
last modified time | relevance | path

Searched refs:bli_buf (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_buf_item.c127 bp = bip->bli_buf; in xfs_buf_item_log_check()
163 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_size()
232 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format()
376 ASSERT(XFS_BUF_ISBUSY(bip->bli_buf)); in xfs_buf_item_pin()
384 atomic_inc(&bip->bli_buf->b_pin_count); in xfs_buf_item_pin()
406 xfs_buf_t *bp = bip->bli_buf; in xfs_buf_item_unpin()
482 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_trylock()
523 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_unlock()
619 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_push()
640 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_pushbuf()
[all …]
Dxfs_buf_item.h97 struct xfs_buf *bli_buf; /* real buffer pointer */ member
Dxfs_trans_buf.c57 XFS_BUF_TARGET(blip->bli_buf) == target && in xfs_trans_buf_item_match()
58 XFS_BUF_ADDR(blip->bli_buf) == blkno && in xfs_trans_buf_item_match()
59 XFS_BUF_COUNT(blip->bli_buf) == len) in xfs_trans_buf_item_match()
60 return blip->bli_buf; in xfs_trans_buf_item_match()
Dxfs_bmap.c5736 XFS_BUF_ADDR(bip->bli_buf) == bno) in xfs_bmap_get_bp()
5737 return bip->bli_buf; in xfs_bmap_get_bp()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_trace.h448 __entry->dev = bip->bli_buf->b_target->bt_dev;
452 __entry->buf_bno = bip->bli_buf->b_bn;
453 __entry->buf_len = bip->bli_buf->b_buffer_length;
454 __entry->buf_flags = bip->bli_buf->b_flags;
455 __entry->buf_hold = atomic_read(&bip->bli_buf->b_hold);
456 __entry->buf_pincount = atomic_read(&bip->bli_buf->b_pin_count);
457 __entry->buf_lockval = xfs_buf_lock_value(bip->bli_buf);