Home | History | Annotate | Download | only in altboot

Lines Matching refs:fs_ops

48 struct fs_ops file_system[1] = { FS_OPS(null) };
50 struct fs_ops fs_nfs = FS_OPS(nfs);
51 struct fs_ops fs_tftp = FS_OPS(tftp);
52 struct fs_ops fs_ffsv2 = FS_OPS(ffsv2);
53 struct fs_ops fs_ffsv1 = FS_OPS(ffsv1);
54 struct fs_ops fs_mem = FS_OPS(mem);