taglinefilesource code
fs_type509fs/super.cstruct file_system_type * fs_type;
fs_type519fs/super.cfor (fs_type = file_systems; fs_type->read_super; fs_type++) {
fs_type520fs/super.cif (!fs_type->requires_dev)
fs_type522fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
fs_type531fs/super.cfs_type->name,