Symbol: vfsops
sys/arch/hp300/hp300/autoconf.c
345
struct vfsops *vops;
sys/coda/coda_vfsops.c
96
struct vfsops coda_vfsops = {
sys/compat/common/compat_sysctl_09_43.c
74
struct vfsops *vfsp;
sys/compat/sys/mount.h
157
struct vfsops *vfc_vfsops; /* filesystem operations vector */
sys/fs/adosfs/advfsops.c
788
struct vfsops adosfs_vfsops = {
sys/fs/autofs/autofs_vfsops.c
340
static struct vfsops autofs_vfsops = {
sys/fs/cd9660/cd9660_vfsops.c
92
struct vfsops cd9660_vfsops = {
sys/fs/efs/efs_vfsops.c
557
struct vfsops efs_vfsops = {
sys/fs/filecorefs/filecore_vfsops.c
107
struct vfsops filecore_vfsops = {
sys/fs/hfs/hfs_vfsops.c
150
struct vfsops hfs_vfsops = {
sys/fs/msdosfs/msdosfs_vfsops.c
116
struct vfsops msdosfs_vfsops = {
sys/fs/nfs/client/nfs_clvfsops.c
135
static struct vfsops nfs_vfsops = {
sys/fs/nilfs/nilfs_vfsops.c
165
struct vfsops nilfs_vfsops = {
sys/fs/ntfs/ntfs_vfsops.c
872
struct vfsops ntfs_vfsops = {
sys/fs/ptyfs/ptyfs.h
169
extern struct vfsops ptyfs_vfsops;
sys/fs/ptyfs/ptyfs_vfsops.c
474
struct vfsops ptyfs_vfsops = {
sys/fs/puffs/puffs_vfsops.c
867
struct vfsops puffs_vfsops = {
sys/fs/sysvbfs/sysvbfs.c
116
struct vfsops sysvbfs_vfsops = {
sys/fs/tmpfs/tmpfs_vfsops.c
458
struct vfsops tmpfs_vfsops = {
sys/fs/udf/udf_vfsops.c
98
struct vfsops udf_vfsops = {
sys/fs/union/union_vfsops.c
534
struct vfsops union_vfsops = {
sys/fs/unionfs/unionfs_vfsops.c
511
struct vfsops unionfs_vfsops = {
sys/fs/unionfs/unionfs_vfsops.c
57
struct vfsops unionfs_vfsops;
sys/fs/v7fs/v7fs_extern.c
182
struct vfsops v7fs_vfsops = {
sys/kern/kern_subr.c
266
struct vfsops *vops;
sys/kern/kern_subr.c
316
struct vfsops *vops;
sys/kern/vfs_init.c
461
vfs_delref(struct vfsops *vfs)
sys/kern/vfs_init.c
473
vfs_attach(struct vfsops *vfs)
sys/kern/vfs_init.c
475
struct vfsops *v;
sys/kern/vfs_init.c
530
vfs_detach(struct vfsops *vfs)
sys/kern/vfs_init.c
532
struct vfsops *v;
sys/kern/vfs_init.c
577
struct vfsops *vfs;
sys/kern/vfs_mount.c
1209
struct vfsops *v;
sys/kern/vfs_mount.c
1239
struct vfsops *v;
sys/kern/vfs_mount.c
153
vfs_mountalloc(struct vfsops *vfsops, vnode_t *vp)
sys/kern/vfs_mount.c
159
mp->mnt_op = vfsops;
sys/kern/vfs_mount.c
188
struct vfsops *vfsp = NULL;
sys/kern/vfs_mount.c
802
mount_domount(struct lwp *l, vnode_t **vpp, struct vfsops *vfsops,
sys/kern/vfs_mount.c
814
vfs_delref(vfsops);
sys/kern/vfs_mount.c
820
vfs_delref(vfsops);
sys/kern/vfs_mount.c
825
vfs_delref(vfsops);
sys/kern/vfs_mount.c
829
if ((mp = vfs_mountalloc(vfsops, vp)) == NULL) {
sys/kern/vfs_mount.c
830
vfs_delref(vfsops);
sys/kern/vfs_subr.c
1252
struct vfsops *
sys/kern/vfs_subr.c
1255
struct vfsops *v;
sys/kern/vfs_subr.c
999
struct vfsops *v;
sys/kern/vfs_syscalls.c
465
struct vfsops **vfsops)
sys/kern/vfs_syscalls.c
498
if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)
sys/kern/vfs_syscalls.c
504
if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)
sys/kern/vfs_syscalls.c
570
struct vfsops *vfsops = NULL; /* XXX gcc4.8 */
sys/kern/vfs_syscalls.c
587
vfsops = vp->v_mount->mnt_op;
sys/kern/vfs_syscalls.c
590
error = mount_get_vfsops(type, type_seg, &vfsops);
sys/kern/vfs_syscalls.c
603
data_len = vfsops->vfs_min_mount_data;
sys/kern/vfs_syscalls.c
642
error = mount_domount(l, &vp, vfsops, path, flags, data_buf,
sys/kern/vfs_syscalls.c
654
vfs_delref(vfsops);
sys/miscfs/deadfs/dead_vfsops.c
54
struct vfsops dead_vfsops = {
sys/miscfs/deadfs/deadfs.h
38
extern struct vfsops dead_vfsops;
sys/miscfs/fdesc/fdesc.h
76
extern struct vfsops fdesc_vfsops;
sys/miscfs/fdesc/fdesc_vfsops.c
239
struct vfsops fdesc_vfsops = {
sys/miscfs/kernfs/kernfs.h
126
extern struct vfsops kernfs_vfsops;
sys/miscfs/kernfs/kernfs_vfsops.c
298
struct vfsops kernfs_vfsops = {
sys/miscfs/nullfs/null.h
112
extern struct vfsops nullfs_vfsops;
sys/miscfs/nullfs/null_vfsops.c
220
struct vfsops nullfs_vfsops = {
sys/miscfs/overlay/overlay.h
123
extern struct vfsops overlay_vfsops;
sys/miscfs/overlay/overlay_vfsops.c
251
struct vfsops overlay_vfsops = {
sys/miscfs/procfs/procfs.h
322
extern struct vfsops procfs_vfsops;
sys/miscfs/procfs/procfs_vfsops.c
525
struct vfsops procfs_vfsops = {
sys/miscfs/umapfs/umap.h
105
extern struct vfsops umapfs_vfsops;
sys/miscfs/umapfs/umap_vfsops.c
309
struct vfsops umapfs_vfsops = {
sys/nfs/nfs_vfsops.c
106
struct vfsops nfs_vfsops = {
sys/rump/include/rump-sys/vfs_if.h
14
struct vfsops * rump_vfslist_iterate(struct vfsops *);
sys/rump/include/rump-sys/vfs_if.h
15
typedef struct vfsops * (*rump_vfslist_iterate_fn)(struct vfsops *);
sys/rump/include/rump-sys/vfs_if.h
16
struct vfsops * rump_vfs_getopsbyname(const char *);
sys/rump/include/rump-sys/vfs_if.h
17
typedef struct vfsops * (*rump_vfs_getopsbyname_fn)(const char *);
sys/rump/include/rump/rump.h
40
struct vfsops;
sys/rump/include/rump/rumpvfs_if_pub.h
10
struct vfsops * rump_pub_vfslist_iterate(struct vfsops *);
sys/rump/include/rump/rumpvfs_if_pub.h
11
struct vfsops * rump_pub_vfs_getopsbyname(const char *);
sys/rump/librump/rumpvfs/rump_vfs.c
302
struct vfsops *
sys/rump/librump/rumpvfs/rump_vfs.c
303
rump_vfslist_iterate(struct vfsops *ops)
sys/rump/librump/rumpvfs/rump_vfs.c
312
struct vfsops *
sys/rump/librump/rumpvfs/rump_vfs.c
95
extern struct vfsops rumpfs_vfsops;
sys/rump/librump/rumpvfs/rumpfs.c
1831
struct vfsops rumpfs_vfsops = {
sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
35
struct vfsops *
sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
36
rump_pub_vfslist_iterate(struct vfsops *arg1)
sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
38
struct vfsops * rv;
sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
47
struct vfsops *
sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
50
struct vfsops * rv;
sys/sys/mount.h
141
struct vfsops *mnt_op; /* operations on fs */
sys/sys/mount.h
220
LIST_ENTRY(vfsops) vfs_list;
sys/sys/mount.h
396
int vfs_attach(struct vfsops *);
sys/sys/mount.h
397
int vfs_detach(struct vfsops *);
sys/sys/mount.h
399
struct vfsops *vfs_getopsbyname(const char *);
sys/sys/mount.h
400
void vfs_delref(struct vfsops *);
sys/sys/mount.h
403
struct mount *vfs_mountalloc(struct vfsops *, struct vnode *);
sys/sys/mount.h
444
extern struct vfsops *vfssw[]; /* filesystem type table */
sys/sys/mount.h
450
int mount_domount(struct lwp *, struct vnode **, struct vfsops *,
sys/sys/mount.h
481
LIST_HEAD(vfs_list_head, vfsops);
sys/ufs/chfs/chfs_vfsops.c
800
struct vfsops chfs_vfsops = {
sys/ufs/ext2fs/ext2fs_vfsops.c
119
struct vfsops ext2fs_vfsops = {
sys/ufs/ffs/ffs_vfsops.c
146
struct vfsops ffs_vfsops = {
sys/ufs/lfs/lfs_kclean.c
812
struct vfsops *vfs = NULL;
sys/ufs/lfs/lfs_vfsops.c
161
struct vfsops lfs_vfsops = {
sys/ufs/lfs/lfs_vfsops.c
425
struct vfsops *vfs = NULL;
sys/ufs/mfs/mfs_vfsops.c
90
struct vfsops mfs_vfsops = {