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

/linux-4.4.14/fs/xfs/
H A Dxfs_inode_item.c602 struct xfs_log_item *blip; xfs_iflush_done() local
612 blip = bp->b_fspriv; xfs_iflush_done()
614 while (blip != NULL) { xfs_iflush_done()
615 if (blip->li_cb != xfs_iflush_done) { xfs_iflush_done()
616 prev = blip; xfs_iflush_done()
617 blip = blip->li_bio_list; xfs_iflush_done()
622 next = blip->li_bio_list; xfs_iflush_done()
630 blip->li_bio_list = lip->li_bio_list; xfs_iflush_done()
631 lip->li_bio_list = blip; xfs_iflush_done()
637 iip = INODE_ITEM(blip); xfs_iflush_done()
638 if (iip->ili_logged && blip->li_lsn == iip->ili_flush_lsn) xfs_iflush_done()
641 blip = next; xfs_iflush_done()
662 for (blip = lip; blip; blip = blip->li_bio_list) { xfs_iflush_done()
663 iip = INODE_ITEM(blip); xfs_iflush_done()
665 blip->li_lsn == iip->ili_flush_lsn) { xfs_iflush_done()
666 log_items[i++] = blip; xfs_iflush_done()
681 for (blip = lip; blip; blip = next) { xfs_iflush_done()
682 next = blip->li_bio_list; xfs_iflush_done()
683 blip->li_bio_list = NULL; xfs_iflush_done()
685 iip = INODE_ITEM(blip); xfs_iflush_done()
H A Dxfs_trans_buf.c44 struct xfs_buf_log_item *blip; xfs_trans_buf_item_match() local
52 blip = (struct xfs_buf_log_item *)lidp->lid_item; xfs_trans_buf_item_match()
53 if (blip->bli_item.li_type == XFS_LI_BUF && xfs_trans_buf_item_match()
54 blip->bli_buf->b_target == target && xfs_trans_buf_item_match()
55 XFS_BUF_ADDR(blip->bli_buf) == map[0].bm_bn && xfs_trans_buf_item_match()
56 blip->bli_buf->b_length == len) { xfs_trans_buf_item_match()
57 ASSERT(blip->bli_buf->b_map_count == nmaps); xfs_trans_buf_item_match()
58 return blip->bli_buf; xfs_trans_buf_item_match()
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_ecdis.h80 blip every time the phase reverses */ echo_can_disable_detector_update()
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c473 * blip reset. If module is present, call qib_refresh_qsfp_cache(), qib_qsfp_init()
H A Dqib_iba7220.c1853 * blip the availupd off, next write will be on, so qib_wantpiobuf_7220_intr()
3375 * always blip to get avail list updated, since it's almost get_7220_link_buf()
H A Dqib_iba6120.c3366 * always blip to get avail list updated, since it's almost get_6120_link_buf()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dfalcon_boards.c429 * start to power up the PHY again when polled, causing us to blip sfe4001_check_hw()

Completed in 285 milliseconds