Searched refs:inmates (Results 1 – 2 of 2) sorted by relevance
185 struct bio_list *inmates) in __cell_release() argument189 if (inmates) { in __cell_release()191 bio_list_add(inmates, cell->holder); in __cell_release()192 bio_list_merge(inmates, &cell->bios); in __cell_release()211 struct bio_list *inmates) in __cell_release_no_holder() argument214 bio_list_merge(inmates, &cell->bios); in __cell_release_no_holder()219 struct bio_list *inmates) in dm_cell_release_no_holder() argument224 __cell_release_no_holder(prison, cell, inmates); in dm_cell_release_no_holder()
92 struct bio_list *inmates);