Home
last modified time | relevance | path

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

/drivers/md/
Draid5.c179 static void return_io(struct bio *return_bi) in return_io() argument
181 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() local
811 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() argument
2515 bi->bi_next = *return_bi; in handle_failed_stripe()
[all …]
Draid5.h256 struct bio *return_bi; member