Searched refs:inmates (Results 1 – 2 of 2) sorted by relevance
184 struct bio_list *inmates) in __cell_release() argument188 if (inmates) { in __cell_release()190 bio_list_add(inmates, cell->holder); in __cell_release()191 bio_list_merge(inmates, &cell->bios); in __cell_release()212 struct bio_list *inmates) in __cell_release_no_holder() argument215 bio_list_merge(inmates, &cell->bios); in __cell_release_no_holder()220 struct bio_list *inmates) in dm_cell_release_no_holder() argument225 __cell_release_no_holder(prison, cell, inmates); in dm_cell_release_no_holder()
92 struct bio_list *inmates);