Searched refs:blip (Results 1 – 1 of 1) sorted by relevance
30 struct xfs_buf_log_item *blip; in xfs_trans_buf_item_match() local38 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_ADDR(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()