Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf_item.c68 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_size_segment()
220 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format_segment()
314 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format()
394 atomic_inc(&bip->bli_buf->b_pin_count); in xfs_buf_item_pin()
416 xfs_buf_t *bp = bip->bli_buf; in xfs_buf_item_unpin()
516 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_push()
576 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_unlock()
773 bip->bli_buf = bp; in xfs_buf_item_init()
909 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_log()
1141 ASSERT(BUF_ITEM(lip)->bli_buf == bp); in xfs_buf_iodone()
Dxfs_trans_buf.c54 blip->bli_buf->b_target == target && in xfs_trans_buf_item_match()
55 XFS_BUF_ADDR(blip->bli_buf) == map[0].bm_bn && in xfs_trans_buf_item_match()
56 blip->bli_buf->b_length == len) { in xfs_trans_buf_item_match()
57 ASSERT(blip->bli_buf->b_map_count == nmaps); in xfs_trans_buf_item_match()
58 return blip->bli_buf; in xfs_trans_buf_item_match()
Dxfs_buf_item.h55 struct xfs_buf *bli_buf; /* real buffer pointer */ member
Dxfs_trace.h480 __entry->dev = bip->bli_buf->b_target->bt_dev;
484 __entry->buf_bno = bip->bli_buf->b_bn;
485 __entry->buf_len = BBTOB(bip->bli_buf->b_length);
486 __entry->buf_flags = bip->bli_buf->b_flags;
487 __entry->buf_hold = atomic_read(&bip->bli_buf->b_hold);
488 __entry->buf_pincount = atomic_read(&bip->bli_buf->b_pin_count);
489 __entry->buf_lockval = bip->bli_buf->b_sema.count;
/fs/xfs/libxfs/
Dxfs_bmap.c271 XFS_BUF_ADDR(bip->bli_buf) == bno) in xfs_bmap_get_bp()
272 return bip->bli_buf; in xfs_bmap_get_bp()