Lines Matching defs:bios
82 bio_list_init(&cell->bios);
131 bio_list_add(&cell->bios, inmate);
192 bio_list_merge(inmates, &cell->bios);
198 struct bio_list *bios)
201 __cell_release(prison, cell, bios);
207 * Sometimes we don't want the holder, just the additional bios.
214 bio_list_merge(inmates, &cell->bios);
232 struct bio_list bios;
235 bio_list_init(&bios);
236 dm_cell_release(prison, cell, &bios);
238 while ((bio = bio_list_pop(&bios))) {
260 if (bio_list_empty(&cell->bios)) {
265 cell->holder = bio_list_pop(&cell->bios);