Searched refs:raid_map (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/scsi/smartpqi/ |
| D | smartpqi_init.c | 1241 struct pqi_scsi_dev *device, struct raid_map *raid_map) in pqi_validate_raid_map() argument 1247 raid_map_size = get_unaligned_le32(&raid_map->structure_size); in pqi_validate_raid_map() 1249 if (raid_map_size < offsetof(struct raid_map, disk_data)) { in pqi_validate_raid_map() 1255 if (get_unaligned_le16(&raid_map->layout_map_count) != 2) { in pqi_validate_raid_map() 1260 if (get_unaligned_le16(&raid_map->layout_map_count) != 3) { in pqi_validate_raid_map() 1266 get_unaligned_le16(&raid_map->layout_map_count) > 1) { in pqi_validate_raid_map() 1269 get_unaligned_le16(&raid_map->strip_size) * in pqi_validate_raid_map() 1270 get_unaligned_le16(&raid_map->data_disks_per_row); in pqi_validate_raid_map() 1293 struct raid_map *raid_map; in pqi_get_raid_map() local 1295 raid_map = kmalloc(sizeof(*raid_map), GFP_KERNEL); in pqi_get_raid_map() [all …]
|
| D | smartpqi.h | 967 struct raid_map { struct 1096 struct raid_map *raid_map; /* RAID bypass map */ member
|
| /Linux-v5.15/fs/btrfs/ |
| D | raid56.c | 274 u64 num = rbio->bbio->raid_map[0]; in rbio_bucket() 562 if (last->bbio->raid_map[0] != in rbio_can_merge() 563 cur->bbio->raid_map[0]) in rbio_can_merge() 676 if (cur->bbio->raid_map[0] != rbio->bbio->raid_map[0]) in lock_stripe_add() 1158 stripe_offset = start - rbio->bbio->raid_map[0]; in index_rbio_pages() 1368 u64 stripe_start = rbio->bbio->raid_map[i]; in find_logical_bio_stripe() 1877 if (rbio->bbio->raid_map[failb] == RAID6_Q_STRIPE) { in __raid_recover_end_io() 1878 if (rbio->bbio->raid_map[faila] == in __raid_recover_end_io() 1890 if (rbio->bbio->raid_map[failb] == RAID5_P_STRIPE) { in __raid_recover_end_io() 2278 ASSERT(logical >= rbio->bbio->raid_map[0]); in raid56_add_scrub_pages() [all …]
|
| D | scrub.c | 1232 u64 *raid_map, in scrub_stripe_index_and_offset() argument 1243 if (raid_map[i] == RAID6_Q_STRIPE || in scrub_stripe_index_and_offset() 1244 raid_map[i] == RAID5_P_STRIPE) in scrub_stripe_index_and_offset() 1247 if (logical >= raid_map[i] && in scrub_stripe_index_and_offset() 1248 logical < raid_map[i] + mapped_length) in scrub_stripe_index_and_offset() 1253 *stripe_offset = logical - raid_map[i]; in scrub_stripe_index_and_offset() 1352 bbio->raid_map, in scrub_setup_recheck_block() 2215 if (ret || !bbio || !bbio->raid_map) in scrub_missing_raid56_pages() 2842 if (ret || !bbio || !bbio->raid_map) in scrub_parity_check_and_repair()
|
| D | volumes.h | 363 u64 *raid_map; member
|
| D | volumes.c | 5807 if (bbio->raid_map[i] > bbio->raid_map[i + 1]) { in sort_parity_stripes() 5809 swap(bbio->raid_map[i], bbio->raid_map[i + 1]); in sort_parity_stripes() 5836 bbio->raid_map = (u64 *)(bbio->tgtdev_map + real_stripes); in alloc_btrfs_bio() 6500 bbio->raid_map[(i+rot) % num_stripes] = in __btrfs_map_block() 6503 bbio->raid_map[(i+rot) % map->num_stripes] = RAID5_P_STRIPE; in __btrfs_map_block() 6505 bbio->raid_map[(i+rot+1) % num_stripes] = in __btrfs_map_block()
|
| /Linux-v5.15/drivers/scsi/ |
| D | hpsa.h | 99 struct raid_map_data raid_map; /* I/O accelerator RAID map */ member
|
| D | hpsa.c | 1382 h->dev[entry]->raid_map = new_entry->raid_map; in hpsa_scsi_update_entry() 1701 struct raid_map_data *map = &logical_drive->raid_map; in hpsa_figure_phys_disk_ptrs() 3314 if (fill_cmd(c, HPSA_GET_RAID_MAP, h, &this_device->raid_map, in hpsa_get_raid_map() 3315 sizeof(this_device->raid_map), 0, in hpsa_get_raid_map() 3334 if (le32_to_cpu(this_device->raid_map.structure_size) > in hpsa_get_raid_map() 3335 sizeof(this_device->raid_map)) { in hpsa_get_raid_map() 3339 hpsa_debug_map_buff(h, rc, &this_device->raid_map); in hpsa_get_raid_map() 4852 struct raid_map_data *map = &dev->raid_map; in set_encrypt_ioaccel2() 5105 struct raid_map_data *map = &dev->raid_map; in hpsa_scsi_ioaccel_raid_map()
|
| /Linux-v5.15/drivers/md/ |
| D | dm-raid.c | 3326 static int raid_map(struct dm_target *ti, struct bio *bio) in raid_map() function 4075 .map = raid_map,
|