Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.h272 struct bio_list return_bi; member
486 struct bio_list return_bi; member
Draid5.c226 static void return_io(struct bio_list *return_bi) in return_io() argument
229 while ((bi = bio_list_pop(return_bi)) != NULL) { in return_io()
1173 struct bio_list return_bi = BIO_EMPTY_LIST; in ops_complete_biofill() local
1198 bio_list_add(&return_bi, rbi); in ops_complete_biofill()
1205 return_io(&return_bi); in ops_complete_biofill()
3073 struct bio_list *return_bi) in handle_failed_stripe() argument
3120 bio_list_add(return_bi, bi); in handle_failed_stripe()
3144 bio_list_add(return_bi, bi); in handle_failed_stripe()
3171 bio_list_add(return_bi, bi); in handle_failed_stripe()
3452 struct stripe_head *sh, int disks, struct bio_list *return_bi) in handle_stripe_clean_event() argument
[all …]