Home
last modified time | relevance | path

Searched refs:raid_type (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-raid.c69 struct raid_type *raid_type; member
76 static struct raid_type { struct
136 static struct raid_type *get_raid_type(char *name) in get_raid_type()
147 static struct raid_set *context_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned r… in context_alloc() argument
152 if (raid_devs <= raid_type->parity_devs) { in context_alloc()
166 rs->raid_type = raid_type; in context_alloc()
168 rs->md.level = raid_type->level; in context_alloc()
170 rs->md.layout = raid_type->algorithm; in context_alloc()
392 switch (rs->raid_type->level) { in validate_raid_redundancy()
400 if (rebuild_cnt > rs->raid_type->parity_devs) in validate_raid_redundancy()
[all …]
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt13 <raid_type> <#raid_params> <raid_params> \
16 <raid_type>:
161 2: <raid_type> <#devices> <health_chars> \
170 <raid_type> Same as the <raid_type> used to create the array.
/linux-4.1.27/fs/btrfs/
Dsysfs.c267 int index = to_raid_kobj(kobj)->raid_type; in raid_bytes_show()
Dctree.h1138 int raid_type; member
Dextent-tree.c9266 rkobj->raid_type = index; in __link_block_group()
/linux-4.1.27/drivers/scsi/esas2r/
Datioctl.h337 u8 raid_type; member