Home
last modified time | relevance | path

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

/linux/drivers/md/
A Draid5.h697 #define RAID5_STRIPE_SECTORS(conf) STRIPE_SECTORS macro
701 #define RAID5_STRIPE_SECTORS(conf) ((conf)->stripe_sectors) macro
715 if (bio_end_sector(bio) < sector + RAID5_STRIPE_SECTORS(conf)) in r5_next_bio()
A Draid5.c2835 RAID5_STRIPE_SECTORS(conf), in raid5_end_write_request()
2847 RAID5_STRIPE_SECTORS(conf), in raid5_end_write_request()
3512 RAID5_STRIPE_SECTORS(conf), 0); in add_stripe_bio()
3574 RAID5_STRIPE_SECTORS(conf), 0)) in handle_failed_stripe()
4001 RAID5_STRIPE_SECTORS(conf), in handle_stripe_clean_event()
4312 RAID5_STRIPE_SECTORS(conf)); in handle_parity_checks5()
4477 RAID5_STRIPE_SECTORS(conf)); in handle_parity_checks6()
5233 RAID5_STRIPE_SECTORS(conf), 0)) in handle_stripe()
5753 RAID5_STRIPE_SECTORS(conf), in make_discard_request()
6305 return RAID5_STRIPE_SECTORS(conf); in raid5_sync_request()
[all …]
A Draid5-ppl.c327 if ((sh->sector == sh_last->sector + RAID5_STRIPE_SECTORS(conf)) && in ppl_log_stripe()
847 (r_sector_first & (RAID5_STRIPE_SECTORS(conf) - 1)) == 0 && in ppl_recover_entry()
848 (r_sector_last & (RAID5_STRIPE_SECTORS(conf) - 1)) == 0) in ppl_recover_entry()
1276 RAID5_STRIPE_SECTORS((struct r5conf *)rdev->mddev->private)); in ppl_validate_rdev()
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()

Completed in 28 milliseconds