file_system 67 arch/i386/stand/boot/conf.c struct fs_ops file_system[] = { file_system 83 arch/i386/stand/boot/conf.c int nfsys = NENTS(file_system); file_system 69 arch/i386/stand/cdboot/conf.c struct fs_ops file_system[] = { file_system 87 arch/i386/stand/cdboot/conf.c int nfsys = NENTS(file_system); file_system 82 arch/i386/stand/pxeboot/conf.c struct fs_ops file_system[] = { file_system 100 arch/i386/stand/pxeboot/conf.c int nfsys = NENTS(file_system); file_system 85 arch/i386/stand/pxeboot/devopen.c f->f_ops = &file_system[i]; file_system 119 arch/i386/stand/pxeboot/open.c error = (file_system[i].open)(file, f); file_system 121 arch/i386/stand/pxeboot/open.c f->f_ops = &file_system[i]; file_system 112 lib/libsa/open.c error = (file_system[i].open)(file, f); file_system 114 lib/libsa/open.c f->f_ops = &file_system[i]; file_system 74 lib/libsa/stand.h extern struct fs_ops file_system[];