Home | History | Annotate | Download | only in boot

Lines Matching refs:fs_ops

60 struct fs_ops file_system_ustarfs[] = {
61 FS_OPS(ustarfs),
63 struct fs_ops file_system_nfs[] = {
64 FS_OPS(nfs),
67 struct fs_ops file_system[] = {
68 FS_OPS(ffsv1),
69 FS_OPS(ffsv2),
70 FS_OPS(lfsv1),
71 FS_OPS(lfsv2),
72 FS_OPS(cd9660),
78 struct fs_ops file_system_net = FS_OPS(nfs);