Symbol: fs_ops
usr/src/boot/efi/loader/conf.c
48
struct fs_ops *file_system[] = {
usr/src/boot/i386/gptzfsboot/zfsboot.c
139
struct fs_ops *file_system[] = {
usr/src/boot/i386/libi386/libi386.h
94
extern struct fs_ops pxe_fsops;
usr/src/boot/i386/loader/conf.c
59
struct fs_ops *file_system[] = {
usr/src/boot/libsa/cd9660.c
82
struct fs_ops cd9660_fsops = {
usr/src/boot/libsa/dosfs.c
53
struct fs_ops dosfs_fsops = {
usr/src/boot/libsa/gzipfs.c
53
struct fs_ops gzipfs_fsops = {
usr/src/boot/libsa/nfs.c
134
struct fs_ops nfs_fsops = {
usr/src/boot/libsa/open.c
141
struct fs_ops *fs;
usr/src/boot/libsa/open.c
67
struct fs_ops *exclusive_file_system;
usr/src/boot/libsa/stand.h
122
extern struct fs_ops ufs_fsops;
usr/src/boot/libsa/stand.h
123
extern struct fs_ops tftp_fsops;
usr/src/boot/libsa/stand.h
124
extern struct fs_ops nfs_fsops;
usr/src/boot/libsa/stand.h
125
extern struct fs_ops cd9660_fsops;
usr/src/boot/libsa/stand.h
126
extern struct fs_ops gzipfs_fsops;
usr/src/boot/libsa/stand.h
127
extern struct fs_ops dosfs_fsops;
usr/src/boot/libsa/stand.h
178
struct fs_ops *f_ops; /* pointer to file system operations */
usr/src/boot/libsa/stand.h
411
extern struct fs_ops *file_system[];
usr/src/boot/libsa/stand.h
412
extern struct fs_ops *exclusive_file_system;
usr/src/boot/libsa/tftp.c
75
struct fs_ops tftp_fsops = {
usr/src/boot/libsa/ufs.c
93
struct fs_ops ufs_fsops = {
usr/src/boot/libsa/zfs/libzfs.h
158
extern struct fs_ops zfs_fsops;
usr/src/boot/libsa/zfs/zfs.c
63
struct fs_ops zfs_fsops = {
usr/src/cmd/ndmpd/ndmp/ndmpd_config.c
80
extern struct fs_ops sfs2_ops;
usr/src/cmd/ndmpd/ndmp/ndmpd_config.c
81
extern struct fs_ops sfs2cpv_ops;