Home
last modified time | relevance | path

Searched refs:exclusive_file_system (Results 1 – 4 of 4) sorted by relevance

/src/stand/libsa/
H A Dopen.c63 struct fs_ops *exclusive_file_system; variable
159 if (exclusive_file_system == NULL || in open()
160 (exclusive_file_system->fs_flags & FS_OPS_NO_DEVOPEN) == 0) { in open()
176 if (exclusive_file_system != NULL) { in open()
178 fs = exclusive_file_system; in open()
H A Dpkgfs.c164 exclusive_file_system = proto; in pkgfs_init()
168 exclusive_file_system = NULL; in pkgfs_init()
187 exclusive_file_system = &pkgfs_fsops; in pkgfs_init()
H A Dstand.h446 extern struct fs_ops *exclusive_file_system;
/src/stand/common/
H A Dinstall.c373 exclusive_file_system = NULL; in install()