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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_buf_item.c127 bp = bip->bli_buf;
162 struct xfs_buf *bp = bip->bli_buf;
231 struct xfs_buf *bp = bip->bli_buf;
375 ASSERT(XFS_BUF_ISBUSY(bip->bli_buf));
383 atomic_inc(&bip->bli_buf->b_pin_count);
405 xfs_buf_t *bp = bip->bli_buf;
479 struct xfs_buf *bp = bip->bli_buf;
520 struct xfs_buf *bp = bip->bli_buf;
616 struct xfs_buf *bp = bip->bli_buf;
637 struct xfs_buf *bp = bip->bli_buf;
[all...]
H A Dxfs_buf_item.h97 struct xfs_buf *bli_buf; /* real buffer pointer */ member in struct:xfs_buf_log_item
H A Dxfs_trans_buf.c57 XFS_BUF_TARGET(blip->bli_buf) == target &&
58 XFS_BUF_ADDR(blip->bli_buf) == blkno &&
59 XFS_BUF_COUNT(blip->bli_buf) == len)
60 return blip->bli_buf;
H A Dxfs_bmap.c5686 XFS_BUF_ADDR(bip->bli_buf) == bno)
5687 return bip->bli_buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h449 __entry->dev = bip->bli_buf->b_target->bt_dev;
453 __entry->buf_bno = bip->bli_buf->b_bn;
454 __entry->buf_len = bip->bli_buf->b_buffer_length;
455 __entry->buf_flags = bip->bli_buf->b_flags;
456 __entry->buf_hold = atomic_read(&bip->bli_buf->b_hold);
457 __entry->buf_pincount = atomic_read(&bip->bli_buf->b_pin_count);
458 __entry->buf_lockval = xfs_buf_lock_value(bip->bli_buf);

Completed in 75 milliseconds