Symbol: vfssw
usr/src/cmd/mdb/common/modules/genunix/vfs.c
116
vfssw_sym.st_value + (sizeof (struct vfssw) * vfs.vfs_fstype))
usr/src/cmd/mdb/common/modules/genunix/vfs.c
98
struct vfssw vfssw_entry;
usr/src/lib/smbclnt/libfksmbfs/common/fake_modconf.c
108
fstype = vswp - vfssw; /* Pointer arithmetic to get the fstype */
usr/src/lib/smbclnt/libfksmbfs/common/fake_modconf.c
159
struct vfssw *vswp;
usr/src/lib/smbclnt/libfksmbfs/common/fake_modconf.c
79
struct vfssw *vswp;
usr/src/lib/smbclnt/libfksmbfs/common/fake_stat.c
65
struct vfssw *vswp;
usr/src/lib/smbclnt/libfksmbfs/common/fake_stat.c
89
vswp = &vfssw[vp->v_vfsp->vfs_fstype];
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
114
struct vfssw vfssw[10] = {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1792
struct vfssw *
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1795
struct vfssw *vswp;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1808
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1826
struct vfssw *
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1829
struct vfssw *vswp;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1834
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1847
struct vfssw *
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1850
struct vfssw *vswp;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1856
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1872
vfs_refvfssw(struct vfssw *vswp)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1884
vfs_unrefvfssw(struct vfssw *vswp)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
248
if (ALLOCATED_VFSSW(&vfssw[fstype]) && VFS_INSTALLED(&vfssw[fstype]))
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
249
return (*vfssw[fstype].vsw_vfsops.vfs_sync) (NULL, flag, cr);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
316
if (!ALLOCATED_VFSSW(&vfssw[fstype]))
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
321
error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
326
vfssw[fstype].vsw_flag |= VSW_INSTALLED;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
329
*actual = &vfssw[fstype].vsw_vfsops;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
334
"but not used", vfssw[fstype].vsw_name, unused_ops);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
386
if ((vfssw[fstype].vsw_flag & VSW_INSTALLED) == 0) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
391
vfssw[fstype].vsw_flag &= ~VSW_INSTALLED;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
538
struct vfssw *vswp;
usr/src/lib/smbsrv/libfksmbsrv/common/fake_vfs.c
142
struct vfssw *
usr/src/lib/smbsrv/libfksmbsrv/common/fake_vfs.c
152
vfs_unrefvfssw(struct vfssw *vswp)
usr/src/lib/smbsrv/libfksmbsrv/common/fake_vfs.c
56
static struct vfssw fake_vfssw = {
usr/src/ucbhead/sys/vfs.h
173
int (*vsw_init)(struct vfssw *, int);
usr/src/ucbhead/sys/vfs.h
192
struct vfssw *vfs_getvfssw(char *);
usr/src/ucbhead/sys/vfs.h
218
extern struct vfssw vfssw[]; /* table of filesystem types */
usr/src/uts/common/cpr/cpr_misc.c
1073
fsname = vfssw[vfsp->vfs_fstype].vsw_name;
usr/src/uts/common/cpr/cpr_misc.c
1082
fsname = vfssw[vfsp->vfs_fstype].vsw_name;
usr/src/uts/common/cpr/cpr_misc.c
1111
fsname = vfssw[vfsp->vfs_fstype].vsw_name;
usr/src/uts/common/exec/elf/elf_notes.c
203
(void) strlcpy(cwd->prcwd_fsname, vfssw[vfsp->vfs_fstype].vsw_name,
usr/src/uts/common/fs/autofs/auto_subr.c
1978
ul.fstype = vfssw[vfsp->vfs_fstype].vsw_name;
usr/src/uts/common/fs/autofs/auto_vfsops.c
826
(void) strcpy(sbp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name);
usr/src/uts/common/fs/ctfs/ctfs_root.c
354
(void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name,
usr/src/uts/common/fs/dev/sdev_vfsops.c
485
(void) strcpy(sbp->f_basetype, vfssw[devtype].vsw_name);
usr/src/uts/common/fs/devfs/devfs_vfsops.c
293
(void) strcpy(sbp->f_basetype, vfssw[devfstype].vsw_name);
usr/src/uts/common/fs/fd/fdops.c
472
(void) strcpy(sp->f_basetype, vfssw[fdfstype].vsw_name);
usr/src/uts/common/fs/fsflush.c
362
struct vfssw *vswp;
usr/src/uts/common/fs/fsflush.c
477
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/fsflush.c
481
(void) fsop_sync_by_kind(vswp - vfssw,
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
464
(void) strcpy(sbp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name);
usr/src/uts/common/fs/mntfs/mntvfsops.c
295
(void) strcpy(sp->f_basetype, vfssw[mntfstype].vsw_name);
usr/src/uts/common/fs/mntfs/mntvnops.c
287
vfssw[vfsp->vfs_fstype].vsw_name);
usr/src/uts/common/fs/mntfs/mntvnops.c
336
size += strlen(vfssw[vfsp->vfs_fstype].vsw_name) + 1;
usr/src/uts/common/fs/mntfs/mntvnops.c
610
if (strcmp(vfssw[dummyvfs.vfs_fstype].vsw_name, "zfs")
usr/src/uts/common/fs/namefs/namevfs.c
667
(void) strcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1575
vfssw[vfsp->vfs_fstype].vsw_name, FSTYPSZ);
usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
169
exi->exi_volatile_dev = (vfssw[vp->v_vfsp->vfs_fstype].vsw_flag &
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3256
struct vfssw *vswp;
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2874
vfssw[vfsp->vfs_fstype].vsw_name, FSTYPSZ);
usr/src/uts/common/fs/nfs/nfs_export.c
1423
exi->exi_volatile_dev = (vfssw[vp->v_vfsp->vfs_fstype].vsw_flag &
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1576
vfssw[vfsp->vfs_fstype].vsw_name, FSTYPSZ);
usr/src/uts/common/fs/objfs/objfs_vfs.c
257
(void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name,
usr/src/uts/common/fs/pcfs/pc_vfsops.c
926
(void) strcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name);
usr/src/uts/common/fs/portfs/port_fop.c
1991
char *fsname = vfssw[vfsp->vfs_fstype].vsw_name;
usr/src/uts/common/fs/proc/prsubr.c
1700
struct vfssw *vfsswp;
usr/src/uts/common/fs/proc/prsubr.c
1703
((vfsswp = vfssw + vfsp->vfs_fstype), vfsswp->vsw_name) &&
usr/src/uts/common/fs/proc/prvfsops.c
319
(void) strcpy(sp->f_basetype, vfssw[procfstype].vsw_name);
usr/src/uts/common/fs/sharefs/sharefs_vfsops.c
283
(void) strlcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name,
usr/src/uts/common/fs/smbsrv/smb_tree.c
1200
struct vfssw *vswp;
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
661
(void) strcpy(sbp->f_basetype, vfssw[tmpfsfstype].vsw_name);
usr/src/uts/common/fs/udfs/udf_vfsops.c
463
(void) strcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name);
usr/src/uts/common/fs/ufs/ufs_vfsops.c
1847
(void) strcpy(sp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name);
usr/src/uts/common/fs/vfs.c
100
extern vopstats_t *get_fstype_vopstats(struct vfs *, struct vfssw *);
usr/src/uts/common/fs/vfs.c
1001
vfs_unrefvfssw(vfssw);
usr/src/uts/common/fs/vfs.c
1002
vfssw = NULL;
usr/src/uts/common/fs/vfs.c
1112
struct vfssw *vswp;
usr/src/uts/common/fs/vfs.c
1184
!ALLOCATED_VFSSW(&vfssw[fstype])) {
usr/src/uts/common/fs/vfs.c
1188
(void) strcpy(fsname, vfssw[fstype].vsw_name);
usr/src/uts/common/fs/vfs.c
313
if (ALLOCATED_VFSSW(&vfssw[fstype]) && VFS_INSTALLED(&vfssw[fstype]))
usr/src/uts/common/fs/vfs.c
314
return (*vfssw[fstype].vsw_vfsops.vfs_sync) (NULL, flag, cr);
usr/src/uts/common/fs/vfs.c
3865
struct vfssw *
usr/src/uts/common/fs/vfs.c
3868
struct vfssw *vswp;
usr/src/uts/common/fs/vfs.c
3881
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++)
usr/src/uts/common/fs/vfs.c
3916
struct vfssw *
usr/src/uts/common/fs/vfs.c
3919
struct vfssw *vswp;
usr/src/uts/common/fs/vfs.c
3978
struct vfssw *
usr/src/uts/common/fs/vfs.c
3981
struct vfssw *vswp;
usr/src/uts/common/fs/vfs.c
3987
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vfs.c
4000
struct vfssw *
usr/src/uts/common/fs/vfs.c
4003
struct vfssw *vswp;
usr/src/uts/common/fs/vfs.c
4006
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vfs.c
4022
vfs_refvfssw(struct vfssw *vswp)
usr/src/uts/common/fs/vfs.c
4034
vfs_unrefvfssw(struct vfssw *vswp)
usr/src/uts/common/fs/vfs.c
405
if (!ALLOCATED_VFSSW(&vfssw[fstype]))
usr/src/uts/common/fs/vfs.c
410
error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops);
usr/src/uts/common/fs/vfs.c
415
vfssw[fstype].vsw_flag |= VSW_INSTALLED;
usr/src/uts/common/fs/vfs.c
418
*actual = &vfssw[fstype].vsw_vfsops;
usr/src/uts/common/fs/vfs.c
4185
struct vfssw *vswp;
usr/src/uts/common/fs/vfs.c
423
"but not used", vfssw[fstype].vsw_name, unused_ops);
usr/src/uts/common/fs/vfs.c
4252
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vfs.c
4255
(void) (*vswp->vsw_init)(vswp - vfssw, vswp->vsw_name);
usr/src/uts/common/fs/vfs.c
4515
struct vfssw *vsw;
usr/src/uts/common/fs/vfs.c
475
if ((vfssw[fstype].vsw_flag & VSW_INSTALLED) == 0) {
usr/src/uts/common/fs/vfs.c
480
vfssw[fstype].vsw_flag &= ~VSW_INSTALLED;
usr/src/uts/common/fs/vfs.c
618
struct vfssw *vswp;
usr/src/uts/common/fs/vfs.c
620
for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
usr/src/uts/common/fs/vfs.c
659
struct vfssw *vsw;
usr/src/uts/common/fs/vfs.c
737
struct vfssw *vsw;
usr/src/uts/common/fs/vfs.c
844
struct vfssw *vswp;
usr/src/uts/common/fs/vfs.c
989
vfssw_t *vfssw;
usr/src/uts/common/fs/vfs.c
993
if ((vfssw = vfs_getvfssw(fsname)) == NULL)
usr/src/uts/common/fs/vfs.c
996
if (!(vfssw->vsw_flag & VSW_CANLOFI)) {
usr/src/uts/common/fs/vfs.c
997
vfs_unrefvfssw(vfssw);
usr/src/uts/common/fs/vnode.c
2731
struct vfssw *vswp;
usr/src/uts/common/fs/vnode.c
3343
char *fsname = vfssw[vfsp->vfs_fstype].vsw_name;
usr/src/uts/common/fs/vnode.c
626
get_fstype_vopstats(vfs_t *vfsp, struct vfssw *vswp)
usr/src/uts/common/fs/vnode.c
641
fstype = vswp - vfssw; /* Gets us the index */
usr/src/uts/common/fs/zfs/zfs_vfsops.c
2098
(void) strcpy(statp->f_basetype, vfssw[vfsp->vfs_fstype].vsw_name);
usr/src/uts/common/os/modconf.c
1045
(void) strlcat(ksname, vfssw[fstype].vsw_name, sizeof (ksname));
usr/src/uts/common/os/modconf.c
1060
struct vfssw *vswp;
usr/src/uts/common/os/modconf.c
922
struct vfssw *vswp;
usr/src/uts/common/os/modconf.c
928
*p0 = vswp - vfssw;
usr/src/uts/common/os/modconf.c
942
struct vfssw *vswp;
usr/src/uts/common/os/modconf.c
994
fstype = vswp - vfssw; /* Pointer arithmetic to get the fstype */
usr/src/uts/common/os/policy.c
789
struct vfssw *vswp;
usr/src/uts/common/os/swapgeneric.c
124
struct vfssw *vsw;
usr/src/uts/common/os/swapgeneric.c
292
struct vfssw *vsw;
usr/src/uts/common/os/swapgeneric.c
584
static struct vfssw *
usr/src/uts/common/os/swapgeneric.c
587
struct vfssw *vsw;
usr/src/uts/common/os/swapgeneric.c
78
static struct vfssw *getfstype(char *, char *, size_t);
usr/src/uts/common/os/tlabel.c
344
if (strncmp(vfssw[rvfsp->vfs_fstype].vsw_name, "nfs", 3) == 0)
usr/src/uts/common/os/tlabel.c
352
if ((strcmp(vfssw[rvfsp->vfs_fstype].vsw_name,
usr/src/uts/common/os/tlabel.c
376
if (strncmp(vfssw[rvfsp->vfs_fstype].vsw_name, "zfs", 3) == 0) {
usr/src/uts/common/os/tlabel.c
475
if (strncmp(vfssw[nvfs->vfs_fstype].vsw_name,
usr/src/uts/common/os/vfs_conf.c
58
struct vfssw vfssw[] = {
usr/src/uts/common/os/vfs_conf.c
97
const int nfstype = (sizeof (vfssw) / sizeof (vfssw[0]));
usr/src/uts/common/os/zone.c
6931
struct vfssw *vswp = vfs_getvfssw("zfs");
usr/src/uts/common/os/zone.c
6932
zfstype = vswp - vfssw;
usr/src/uts/common/sys/fs/fifonode.h
165
struct vfssw;
usr/src/uts/common/sys/fs/snode.h
140
struct vfssw;
usr/src/uts/common/sys/vfs.h
534
struct vfssw *allocate_vfssw(const char *);
usr/src/uts/common/sys/vfs.h
535
struct vfssw *vfs_getvfssw(const char *);
usr/src/uts/common/sys/vfs.h
536
struct vfssw *vfs_getvfsswbyname(const char *);
usr/src/uts/common/sys/vfs.h
537
struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
usr/src/uts/common/sys/vfs.h
538
void vfs_refvfssw(struct vfssw *);
usr/src/uts/common/sys/vfs.h
539
void vfs_unrefvfssw(struct vfssw *);
usr/src/uts/common/sys/vfs.h
566
extern struct vfssw vfssw[]; /* table of filesystem types */
usr/src/uts/common/syscall/stat.c
196
struct vfssw *vswp;
usr/src/uts/common/syscall/stat.c
246
vswp = &vfssw[vp->v_vfsp->vfs_fstype];
usr/src/uts/common/syscall/stat.c
326
struct vfssw *vswp;
usr/src/uts/common/syscall/stat.c
369
vswp = &vfssw[vp->v_vfsp->vfs_fstype];
usr/src/uts/common/syscall/stat.c
453
struct vfssw *vswp;
usr/src/uts/common/syscall/stat.c
477
vswp = &vfssw[vp->v_vfsp->vfs_fstype];
usr/src/uts/common/syscall/stat.c
564
struct vfssw *vswp;
usr/src/uts/common/syscall/stat.c
596
vswp = &vfssw[vp->v_vfsp->vfs_fstype];
usr/src/uts/common/syscall/statfs.c
117
struct vfssw *vswp;
usr/src/uts/common/syscall/statfs.c
153
sfs.f_fstyp = vswp - vfssw;
usr/src/uts/common/syscall/sysfs.c
103
retval = vswp - vfssw;
usr/src/uts/common/syscall/sysfs.c
118
struct vfssw *vswp;
usr/src/uts/common/syscall/sysfs.c
125
vswp = &vfssw[index];
usr/src/uts/common/syscall/sysfs.c
86
struct vfssw *vswp;