Searched refs:inmates (Results 1 – 2 of 2) sorted by relevance
215 struct bio_list *inmates) in __cell_release() argument219 if (inmates) { in __cell_release()221 bio_list_add(inmates, cell->holder); in __cell_release()222 bio_list_merge(inmates, &cell->bios); in __cell_release()243 struct bio_list *inmates) in __cell_release_no_holder() argument246 bio_list_merge(inmates, &cell->bios); in __cell_release_no_holder()251 struct bio_list *inmates) in dm_cell_release_no_holder() argument257 __cell_release_no_holder(&prison->regions[l].cell, cell, inmates); in dm_cell_release_no_holder()
108 struct bio_list *inmates);