Lines Matching refs:bi
87 struct blk_integrity *bi; in iblock_configure_device() local
138 bi = bdev_get_integrity(bd); in iblock_configure_device()
139 if (bi) { in iblock_configure_device()
142 if (!strcmp(bi->profile->name, "T10-DIF-TYPE3-IP") || in iblock_configure_device()
143 !strcmp(bi->profile->name, "T10-DIF-TYPE1-IP")) { in iblock_configure_device()
145 " supported\n", bi->profile->name); in iblock_configure_device()
150 if (!strcmp(bi->profile->name, "T10-DIF-TYPE3-CRC")) { in iblock_configure_device()
152 } else if (!strcmp(bi->profile->name, "T10-DIF-TYPE1-CRC")) { in iblock_configure_device()
593 struct blk_integrity *bi; in iblock_alloc_bip() local
599 bi = bdev_get_integrity(ib_dev->ibd_bd); in iblock_alloc_bip()
600 if (!bi) { in iblock_alloc_bip()