Searched refs:super_format (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 3741 * Import a device. If 'super_format' >= 0, then sanity check the superblock 3750 static struct md_rdev *md_import_device(dev_t newdev, int super_format, int super_minor) in md_import_device() argument 3768 err = lock_rdev(rdev, newdev, super_format == -2); in md_import_device() 3782 if (super_format >= 0) { in md_import_device() 3783 err = super_types[super_format]. in md_import_device() 3788 super_format, super_minor); in md_import_device()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 3673 * Import a device. If 'super_format' >= 0, then sanity check the superblock 3682 static struct md_rdev *md_import_device(dev_t newdev, int super_format, int super_minor) in md_import_device() argument 3700 if (super_format == -2) { in md_import_device() 3726 if (super_format >= 0) { in md_import_device() 3727 err = super_types[super_format]. in md_import_device() 3732 super_format, super_minor); in md_import_device()
|
Completed in 22 milliseconds