Home
last modified time | relevance | path

Searched refs:RAID5_STRIPE_SECTORS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid5.h702 #define RAID5_STRIPE_SECTORS(conf) STRIPE_SECTORS macro
706 #define RAID5_STRIPE_SECTORS(conf) ((conf)->stripe_sectors) macro
720 if (bio_end_sector(bio) < sector + RAID5_STRIPE_SECTORS(conf)) in r5_next_bio()
H A Draid5.c2923 RAID5_STRIPE_SECTORS(conf), in raid5_end_write_request()
2935 RAID5_STRIPE_SECTORS(conf), in raid5_end_write_request()
3609 RAID5_STRIPE_SECTORS(conf), 0); in __add_stripe_bio()
4109 RAID5_STRIPE_SECTORS(conf), in handle_stripe_clean_event()
4420 RAID5_STRIPE_SECTORS(conf)); in handle_parity_checks5()
4585 RAID5_STRIPE_SECTORS(conf)); in handle_parity_checks6()
5344 RAID5_STRIPE_SECTORS(conf), 0)) in handle_stripe()
5856 RAID5_STRIPE_SECTORS(conf), in make_discard_request()
6183 RAID5_STRIPE_SECTORS(conf)); in raid5_make_request()
6629 return RAID5_STRIPE_SECTORS(conf); in raid5_sync_request()
[all …]
H A Draid5-ppl.c328 if ((sh->sector == sh_last->sector + RAID5_STRIPE_SECTORS(conf)) && in ppl_log_stripe()
837 (r_sector_first & (RAID5_STRIPE_SECTORS(conf) - 1)) == 0 && in ppl_recover_entry()
838 (r_sector_last & (RAID5_STRIPE_SECTORS(conf) - 1)) == 0) in ppl_recover_entry()
1270 RAID5_STRIPE_SECTORS((struct r5conf *)rdev->mddev->private)); in ppl_validate_rdev()
H A Draid5-cache.c299 dev->sector + RAID5_STRIPE_SECTORS(conf)) { in r5c_return_dev_pending_writes()
317 RAID5_STRIPE_SECTORS(conf), in r5c_handle_cached_data_endio()