Lines Matching defs:raid_map

459 	if (!rcb->dvp->raid_map) {
460 DBG_WARN("%s: DEBUG: raid_map is null", __func__);
487 aio_req->num_drives = LE_16(rcb->dvp->raid_map->layout_map_count);
581 num_data_disks = LE_16(rcb->dvp->raid_map->data_disks_per_row);
582 num_metadata_disks = LE_16(rcb->dvp->raid_map->metadata_disks_per_row);
607 aio_req->data_it_nexus = rcb->dvp->raid_map->dev_data[rcb->raid_map_index].ioaccel_handle;
609 rcb->dvp->raid_map->dev_data[index].ioaccel_handle;
613 rcb->dvp->raid_map->dev_data[index + 1].ioaccel_handle;
616 rcb->dvp->raid_map->dev_data[rcb->raid_map_index].xor_mult[1];
619 rcb->dvp->raid_map->disk_starting_blk;*/
1094 struct raid_map *raid_map, uint64_t first_block)
1103 volume_blk_size = GET_LE32((uint8_t *)&raid_map->volume_blk_size);
1108 GET_LE16((uint8_t *)&raid_map->data_encryption_key_index);
1240 GET_LE64((uint8_t *)&l->raid_map->volume_blk_cnt)) {
1258 GET_LE16((uint8_t *)&l->raid_map->data_disks_per_row);
1260 GET_LE16((uint8_t *)(&l->raid_map->strip_size));
1262 GET_LE16((uint8_t *)(&l->raid_map->layout_map_count));
1312 LE_16(l->raid_map->metadata_disks_per_row);
1315 l->raid_map->parity_rotation_shift)) %
1316 GET_LE16((uint8_t *)(&l->raid_map->row_cnt));
1362 l->raid_map->dev_data[index].ioaccel_handle;
1449 (l->row.first >> l->raid_map->parity_rotation_shift)) %
1450 GET_LE16((uint8_t *)(&l->raid_map->row_cnt));
1453 (GET_LE16((uint8_t *)(&l->raid_map->row_cnt))
1469 GET_LE64((uint8_t *) (&l->raid_map->disk_starting_blk))
1484 if (l->raid_map->phys_blk_shift) {
1485 l->block.disk_block <<= l->raid_map->phys_blk_shift;
1486 disk_blk_cnt <<= l->raid_map->phys_blk_shift;
1502 uint32_t size = disk_blk_cnt * device->raid_map->volume_blk_size;
1550 pqisrc_aio_show_raid_map(pqisrc_softstate_t *softs, struct raid_map *m)
1589 pqisrc_aio_show_raid_map(softs, l->raid_map);
1788 if (device->raid_map == NULL) {
1802 l->raid_map = device->raid_map;
1854 l->raid_map->dev_data[l->map.idx].ioaccel_handle;
1864 if (GET_LE16((uint8_t *)(&l->raid_map->flags)) &
1866 pqisrc_set_enc_info(&rcb->enc_info, l->raid_map,