Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf_item.c125 bp = bip->bli_buf; in xfs_buf_item_log_check()
161 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_size()
230 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format()
381 atomic_inc(&bip->bli_buf->b_pin_count); in xfs_buf_item_pin()
403 xfs_buf_t *bp = bip->bli_buf; in xfs_buf_item_unpin()
479 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_trylock()
520 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_unlock()
616 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_push()
637 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_pushbuf()
712 bip->bli_buf = bp; in xfs_buf_item_init()
[all …]
Dxfs_trans_buf.c57 blip->bli_buf->b_target == 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_buf_item.h97 struct xfs_buf *bli_buf; /* real buffer pointer */ member
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 = bip->bli_buf->b_sema.count;
Dxfs_bmap.c5708 XFS_BUF_ADDR(bip->bli_buf) == bno) in xfs_bmap_get_bp()
5709 return bip->bli_buf; in xfs_bmap_get_bp()