Home
last modified time | relevance | path

Searched refs:pending_bio_list (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Draid1.c920 if (conf->pending_bio_list.head) { in flush_pending_writes()
924 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1276 bio_list_merge(&conf->pending_bio_list, &plug->pending); in raid1_unplug()
1670 bio_list_add(&conf->pending_bio_list, mbio); in raid1_write_request()
3157 bio_list_init(&conf->pending_bio_list); in setup_conf()
H A Draid10.c864 if (conf->pending_bio_list.head) { in flush_pending_writes()
868 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1089 bio_list_merge(&conf->pending_bio_list, &plug->pending); in raid10_unplug()
1286 bio_list_add(&conf->pending_bio_list, mbio); in raid10_write_one_disk()