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

/linux-master/drivers/md/
H A Dmd.c3755 * Import a device. If 'super_format' >= 0, then sanity check the superblock
3764 static struct md_rdev *md_import_device(dev_t newdev, int super_format, int super_minor) argument
3783 super_format == -2 ? &claim_rdev : rdev, NULL);
3802 if (super_format >= 0) {
3803 err = super_types[super_format].
3808 super_format, super_minor);

Completed in 90 milliseconds