Searched refs:r5_next_bio (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/ |
| H A D | raid5.h | 717 static inline struct bio *r5_next_bio(struct r5conf *conf, struct bio *bio, sector_t sector) in r5_next_bio() function
|
| H A D | raid5.c | 1467 rbi2 = r5_next_bio(conf, rbi, dev->sector); in ops_complete_biofill() 1503 rbi = r5_next_bio(conf, rbi, dev->sector); in ops_run_biofill() 1981 wbi = r5_next_bio(conf, wbi, dev->sector); in ops_run_biodrain() 3540 bi = r5_next_bio(conf, bi, sh->dev[dd_idx].sector)) { in __add_stripe_bio() 3637 struct bio *nextbi = r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 3653 struct bio *bi2 = r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 3678 r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 4106 wbi2 = r5_next_bio(conf, wbi, dev->sector); in handle_stripe_clean_event()
|