Searched refs:b1 (Results 1 – 1 of 1) sorted by relevance
145 struct blk_integrity *b1 = &gd1->queue->integrity; in blk_integrity_compare() local148 if (!b1->profile && !b2->profile) in blk_integrity_compare()151 if (!b1->profile || !b2->profile) in blk_integrity_compare()154 if (b1->interval_exp != b2->interval_exp) { in blk_integrity_compare()157 1 << b1->interval_exp, 1 << b2->interval_exp); in blk_integrity_compare()161 if (b1->tuple_size != b2->tuple_size) { in blk_integrity_compare()164 b1->tuple_size, b2->tuple_size); in blk_integrity_compare()168 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { in blk_integrity_compare()171 b1->tag_size, b2->tag_size); in blk_integrity_compare()175 if (b1->profile != b2->profile) { in blk_integrity_compare()[all …]