Searched refs:return_bi (Results 1 – 2 of 2) sorted by relevance
179 static void return_io(struct bio *return_bi) in return_io() argument181 struct bio *bi = return_bi; in return_io()184 return_bi = bi->bi_next; in return_io()190 bi = return_bi; in return_io()786 struct bio *return_bi = NULL; in ops_complete_biofill() local811 rbi->bi_next = return_bi; in ops_complete_biofill()812 return_bi = rbi; in ops_complete_biofill()820 return_io(return_bi); in ops_complete_biofill()2473 struct bio **return_bi) in handle_failed_stripe() argument2515 bi->bi_next = *return_bi; in handle_failed_stripe()[all …]
256 struct bio *return_bi; member