Lines Matching refs:bios

352 			 struct bio_list *bios)  in cell_release()  argument
354 dm_cell_release(pool->prison, cell, bios); in cell_release()
369 struct bio_list *bios) in cell_release_no_holder() argument
371 dm_cell_release_no_holder(pool->prison, cell, bios); in cell_release_no_holder()
467 static void __merge_bio_list(struct bio_list *bios, struct bio_list *master) in __merge_bio_list() argument
469 bio_list_merge(bios, master); in __merge_bio_list()
473 static void error_bio_list(struct bio_list *bios, int error) in error_bio_list() argument
477 while ((bio = bio_list_pop(bios))) in error_bio_list()
483 struct bio_list bios; in error_thin_bio_list() local
486 bio_list_init(&bios); in error_thin_bio_list()
489 __merge_bio_list(&bios, master); in error_thin_bio_list()
492 error_bio_list(&bios, error); in error_thin_bio_list()
514 struct bio_list bios; in requeue_io() local
517 bio_list_init(&bios); in requeue_io()
520 __merge_bio_list(&bios, &tc->deferred_bio_list); in requeue_io()
521 __merge_bio_list(&bios, &tc->retry_on_resume_list); in requeue_io()
524 error_bio_list(&bios, DM_ENDIO_REQUEUE); in requeue_io()
753 while ((bio = bio_list_pop(&cell->bios))) { in __inc_remap_and_issue_cell()
1282 struct bio_list bios; in retry_bios_on_resume() local
1291 bio_list_init(&bios); in retry_bios_on_resume()
1292 cell_release(pool, cell, &bios); in retry_bios_on_resume()
1294 while ((bio = bio_list_pop(&bios))) in retry_bios_on_resume()
1427 while ((bio = bio_list_pop(&cell->bios))) { in __remap_and_issue_shared_cell()
1755 struct bio_list bios; in __sort_thin_deferred_bios() local
1757 bio_list_init(&bios); in __sort_thin_deferred_bios()
1758 bio_list_merge(&bios, &tc->deferred_bio_list); in __sort_thin_deferred_bios()
1762 while ((bio = bio_list_pop(&bios))) in __sort_thin_deferred_bios()
1778 struct bio_list bios; in process_thin_deferred_bios() local
1787 bio_list_init(&bios); in process_thin_deferred_bios()
1798 bio_list_merge(&bios, &tc->deferred_bio_list); in process_thin_deferred_bios()
1804 while ((bio = bio_list_pop(&bios))) { in process_thin_deferred_bios()
1813 bio_list_merge(&tc->deferred_bio_list, &bios); in process_thin_deferred_bios()
1956 struct bio_list bios; in process_deferred_bios() local
1970 bio_list_init(&bios); in process_deferred_bios()
1972 bio_list_merge(&bios, &pool->deferred_flush_bios); in process_deferred_bios()
1976 if (bio_list_empty(&bios) && in process_deferred_bios()
1981 while ((bio = bio_list_pop(&bios))) in process_deferred_bios()
1987 while ((bio = bio_list_pop(&bios))) in process_deferred_bios()