Home | History | Annotate | Download | only in efiboot

Lines Matching refs:fs_ops

54 struct fs_ops file_system[] = {
55 FS_OPS(null),
56 FS_OPS(ffsv1),
57 FS_OPS(ffsv2),
58 FS_OPS(dosfs),
59 FS_OPS(cd9660),
63 struct fs_ops null_fs_ops = FS_OPS(null);
64 struct fs_ops tftp_fs_ops = FS_OPS(tftp);
65 struct fs_ops nfs_fs_ops = FS_OPS(nfs);