taglinefilesource code
fs_type797fs/super.cstruct file_system_type * fs_type;
fs_type808fs/super.cif ((fs_type = get_fs_type("nfs"))) {
fs_type818fs/super.csb->s_type = fs_type;
fs_type856fs/super.cfor (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) {
fs_type859fs/super.cif (!fs_type->requires_dev)
fs_type861fs/super.csb = read_super(ROOT_DEV,fs_type->name,root_mountflags,NULL,1);
fs_type870fs/super.cfs_type->name,