Searched refs:rhs_cell (Results 1 – 1 of 1) sorted by relevance
2245 struct dm_bio_prison_cell *rhs_cell = *((struct dm_bio_prison_cell **) rhs); in cmp_cells() local2248 BUG_ON(!rhs_cell->holder); in cmp_cells()2250 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()2253 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()