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