Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Draid5.h259 struct bio *return_bi; member
Draid5.c171 static void return_io(struct bio *return_bi) in return_io() argument
173 struct bio *bi = return_bi; in return_io()
176 return_bi = bi->bi_next; in return_io()
180 bi = return_bi; in return_io()
722 struct bio *return_bi = NULL; in ops_complete_biofill() local
749 rbi->bi_next = return_bi; in ops_complete_biofill()
750 return_bi = rbi; in ops_complete_biofill()
759 return_io(return_bi); in ops_complete_biofill()
2378 struct bio **return_bi) in handle_failed_stripe() argument
2421 bi->bi_next = *return_bi; in handle_failed_stripe()
[all …]