Searched refs:lhs_cell (Results 1 – 1 of 1) sorted by relevance
2227 struct dm_bio_prison_cell *lhs_cell = *((struct dm_bio_prison_cell **) lhs); in cmp_cells() local2230 BUG_ON(!lhs_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()