Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.h701 #define RAID5_STRIPE_SECTORS(conf) STRIPE_SECTORS macro
705 #define RAID5_STRIPE_SECTORS(conf) ((conf)->stripe_sectors) macro
719 if (bio_end_sector(bio) < sector + RAID5_STRIPE_SECTORS(conf)) in r5_next_bio()
H A Draid5.c929 head_sector = sh->sector - RAID5_STRIPE_SECTORS(conf); in stripe_add_to_batch_list()
1233 RAID5_STRIPE_SECTORS(conf)); in ops_run_io()
1466 dev->sector + RAID5_STRIPE_SECTORS(conf)) { in ops_complete_biofill()
1499 dev->sector + RAID5_STRIPE_SECTORS(conf)) { in ops_run_biofill()
1962 dev->sector + RAID5_STRIPE_SECTORS(conf)) { in ops_run_biodrain()
2505 new_sectors / RAID5_STRIPE_SECTORS(conf)); in resize_chunks()
2765 mdname(conf->mddev), RAID5_STRIPE_SECTORS(conf), in raid5_end_read_request()
2768 atomic_add(RAID5_STRIPE_SECTORS(conf), &rdev->corrected_errors); in raid5_end_read_request()
2839 RAID5_STRIPE_SECTORS(conf), 0); in raid5_end_read_request()
2887 RAID5_STRIPE_SECTORS(conf))) in raid5_end_write_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()
1266 RAID5_STRIPE_SECTORS((struct r5conf *)rdev->mddev->private)); in ppl_validate_rdev()