Searched refs:blip (Results 1 – 2 of 2) sorted by relevance
602 struct xfs_log_item *blip; in xfs_iflush_done() local612 blip = bp->b_fspriv; in xfs_iflush_done()614 while (blip != NULL) { in xfs_iflush_done()615 if (blip->li_cb != xfs_iflush_done) { in xfs_iflush_done()616 prev = blip; in xfs_iflush_done()617 blip = blip->li_bio_list; in xfs_iflush_done()622 next = blip->li_bio_list; in xfs_iflush_done()630 blip->li_bio_list = lip->li_bio_list; in xfs_iflush_done()631 lip->li_bio_list = blip; in xfs_iflush_done()637 iip = INODE_ITEM(blip); in xfs_iflush_done()[all …]
44 struct xfs_buf_log_item *blip; in xfs_trans_buf_item_match() local52 blip = (struct xfs_buf_log_item *)lidp->lid_item; in xfs_trans_buf_item_match()53 if (blip->bli_item.li_type == XFS_LI_BUF && in xfs_trans_buf_item_match()54 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()