Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Ddm-raid.c63 struct raid_type *raid_type; member
70 static struct raid_type { struct
89 static struct raid_type *get_raid_type(char *name) in get_raid_type() argument
100 static struct raid_set *context_alloc(struct dm_target *ti, struct raid_type *raid_type, unsigned r… in context_alloc()