Lines Matching refs:bi
95 struct blk_integrity *bi; in iblock_configure_device() local
160 bi = bdev_get_integrity(bd); in iblock_configure_device()
161 if (bi) { in iblock_configure_device()
164 if (!strcmp(bi->name, "T10-DIF-TYPE3-IP") || in iblock_configure_device()
165 !strcmp(bi->name, "T10-DIF-TYPE1-IP")) { in iblock_configure_device()
167 " supported\n", bi->name); in iblock_configure_device()
172 if (!strcmp(bi->name, "T10-DIF-TYPE3-CRC")) { in iblock_configure_device()
174 } else if (!strcmp(bi->name, "T10-DIF-TYPE1-CRC")) { in iblock_configure_device()
633 struct blk_integrity *bi; in iblock_alloc_bip() local
639 bi = bdev_get_integrity(ib_dev->ibd_bd); in iblock_alloc_bip()
640 if (!bi) { in iblock_alloc_bip()