super_types      2141 drivers/md/md.c static struct super_type super_types[] = {
super_types      2169 drivers/md/md.c 	BUG_ON(mddev->major_version >= ARRAY_SIZE(super_types));
super_types      2171 drivers/md/md.c 	super_types[mddev->major_version].sync_super(mddev, rdev);
super_types      2752 drivers/md/md.c 		super_types[mddev->major_version].
super_types      3198 drivers/md/md.c 	    !super_types[mddev->major_version]
super_types      3262 drivers/md/md.c 			sectors = super_types[my_mddev->major_version].
super_types      3603 drivers/md/md.c 		err = super_types[super_format].
super_types      3640 drivers/md/md.c 		switch (super_types[mddev->major_version].
super_types      3659 drivers/md/md.c 	super_types[mddev->major_version].
super_types      3674 drivers/md/md.c 			if (super_types[mddev->major_version].
super_types      4463 drivers/md/md.c 			err = super_types[mddev->major_version]
super_types      4635 drivers/md/md.c 	if (major >= ARRAY_SIZE(super_types) || super_types[major].name == NULL)
super_types      6523 drivers/md/md.c 			err = super_types[mddev->major_version]
super_types      6572 drivers/md/md.c 			super_types[mddev->major_version].
super_types      6916 drivers/md/md.c 		    info->major_version >= ARRAY_SIZE(super_types) ||
super_types      6917 drivers/md/md.c 		    super_types[info->major_version].name == NULL) {
super_types      9466 drivers/md/md.c 		err = super_types[mddev->major_version].