taglinefilesource code
fs_type309fs/super.cstruct file_system_type * fs_type = file_systems;
fs_type328fs/super.cwhile (fs_type->read_super && fs_type->name) {
fs_type329fs/super.cp = read_super(ROOT_DEV,fs_type->name,0,NULL);
fs_type339fs/super.cfs_type++;