Searched refs:return_bi (Results 1 – 2 of 2) sorted by relevance
272 struct bio_list return_bi; member486 struct bio_list return_bi; member
226 static void return_io(struct bio_list *return_bi) in return_io() argument229 while ((bi = bio_list_pop(return_bi)) != NULL) { in return_io()1173 struct bio_list return_bi = BIO_EMPTY_LIST; in ops_complete_biofill() local1198 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() argument3120 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 …]