Searched refs:r5_next_bio (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 713 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 | 1396 rbi2 = r5_next_bio(conf, rbi, dev->sector); in ops_complete_biofill() 1432 rbi = r5_next_bio(conf, rbi, dev->sector); in ops_run_biofill() 1910 wbi = r5_next_bio(conf, wbi, dev->sector); in ops_run_biodrain() 3480 bi = r5_next_bio(conf, bi, sh->dev[dd_idx].sector)) { in add_stripe_bio() 3592 struct bio *nextbi = r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 3613 struct bio *bi2 = r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 3638 r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 3992 wbi2 = r5_next_bio(conf, wbi, dev->sector); in handle_stripe_clean_event()
|
H A D | raid5-cache.c | 300 wbi2 = r5_next_bio(conf, wbi, dev->sector); in r5c_return_dev_pending_writes()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 718 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 | 1474 rbi2 = r5_next_bio(conf, rbi, dev->sector); in ops_complete_biofill() 1510 rbi = r5_next_bio(conf, rbi, dev->sector); in ops_run_biofill() 1988 wbi = r5_next_bio(conf, wbi, dev->sector); in ops_run_biodrain() 3581 bi = r5_next_bio(conf, bi, sh->dev[dd_idx].sector)) { in __add_stripe_bio() 3704 struct bio *nextbi = r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 3725 struct bio *bi2 = r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 3750 r5_next_bio(conf, bi, sh->dev[i].sector); in handle_failed_stripe() 4104 wbi2 = r5_next_bio(conf, wbi, dev->sector); in handle_stripe_clean_event()
|
H A D | raid5-cache.c | 300 wbi2 = r5_next_bio(conf, wbi, dev->sector); in r5c_return_dev_pending_writes()
|
Completed in 35 milliseconds