Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Draid1.h90 struct bio_list pending_bio_list; member
H A Draid10.h77 struct bio_list pending_bio_list; member
H A Draid1.c922 if (conf->pending_bio_list.head) { in flush_pending_writes()
926 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1278 bio_list_merge(&conf->pending_bio_list, &plug->pending); in raid1_unplug()
1667 bio_list_add(&conf->pending_bio_list, mbio); in raid1_write_request()
3160 bio_list_init(&conf->pending_bio_list); in setup_conf()
H A Draid10.c865 if (conf->pending_bio_list.head) { in flush_pending_writes()
869 bio = bio_list_get(&conf->pending_bio_list); in flush_pending_writes()
1090 bio_list_merge(&conf->pending_bio_list, &plug->pending); in raid10_unplug()
1279 bio_list_add(&conf->pending_bio_list, mbio); in raid10_write_one_disk()