Searched refs:raid_type (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/md/ |
A D | dm-raid.c | 244 struct raid_type *raid_type; member 284 static struct raid_type { struct 492 if (rt_is_raid0(rs->raid_type)) in __valid_flags() 734 static struct raid_set *raid_set_alloc(struct dm_target *ti, struct raid_type *raid_type, in raid_set_alloc() argument 757 rs->raid_type = raid_type; in raid_set_alloc() 760 rs->md.level = raid_type->level; in raid_set_alloc() 1131 struct raid_type *rt = rs->raid_type; in parse_raid_params() 1637 if (rt_is_raid1(rs->raid_type)) in rs_set_dev_and_array_sectors() 3004 struct raid_type *rt; in raid_ctr() 3523 struct raid_type *rt; in raid_status() [all …]
|
/linux/fs/btrfs/tests/ |
A D | extent-map-tests.c | 444 u64 raid_type; member 488 map->type = test->raid_type; in test_rmap_block() 563 .raid_type = BTRFS_BLOCK_GROUP_RAID1, in btrfs_test_extent_map() 580 .raid_type = 0, in btrfs_test_extent_map()
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | dm-raid.rst | 14 <raid_type> <#raid_params> <raid_params> \ 17 <raid_type>: 265 2: <raid_type> <#devices> <health_chars> \ 279 <raid_type> Same as the <raid_type> used to create the array.
|
A D | dm-ima.rst | 574 …target_attributes := <target_name> "," <target_version> "," <raid_type> "," <raid_disks> "," <raid… 579 raid_type := "raid_type=" <raid_type_str> 600 raid_type=raid10,raid_disks=4,raid_state=idle,
|
/linux/fs/btrfs/ |
A D | block-group.c | 60 u64 raid_type; in btrfs_reduce_alloc_profile() local 76 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) { in btrfs_reduce_alloc_profile() 77 if (num_devices >= btrfs_raid_array[raid_type].devs_min) in btrfs_reduce_alloc_profile() 78 allowed |= btrfs_raid_array[raid_type].bg_flag; in btrfs_reduce_alloc_profile()
|
A D | disk-io.c | 4102 int raid_type; in btrfs_get_num_tolerated_disk_barrier_failures() local 4111 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) { in btrfs_get_num_tolerated_disk_barrier_failures() 4112 if (raid_type == BTRFS_RAID_SINGLE) in btrfs_get_num_tolerated_disk_barrier_failures() 4114 if (!(flags & btrfs_raid_array[raid_type].bg_flag)) in btrfs_get_num_tolerated_disk_barrier_failures() 4117 btrfs_raid_array[raid_type]. in btrfs_get_num_tolerated_disk_barrier_failures()
|
/linux/drivers/scsi/esas2r/ |
A D | atioctl.h | 337 u8 raid_type; member
|
Completed in 40 milliseconds