Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Dmd.c3686 static struct md_rdev *md_import_device(dev_t newdev, int super_format, int super_minor) in md_import_device() argument
3704 if (super_format == -2) { in md_import_device()
3730 if (super_format >= 0) { in md_import_device()
3731 err = super_types[super_format]. in md_import_device()
3736 super_format, super_minor); in md_import_device()