Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_trans_buf.c30 struct xfs_buf_log_item *blip; in xfs_trans_buf_item_match() local
38 blip = (struct xfs_buf_log_item *)lip; in xfs_trans_buf_item_match()
39 if (blip->bli_item.li_type == XFS_LI_BUF && in xfs_trans_buf_item_match()
40 blip->bli_buf->b_target == target && in xfs_trans_buf_item_match()
41 xfs_buf_daddr(blip->bli_buf) == map[0].bm_bn && in xfs_trans_buf_item_match()
42 blip->bli_buf->b_length == len) { in xfs_trans_buf_item_match()
43 ASSERT(blip->bli_buf->b_map_count == nmaps); in xfs_trans_buf_item_match()
44 return blip->bli_buf; in xfs_trans_buf_item_match()