Searched refs:RAID5_STRIPE_SIZE (Results 1 – 3 of 3) sorted by relevance
696 #define RAID5_STRIPE_SIZE(conf) STRIPE_SIZE macro700 #define RAID5_STRIPE_SIZE(conf) ((conf)->stripe_size) macro789 return (disk_idx % sh->stripes_per_page) * RAID5_STRIPE_SIZE(sh->raid_conf); in raid5_get_page_offset()
1292 bi->bi_io_vec[0].bv_len = RAID5_STRIPE_SIZE(conf); in ops_run_io()1294 bi->bi_iter.bi_size = RAID5_STRIPE_SIZE(conf); in ops_run_io()1342 rbi->bi_io_vec[0].bv_len = RAID5_STRIPE_SIZE(conf); in ops_run_io()1344 rbi->bi_iter.bi_size = RAID5_STRIPE_SIZE(conf); in ops_run_io()1412 if (len > 0 && page_offset + len > RAID5_STRIPE_SIZE(conf)) in async_copy_data()1413 clen = RAID5_STRIPE_SIZE(conf) - page_offset; in async_copy_data()1423 clen == RAID5_STRIPE_SIZE(conf) && in async_copy_data()1603 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute5()1606 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute5()1709 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute6_1()[all …]
839 block_size = RAID5_STRIPE_SIZE(conf); in ppl_recover_entry()