Searched refs:raid_type (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/md/ |
H A D | dm-raid.c | 246 struct raid_type *raid_type; member 286 static struct raid_type { struct 398 * the requested raid_type passed to the constructor. 455 static bool rt_is_raid0(struct raid_type *rt) in rt_is_raid0() 461 static bool rt_is_raid1(struct raid_type *rt) in rt_is_raid1() 467 static bool rt_is_raid10(struct raid_type *rt) in rt_is_raid10() 473 static bool rt_is_raid45(struct raid_type *rt) in rt_is_raid45() 479 static bool rt_is_raid6(struct raid_type *rt) in rt_is_raid6() 485 static bool rt_is_raid456(struct raid_type *r 293 algorithmraid_type global() argument 736 raid_set_alloc(struct dm_target * ti,struct raid_type * raid_type,unsigned int raid_devs) raid_set_alloc() argument [all...] |
/linux/Documentation/admin-guide/device-mapper/ |
H 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.
|
H 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/tests/ |
H A D | extent-map-tests.c | 1000 u64 raid_type; member 1031 map->type = test->raid_type; in test_rmap_block() 1099 .raid_type = BTRFS_BLOCK_GROUP_RAID1, in btrfs_test_extent_map() 1116 .raid_type = 0, in btrfs_test_extent_map()
|
/linux/fs/btrfs/ |
H A D | disk-io.c | 4054 int raid_type; in btrfs_get_num_tolerated_disk_barrier_failures() local 4063 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) { in btrfs_get_num_tolerated_disk_barrier_failures() 4064 if (raid_type == BTRFS_RAID_SINGLE) in btrfs_get_num_tolerated_disk_barrier_failures() 4066 if (!(flags & btrfs_raid_array[raid_type].bg_flag)) in btrfs_get_num_tolerated_disk_barrier_failures() 4069 btrfs_raid_array[raid_type]. in btrfs_get_num_tolerated_disk_barrier_failures()
|
H A D | block-group.c | 76 u64 raid_type; in btrfs_reduce_alloc_profile() local 92 for (raid_type = 0; raid_type < BTRFS_NR_RAID_TYPES; raid_type++) { in btrfs_reduce_alloc_profile() 93 if (num_devices >= btrfs_raid_array[raid_type].devs_min) in btrfs_reduce_alloc_profile() 94 allowed |= btrfs_raid_array[raid_type].bg_flag; in btrfs_reduce_alloc_profile()
|
/linux/drivers/scsi/esas2r/ |
H A D | atioctl.h | 337 u8 raid_type; member
|