Lines Matching defs:blocks_per_row
5113 u32 blocks_per_row;
5218 blocks_per_row = le16_to_cpu(map->data_disks_per_row) *
5223 (void) do_div(tmpdiv, blocks_per_row);
5226 (void) do_div(tmpdiv, blocks_per_row);
5228 first_row_offset = (u32) (first_block - (first_row * blocks_per_row));
5229 last_row_offset = (u32) (last_block - (last_row * blocks_per_row));
5237 first_row = first_block / blocks_per_row;
5238 last_row = last_block / blocks_per_row;
5239 first_row_offset = (u32) (first_block - (first_row * blocks_per_row));
5240 last_row_offset = (u32) (last_block - (last_row * blocks_per_row));