Lines Matching full:fs_ops
97 * XXX note that filesystem providers should export a pointer to their fs_ops
101 struct fs_ops { struct
117 extern struct fs_ops ufs_fsops; argument
118 extern struct fs_ops tftp_fsops;
119 extern struct fs_ops nfs_fsops;
120 extern struct fs_ops cd9660_fsops;
121 extern struct fs_ops nandfs_fsops;
122 extern struct fs_ops gzipfs_fsops;
123 extern struct fs_ops bzipfs_fsops;
124 extern struct fs_ops dosfs_fsops;
125 extern struct fs_ops ext2fs_fsops;
126 extern struct fs_ops splitfs_fsops;
127 extern struct fs_ops pkgfs_fsops;
180 struct fs_ops *f_ops; /* pointer to file system operations */
388 extern struct fs_ops *file_system[];
389 extern struct fs_ops *exclusive_file_system;