Searched refs:RAID5_STRIPE_SIZE (Results 1 – 3 of 3) sorted by relevance
700 #define RAID5_STRIPE_SIZE(conf) STRIPE_SIZE macro704 #define RAID5_STRIPE_SIZE(conf) ((conf)->stripe_size) macro793 return (disk_idx % sh->stripes_per_page) * RAID5_STRIPE_SIZE(sh->raid_conf); in raid5_get_page_offset()
1287 bi->bi_io_vec[0].bv_len = RAID5_STRIPE_SIZE(conf); in ops_run_io()1289 bi->bi_iter.bi_size = RAID5_STRIPE_SIZE(conf); in ops_run_io()1337 rbi->bi_io_vec[0].bv_len = RAID5_STRIPE_SIZE(conf); in ops_run_io()1339 rbi->bi_iter.bi_size = RAID5_STRIPE_SIZE(conf); in ops_run_io()1409 if (len > 0 && page_offset + len > RAID5_STRIPE_SIZE(conf)) in async_copy_data()1410 clen = RAID5_STRIPE_SIZE(conf) - page_offset; in async_copy_data()1420 clen == RAID5_STRIPE_SIZE(conf) && in async_copy_data()1600 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute5()1603 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute5()1706 RAID5_STRIPE_SIZE(sh->raid_conf), &submit); in ops_run_compute6_1()[all …]
839 block_size = RAID5_STRIPE_SIZE(conf); in ppl_recover_entry()