taglinefilesource code
fs_type441fs/super.cstruct file_system_type * fs_type;
fs_type452fs/super.cfor (fs_type = file_systems; fs_type->read_super; fs_type++) {
fs_type453fs/super.cif (!fs_type->requires_dev)
fs_type455fs/super.csb = read_super(ROOT_DEV,fs_type->name,0,NULL);