Searched defs:fs_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h97 * 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;
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_fsop
[all...]

Completed in 60 milliseconds