Symbol: vfsconf
lib/libc/gen/getvfsbyname.c
45
getvfsbyname(const char *fsname, struct vfsconf *vfcp)
sbin/mount_autofs/mount_autofs.c
109
struct vfsconf vfc;
sbin/mount_cd9660/mount_cd9660.c
84
struct vfsconf vfc;
sbin/mount_devfs/mount_devfs.c
75
struct vfsconf vfc;
sbin/mount_dirfs/mount_dirfs.c
67
struct vfsconf vfc;
sbin/mount_ext2fs/mount_ext2fs.c
63
struct vfsconf vfc;
sbin/mount_fuse/mount_fusefs.c
118
struct vfsconf vfc;
sbin/mount_hammer/mount_hammer.c
68
struct vfsconf vfc;
sbin/mount_hammer2/mount_hammer2.c
67
struct vfsconf vfc;
sbin/mount_hpfs/mount_hpfs.c
69
struct vfsconf vfc;
sbin/mount_msdos/mount_msdos.c
88
struct vfsconf vfc;
sbin/mount_nfs/mount_nfs.c
247
struct vfsconf vfc;
sbin/mount_ntfs/mount_ntfs.c
75
struct vfsconf vfc;
sbin/mount_null/mount_null.c
64
struct vfsconf vfc;
sbin/mount_std/mount_std.c
61
struct vfsconf vfc;
sbin/mount_tmpfs/mount_tmpfs.c
334
struct vfsconf vfc;
sbin/mount_udf/mount_udf.c
70
struct vfsconf vfc;
sbin/mount_ufs/mount_ufs.c
71
struct vfsconf vfc;
sbin/mountd/mountd.c
1374
struct vfsconf vfc;
sbin/newfs/newfs.c
216
struct vfsconf vfc;
sbin/nfsd/nfsd.c
126
struct vfsconf vfc;
sbin/nfsiod/nfsiod.c
70
struct vfsconf vfc;
sbin/umount/umount.c
196
struct vfsconf vfc;
sys/kern/vfs_conf.c
228
struct vfsconf *vfsp;
sys/kern/vfs_default.c
1614
vfs_stdinit(struct vfsconf *vfsp)
sys/kern/vfs_default.c
1620
vfs_stduninit(struct vfsconf *vfsp)
sys/kern/vfs_init.c
237
static STAILQ_HEAD(, vfsconf) vfsconf_list =
sys/kern/vfs_init.c
240
struct vfsconf *
sys/kern/vfs_init.c
243
struct vfsconf *vfsp;
sys/kern/vfs_init.c
252
struct vfsconf *
sys/kern/vfs_init.c
255
struct vfsconf *vfsp;
sys/kern/vfs_init.c
265
vfsconf_add(struct vfsconf *vfc)
sys/kern/vfs_init.c
272
vfsconf_remove(struct vfsconf *vfc)
sys/kern/vfs_init.c
276
STAILQ_REMOVE(&vfsconf_list, vfc, vfsconf, vfc_next);
sys/kern/vfs_init.c
297
vfsconf_each(int (*iter)(struct vfsconf *element, void *data), void *data)
sys/kern/vfs_init.c
300
struct vfsconf *vfsp;
sys/kern/vfs_init.c
318
vfs_register(struct vfsconf *vfc)
sys/kern/vfs_init.c
459
vfs_unregister(struct vfsconf *vfc)
sys/kern/vfs_init.c
461
struct vfsconf *vfsp;
sys/kern/vfs_init.c
485
struct vfsconf *vfc;
sys/kern/vfs_init.c
488
vfc = (struct vfsconf *)data;
sys/kern/vfs_mount.c
334
struct vfsconf *vfsp;
sys/kern/vfs_subr.c
1812
struct vfsconf *vfsp;
sys/kern/vfs_subr.c
1856
sysctl_ovfs_conf_iter(struct vfsconf *vfsp, void *data)
sys/kern/vfs_syscalls.c
124
struct vfsconf *vfsp;
sys/kern/vfs_vfsops.c
282
vfs_init(struct vfsconf *vfc)
sys/kern/vfs_vfsops.c
295
vfs_uninit(struct vfsconf *vfc, struct vfsconf *vfsp)
sys/libiconv/iconv.c
568
struct vfsconf *vfsp;
sys/sys/mount.h
219
struct vfsconf *mnt_vfc; /* configuration info */
sys/sys/mount.h
483
STAILQ_ENTRY(vfsconf) vfc_next; /* next in list */
sys/sys/mount.h
532
struct vfsconf *vfsconf_find_by_name(const char *);
sys/sys/mount.h
533
struct vfsconf *vfsconf_find_by_typenum(int);
sys/sys/mount.h
535
int vfsconf_each(int (*)(struct vfsconf *, void *), void *);
sys/sys/mount.h
568
typedef int vfs_init_t(struct vfsconf *);
sys/sys/mount.h
569
typedef int vfs_uninit_t(struct vfsconf *);
sys/sys/mount.h
597
int vfs_init(struct vfsconf *vfc);
sys/sys/mount.h
598
int vfs_uninit(struct vfsconf *vfc, struct vfsconf *vfsp);
sys/sys/mount.h
680
static struct vfsconf fsname ## _vfsconf = { \
sys/sys/mount.h
753
int vfs_register (struct vfsconf *);
sys/sys/mount.h
754
int vfs_unregister (struct vfsconf *);
sys/sys/mount.h
832
int new_getvfsbyname (const char *, struct vfsconf *);
sys/vfs/autofs/autofs_vfsops.c
53
autofs_init(struct vfsconf *vfsp)
sys/vfs/autofs/autofs_vfsops.c
91
autofs_uninit(struct vfsconf *vfsp)
sys/vfs/ext2fs/ext2_extern.h
51
struct vfsconf;
sys/vfs/ext2fs/ext2_vfsops.c
1619
ext2_init(struct vfsconf *vfsp)
sys/vfs/ext2fs/ext2_vfsops.c
1632
ext2_uninit(struct vfsconf *vfsp)
sys/vfs/ext2fs/ext2_vfsops.c
83
static int ext2_init(struct vfsconf *);
sys/vfs/ext2fs/ext2_vfsops.c
84
static int ext2_uninit(struct vfsconf *);
sys/vfs/fuse/fuse_vfsops.c
448
fuse_init(struct vfsconf *vfsp)
sys/vfs/fuse/fuse_vfsops.c
469
fuse_uninit(struct vfsconf *vfsp)
sys/vfs/hammer/hammer_vfsops.c
246
static int hammer_vfs_init(struct vfsconf *conf);
sys/vfs/hammer/hammer_vfsops.c
275
hammer_vfs_init(struct vfsconf *conf)
sys/vfs/hammer2/hammer2_vfsops.c
191
static int hammer2_vfs_init(struct vfsconf *conf);
sys/vfs/hammer2/hammer2_vfsops.c
192
static int hammer2_vfs_uninit(struct vfsconf *vfsp);
sys/vfs/hammer2/hammer2_vfsops.c
245
hammer2_vfs_init(struct vfsconf *conf)
sys/vfs/hammer2/hammer2_vfsops.c
357
hammer2_vfs_uninit(struct vfsconf *vfsp __unused)
sys/vfs/hpfs/hpfs.h
395
struct vfsconf;
sys/vfs/hpfs/hpfs.h
399
int hpfs_hphash_uninit (struct vfsconf *);
sys/vfs/hpfs/hpfs_hash.c
74
hpfs_hphash_uninit(struct vfsconf *vfc)
sys/vfs/hpfs/hpfs_vfsops.c
108
hpfs_init(struct vfsconf *vcp)
sys/vfs/hpfs/hpfs_vfsops.c
82
static int hpfs_init (struct vfsconf *);
sys/vfs/isofs/cd9660/cd9660_node.c
72
cd9660_init(struct vfsconf *vfsp)
sys/vfs/isofs/cd9660/cd9660_node.c
93
cd9660_uninit(struct vfsconf *vfsp)
sys/vfs/isofs/cd9660/iso.h
268
int cd9660_init(struct vfsconf *);
sys/vfs/isofs/cd9660/iso.h
269
int cd9660_uninit(struct vfsconf *);
sys/vfs/mfs/mfs_vfsops.c
519
mfs_init(struct vfsconf *vfsp)
sys/vfs/mfs/mfs_vfsops.c
81
static int mfs_init (struct vfsconf *);
sys/vfs/msdosfs/denode.h
269
int msdosfs_init(struct vfsconf *vfsp);
sys/vfs/msdosfs/denode.h
270
int msdosfs_uninit(struct vfsconf *vfsp);
sys/vfs/msdosfs/msdosfs_denode.c
100
msdosfs_init(struct vfsconf *vfsp)
sys/vfs/msdosfs/msdosfs_denode.c
112
msdosfs_uninit(struct vfsconf *vfsp)
sys/vfs/nfs/nfs.h
651
int nfs_init (struct vfsconf *vfsp);
sys/vfs/nfs/nfs.h
652
int nfs_uninit (struct vfsconf *vfsp);
sys/vfs/nfs/nfs_subs.c
563
nfs_init(struct vfsconf *vfsp)
sys/vfs/nfs/nfs_subs.c
617
nfs_uninit(struct vfsconf *vfsp)
sys/vfs/ntfs/ntfs_ihash.c
76
ntfs_nthash_uninit(struct vfsconf *vfc)
sys/vfs/ntfs/ntfs_ihash.h
31
struct vfsconf;
sys/vfs/ntfs/ntfs_ihash.h
34
int ntfs_nthash_uninit (struct vfsconf *);
sys/vfs/ntfs/ntfs_vfsops.c
114
ntfs_init(struct vfsconf *vcp)
sys/vfs/ntfs/ntfs_vfsops.c
87
static int ntfs_init (struct vfsconf *);
sys/vfs/smbfs/smbfs_vfsops.c
299
smbfs_init(struct vfsconf *vfsp)
sys/vfs/smbfs/smbfs_vfsops.c
308
smbfs_uninit(struct vfsconf *vfsp)
sys/vfs/smbfs/smbfs_vfsops.c
83
static int smbfs_init(struct vfsconf *vfsp);
sys/vfs/smbfs/smbfs_vfsops.c
84
static int smbfs_uninit(struct vfsconf *vfsp);
sys/vfs/ufs/ffs_vfsops.c
1245
ffs_init(struct vfsconf *vfsp)
sys/vfs/ufs/ffs_vfsops.c
69
static int ffs_init (struct vfsconf *);
sys/vfs/ufs/ufs_extern.h
46
struct vfsconf;
sys/vfs/ufs/ufs_extern.h
86
int ufs_init(struct vfsconf *);
sys/vfs/ufs/ufs_vfsops.c
183
ufs_init(struct vfsconf *vfsp)
test/debug/ncptrace.c
291
printvfc(kvm_t *kd, struct vfsconf *vfc)
test/debug/ncptrace.c
293
struct vfsconf vfcinfo;
test/debug/ncptrace.c
78
static int printvfc(kvm_t *kd, struct vfsconf *vfc);
test/debug/vnodeinfo.c
200
struct vfsconf vfc;
usr.bin/find/function.c
873
struct vfsconf vfc;
usr.bin/lsvfs/lsvfs.c
39
struct vfsconf vfc;
usr.bin/nfsstat/nfsstat.c
165
struct vfsconf vfc;