Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid5.h268 struct bio *return_bi; member
Draid5.c226 static void return_io(struct bio *return_bi) in return_io() argument
228 struct bio *bi = return_bi; in return_io()
231 return_bi = bi->bi_next; in return_io()
237 bi = return_bi; in return_io()
1169 struct bio *return_bi = NULL; in ops_complete_biofill() local
1194 rbi->bi_next = return_bi; in ops_complete_biofill()
1195 return_bi = rbi; in ops_complete_biofill()
1203 return_io(return_bi); in ops_complete_biofill()
3075 struct bio **return_bi) in handle_failed_stripe() argument
3119 bi->bi_next = *return_bi; in handle_failed_stripe()
[all …]