Lines Matching refs:bios
434 struct bio_list *bios) in cell_release() argument
436 dm_cell_release(pool->prison, cell, bios); in cell_release()
451 struct bio_list *bios) in cell_release_no_holder() argument
453 dm_cell_release_no_holder(pool->prison, cell, bios); in cell_release_no_holder()
550 static void __merge_bio_list(struct bio_list *bios, struct bio_list *master) in __merge_bio_list() argument
552 bio_list_merge(bios, master); in __merge_bio_list()
556 static void error_bio_list(struct bio_list *bios, int error) in error_bio_list() argument
560 while ((bio = bio_list_pop(bios))) { in error_bio_list()
568 struct bio_list bios; in error_thin_bio_list() local
571 bio_list_init(&bios); in error_thin_bio_list()
574 __merge_bio_list(&bios, master); in error_thin_bio_list()
577 error_bio_list(&bios, error); in error_thin_bio_list()
599 struct bio_list bios; in requeue_io() local
602 bio_list_init(&bios); in requeue_io()
605 __merge_bio_list(&bios, &tc->deferred_bio_list); in requeue_io()
606 __merge_bio_list(&bios, &tc->retry_on_resume_list); in requeue_io()
609 error_bio_list(&bios, DM_ENDIO_REQUEUE); in requeue_io()
868 while ((bio = bio_list_pop(&cell->bios))) { in __inc_remap_and_issue_cell()
1451 struct bio_list bios; in retry_bios_on_resume() local
1460 bio_list_init(&bios); in retry_bios_on_resume()
1461 cell_release(pool, cell, &bios); in retry_bios_on_resume()
1463 while ((bio = bio_list_pop(&bios))) in retry_bios_on_resume()
1645 while ((bio = bio_list_pop(&cell->bios))) { in __remap_and_issue_shared_cell()
1973 struct bio_list bios; in __sort_thin_deferred_bios() local
1975 bio_list_init(&bios); in __sort_thin_deferred_bios()
1976 bio_list_merge(&bios, &tc->deferred_bio_list); in __sort_thin_deferred_bios()
1980 while ((bio = bio_list_pop(&bios))) in __sort_thin_deferred_bios()
1996 struct bio_list bios; in process_thin_deferred_bios() local
2005 bio_list_init(&bios); in process_thin_deferred_bios()
2016 bio_list_merge(&bios, &tc->deferred_bio_list); in process_thin_deferred_bios()
2022 while ((bio = bio_list_pop(&bios))) { in process_thin_deferred_bios()
2031 bio_list_merge(&tc->deferred_bio_list, &bios); in process_thin_deferred_bios()
2174 struct bio_list bios; in process_deferred_bios() local
2188 bio_list_init(&bios); in process_deferred_bios()
2190 bio_list_merge(&bios, &pool->deferred_flush_bios); in process_deferred_bios()
2194 if (bio_list_empty(&bios) && in process_deferred_bios()
2199 while ((bio = bio_list_pop(&bios))) in process_deferred_bios()
2205 while ((bio = bio_list_pop(&bios))) in process_deferred_bios()