Home
last modified time | relevance | path

Searched full:fs_ops (Results 1 – 25 of 28) sorted by relevance

12

/titanic_54/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; 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;
[all …]
H A Dopen.c68 struct fs_ops *exclusive_file_system;
94 struct fs_ops *fs; in open()
107 f->f_ops = (struct fs_ops *)0; in open()
H A Dpkgfs.c50 struct fs_ops pkgfs_fsops = {
161 pkgfs_init(const char *pkgname, struct fs_ops *proto) in pkgfs_init()
H A Dsplitfs.c54 struct fs_ops splitfs_fsops = {
H A Dbzipfs.c71 struct fs_ops bzipfs_fsops = {
H A Dgzipfs.c53 struct fs_ops gzipfs_fsops = {
H A Dcd9660.c84 struct fs_ops cd9660_fsops = {
H A Dtftp.c78 struct fs_ops tftp_fsops = {
H A Dnfs.c135 struct fs_ops nfs_fsops = {
H A Dufs.c93 struct fs_ops ufs_fsops = {
/titanic_54/usr/src/stand/lib/fs/common/
H A Dfsswitch.c39 static char *msg_noops = "not fs_ops supplied\n";
42 * return fs_ops pointer for a given file system name
/titanic_54/usr/src/boot/sys/boot/common/
H A Dinstall.c45 extern int pkgfs_init(const char *, struct fs_ops *);
187 struct fs_ops *proto; in install()
/titanic_54/usr/src/boot/sys/boot/zfs/
H A Dlibzfs.h75 extern struct fs_ops zfs_fsops;
H A Dzfs.c62 struct fs_ops zfs_fsops = {
/titanic_54/usr/src/boot/sys/boot/arm/uboot/
H A Dconf.c49 struct fs_ops *file_system[] = {
/titanic_54/usr/src/boot/sys/boot/efi/loader/
H A Dconf.c49 struct fs_ops *file_system[] = {
/titanic_54/usr/src/boot/sys/boot/userboot/userboot/
H A Dlibuserboot.h46 struct fs_ops host_fsops;
H A Dconf.c64 struct fs_ops *file_system[] = {
H A Dhost.c181 struct fs_ops host_fsops = {
/titanic_54/usr/src/boot/sys/boot/i386/loader/
H A Dconf.c66 struct fs_ops *file_system[] = {
/titanic_54/usr/src/boot/sys/boot/i386/libi386/
H A Dlibi386.h109 extern struct fs_ops pxe_fsops;
/titanic_54/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c80 extern struct fs_ops sfs2_ops;
81 extern struct fs_ops sfs2cpv_ops;
/titanic_54/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c37 struct fs_ops *file_system[] = {
/titanic_54/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c123 struct fs_ops *file_system[] = {
/titanic_54/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c177 struct fs_ops *file_system[] = {

12