Searched refs:raid_devs (Results 1 – 2 of 2) sorted by relevance
147 …ruct raid_set *context_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned raid_devs) in context_alloc() argument152 if (raid_devs <= raid_type->parity_devs) { in context_alloc()157 rs = kzalloc(sizeof(*rs) + raid_devs * sizeof(rs->dev[0]), GFP_KERNEL); in context_alloc()167 rs->md.raid_disks = raid_devs; in context_alloc()175 for (i = 0; i < raid_devs; i++) in context_alloc()
14 <#raid_devs> <metadata_dev0> <dev0> [.. <metadata_devN> <devN>]119 <#raid_devs>: The number of devices composing the array.