Home
last modified time | relevance | path

Searched refs:r5_next_bio (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/md/
Draid5.h713 static inline struct bio *r5_next_bio(struct r5conf *conf, struct bio *bio, sector_t sector) in r5_next_bio() function
Draid5.c1395 rbi2 = r5_next_bio(conf, rbi, dev->sector); in ops_complete_biofill()
1431 rbi = r5_next_bio(conf, rbi, dev->sector); in ops_run_biofill()
1909 wbi = r5_next_bio(conf, wbi, dev->sector); in ops_run_biodrain()
3482 bi = r5_next_bio(conf, bi, sh->dev[dd_idx].sector)) { in add_stripe_bio()
3594 struct bio *nextbi = r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe()
3615 struct bio *bi2 = r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe()
3640 r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe()
3994 wbi2 = r5_next_bio(conf, wbi, dev->sector); in handle_stripe_clean_event()
Draid5-cache.c300 wbi2 = r5_next_bio(conf, wbi, dev->sector); in r5c_return_dev_pending_writes()