Searched refs:inmates (Results 1 – 2 of 2) sorted by relevance
186 struct bio_list *inmates) in __cell_release() argument190 if (inmates) { in __cell_release()192 bio_list_add(inmates, cell->holder); in __cell_release()193 bio_list_merge(inmates, &cell->bios); in __cell_release()214 struct bio_list *inmates) in __cell_release_no_holder() argument217 bio_list_merge(inmates, &cell->bios); in __cell_release_no_holder()222 struct bio_list *inmates) in dm_cell_release_no_holder() argument227 __cell_release_no_holder(prison, cell, inmates); in dm_cell_release_no_holder()
92 struct bio_list *inmates);