Symbol: modlfs
usr/src/uts/common/fs/autofs/auto_vfsops.c
105
&modlfs,
usr/src/uts/common/fs/autofs/auto_vfsops.c
99
static struct modlfs modlfs = {
usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
273
static struct modlfs bootfs_modlfs = {
usr/src/uts/common/fs/ctfs/ctfs_root.c
117
static struct modlfs modlfs = {
usr/src/uts/common/fs/ctfs/ctfs_root.c
122
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/dcfs/dc_vnops.c
171
static struct modlfs modlfs = {
usr/src/uts/common/fs/dcfs/dc_vnops.c
176
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/dev/sdev_vfsops.c
104
static struct modlfs modlfs = {
usr/src/uts/common/fs/dev/sdev_vfsops.c
109
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/devfs/devfs_vfsops.c
90
static struct modlfs modlfs = {
usr/src/uts/common/fs/devfs/devfs_vfsops.c
95
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/fd/fdops.c
555
static struct modlfs modlfs = {
usr/src/uts/common/fs/fd/fdops.c
563
&modlfs,
usr/src/uts/common/fs/fifofs/fifosubr.c
90
static struct modlfs modlfs = {
usr/src/uts/common/fs/fifofs/fifosubr.c
95
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
158
static struct modlfs modlfs = {
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
163
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/lofs/lofs_vfsops.c
103
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/lofs/lofs_vfsops.c
98
static struct modlfs modlfs = {
usr/src/uts/common/fs/mntfs/mntvfsops.c
77
static struct modlfs modlfs = {
usr/src/uts/common/fs/mntfs/mntvfsops.c
82
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/namefs/namevfs.c
784
static struct modlfs modlfs = {
usr/src/uts/common/fs/namefs/namevfs.c
789
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/nfs/nfs4_common.c
58
struct modlfs modlfs4 = {
usr/src/uts/common/fs/nfs/nfs_common.c
131
static struct modlfs modlfs = {
usr/src/uts/common/fs/nfs/nfs_common.c
148
static struct modlfs modlfs2 = {
usr/src/uts/common/fs/nfs/nfs_common.c
165
static struct modlfs modlfs3 = {
usr/src/uts/common/fs/nfs/nfs_common.c
171
extern struct modlfs modlfs4;
usr/src/uts/common/fs/nfs/nfs_common.c
192
&modlfs,
usr/src/uts/common/fs/objfs/objfs_vfs.c
82
static struct modlfs modlfs = {
usr/src/uts/common/fs/objfs/objfs_vfs.c
87
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/pcfs/pc_vfsops.c
170
static struct modlfs modlfs = {
usr/src/uts/common/fs/pcfs/pc_vfsops.c
178
&modlfs,
usr/src/uts/common/fs/proc/prvfsops.c
81
static struct modlfs modlfs = {
usr/src/uts/common/fs/proc/prvfsops.c
86
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/sharefs/sharefs_vfsops.c
104
static struct modlfs modlfs = {
usr/src/uts/common/fs/sharefs/sharefs_vfsops.c
112
&modlfs,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
163
static struct modlfs modlfs = {
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
170
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/sockfs/sockvfsops.c
67
static struct modlfs modlfs = {
usr/src/uts/common/fs/sockfs/sockvfsops.c
72
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/specfs/specvfsops.c
73
static struct modlfs modlfs = {
usr/src/uts/common/fs/specfs/specvfsops.c
78
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
107
static struct modlfs modlfs = {
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
112
MODREV_1, &modlfs, NULL
usr/src/uts/common/fs/udfs/udf_vfsops.c
139
static struct modlfs modlfs = {
usr/src/uts/common/fs/udfs/udf_vfsops.c
144
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/ufs/ufs_vfsops.c
210
static struct modlfs modlfs = {
usr/src/uts/common/fs/ufs/ufs_vfsops.c
215
MODREV_1, (void *)&modlfs, NULL
usr/src/uts/common/fs/zfs/zfs_ioctl.c
225
extern struct modlfs zfs_modlfs;
usr/src/uts/common/fs/zfs/zfs_vfsops.c
2918
struct modlfs zfs_modlfs = {
usr/src/uts/common/os/modconf.c
1058
mod_removefs(struct modlfs *modl, struct modlinkage *modlp)
usr/src/uts/common/os/modconf.c
172
static int mod_infofs(struct modlfs *, struct modlinkage *, int *);
usr/src/uts/common/os/modconf.c
173
static int mod_installfs(struct modlfs *, struct modlinkage *);
usr/src/uts/common/os/modconf.c
174
static int mod_removefs(struct modlfs *, struct modlinkage *);
usr/src/uts/common/os/modconf.c
920
mod_infofs(struct modlfs *modl, struct modlinkage *modlp, int *p0)
usr/src/uts/common/os/modconf.c
940
mod_installfs(struct modlfs *modl, struct modlinkage *modlp)