Searched refs:bio_completions (Results 1 – 1 of 1) sorted by relevance
1231 struct bio_list bio_completions = BIO_EMPTY_LIST; in process_deferred_flush_bios() local1239 bio_list_merge_init(&bio_completions, in process_deferred_flush_bios()1243 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) && in process_deferred_flush_bios()1248 bio_list_merge(&bios, &bio_completions); in process_deferred_flush_bios()1258 while ((bio = bio_list_pop(&bio_completions))) in process_deferred_flush_bios()