Lines Matching defs:map_buff
3230 struct raid_map_data *map_buff)
3232 struct raid_map_disk_data *dd = &map_buff->data[0];
3244 le32_to_cpu(map_buff->structure_size));
3246 le32_to_cpu(map_buff->volume_blk_size));
3248 le64_to_cpu(map_buff->volume_blk_cnt));
3250 map_buff->phys_blk_shift);
3252 map_buff->parity_rotation_shift);
3254 le16_to_cpu(map_buff->strip_size));
3256 le64_to_cpu(map_buff->disk_starting_blk));
3258 le64_to_cpu(map_buff->disk_blk_cnt));
3260 le16_to_cpu(map_buff->data_disks_per_row));
3262 le16_to_cpu(map_buff->metadata_disks_per_row));
3264 le16_to_cpu(map_buff->row_cnt));
3266 le16_to_cpu(map_buff->layout_map_count));
3268 le16_to_cpu(map_buff->flags));
3270 le16_to_cpu(map_buff->flags) &
3273 le16_to_cpu(map_buff->dekindex));
3274 map_cnt = le16_to_cpu(map_buff->layout_map_count);
3277 row_cnt = le16_to_cpu(map_buff->row_cnt);
3281 le16_to_cpu(map_buff->data_disks_per_row);
3288 le16_to_cpu(map_buff->metadata_disks_per_row);
3300 __attribute__((unused)) struct raid_map_data *map_buff)