Home | History | Annotate | Download | only in efiboot

Lines Matching refs:fs_ops

75 struct fs_ops file_system[] = {
77 FS_OPS(null),
79 FS_OPS(null), FS_OPS(null),
80 FS_OPS(null), FS_OPS(null),
82 FS_OPS(null),
85 FS_OPS(null),
88 FS_OPS(null),
93 struct fs_ops file_system_disk[] = {
95 FS_OPS(cd9660),
97 FS_OPS(ffsv1), FS_OPS(ffsv2),
98 FS_OPS(lfsv1), FS_OPS(lfsv2),
100 FS_OPS(ext2fs),
103 FS_OPS(minixfs3),
106 FS_OPS(dosfs),
112 struct fs_ops file_system_null = FS_OPS(null);
114 struct fs_ops file_system_nfs = FS_OPS(nfs);
117 struct fs_ops file_system_tftp = FS_OPS(tftp);