Searched refs:RAID5_STRIPE_SIZE (Results 1 – 3 of 3) sorted by relevance
695 #define RAID5_STRIPE_SIZE(conf) STRIPE_SIZE macro699 #define RAID5_STRIPE_SIZE(conf) ((conf)->stripe_size) macro788 return (disk_idx % sh->stripes_per_page) * RAID5_STRIPE_SIZE(sh->raid_conf); in raid5_get_page_offset()
1211 bi->bi_io_vec[0].bv_len = RAID5_STRIPE_SIZE(conf); in ops_run_io()1213 bi->bi_iter.bi_size = RAID5_STRIPE_SIZE(conf); in ops_run_io()1265 rbi->bi_io_vec[0].bv_len = RAID5_STRIPE_SIZE(conf); in ops_run_io()1267 rbi->bi_iter.bi_size = RAID5_STRIPE_SIZE(conf); in ops_run_io()1339 if (len > 0 && page_offset + len > RAID5_STRIPE_SIZE(conf)) in async_copy_data()1340 clen = RAID5_STRIPE_SIZE(conf) - page_offset; in async_copy_data()1350 clen == RAID5_STRIPE_SIZE(conf) && in async_copy_data()1530 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute5()1533 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute5()1636 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute6_1()[all …]
849 block_size = RAID5_STRIPE_SIZE(conf); in ppl_recover_entry()