taglinefilesource code
fs_type803fs/super.cstruct file_system_type * fs_type;
fs_type814fs/super.cif ((fs_type = get_fs_type("nfs"))) {
fs_type824fs/super.csb->s_type = fs_type;
fs_type862fs/super.cfor (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) {
fs_type865fs/super.cif (!fs_type->requires_dev)
fs_type867fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
fs_type876fs/super.cfs_type->name,