Lines Matching refs:blocks_per_row
5117 u32 blocks_per_row;
5222 blocks_per_row = le16_to_cpu(map->data_disks_per_row) *
5227 (void) do_div(tmpdiv, blocks_per_row);
5230 (void) do_div(tmpdiv, blocks_per_row);
5232 first_row_offset = (u32) (first_block - (first_row * blocks_per_row));
5233 last_row_offset = (u32) (last_block - (last_row * blocks_per_row));
5241 first_row = first_block / blocks_per_row;
5242 last_row = last_block / blocks_per_row;
5243 first_row_offset = (u32) (first_block - (first_row * blocks_per_row));
5244 last_row_offset = (u32) (last_block - (last_row * blocks_per_row));