| /freebsd-12-stable/sys/kern/ |
| D | vfs_init.c | 56 static int vfs_register(struct vfsconf *); 57 static int vfs_unregister(struct vfsconf *); 70 struct vfsconfhead vfsconf = TAILQ_HEAD_INITIALIZER(vfsconf); variable 72 SX_SYSINIT(vfsconf, &vfsconf_sx, "vfsconf"); 113 static struct vfsconf * 116 struct vfsconf *vfsp; in vfs_byname_locked() 121 TAILQ_FOREACH(vfsp, &vfsconf, vfc_list) { in vfs_byname_locked() 128 struct vfsconf * 131 struct vfsconf *vfsp; in vfs_byname() 139 struct vfsconf * [all …]
|
| D | vfs_mount.c | 466 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc() 776 struct vfsconf *vfsp = NULL; in sys_mount() 830 struct vfsconf *vfsp, /* File system type. */ in vfs_domount_first() 1118 struct vfsconf *vfsp; in vfs_domount()
|
| D | vfs_default.c | 1249 struct vfsconf *vfsp; in vfs_stdinit() 1257 struct vfsconf *vfsp; in vfs_stduninit()
|
| /freebsd-12-stable/sys/fs/pseudofs/ |
| D | pseudofs.h | 49 struct vfsconf; 92 struct pfs_info *pi, struct vfsconf *vfc 252 int pfs_init (struct pfs_info *pi, struct vfsconf *vfc); 253 int pfs_uninit (struct pfs_info *pi, struct vfsconf *vfc); 290 _##name##_init(struct vfsconf *vfc) { \ 295 _##name##_uninit(struct vfsconf *vfc) { \
|
| D | pseudofs.c | 418 pfs_init(struct pfs_info *pi, struct vfsconf *vfc) in pfs_init() 448 pfs_uninit(struct pfs_info *pi, struct vfsconf *vfc) in pfs_uninit()
|
| /freebsd-12-stable/sys/sys/ |
| D | mount.h | 201 struct vfsconf *mnt_vfc; /* configuration info */ 520 struct vfsconf { struct 529 TAILQ_ENTRY(vfsconf) vfc_list; /* list of vfscons */ argument 539 struct vfsconf *vfc_next; /* next in list */ 646 TAILQ_HEAD(vfsconfhead, vfsconf); 647 extern struct vfsconfhead vfsconf; 670 typedef int vfs_init_t(struct vfsconf *); 671 typedef int vfs_uninit_t(struct vfsconf *); 868 static struct vfsconf fsname ## _vfsconf = { \ 895 struct vfsconf *vfs_byname(const char *); [all …]
|
| D | jail.h | 368 struct vfsconf; 421 void prison_add_vfs(struct vfsconf *vfsp);
|
| /freebsd-12-stable/sys/ufs/ufs/ |
| D | ufs_extern.h | 47 struct vfsconf; 79 int ufs_init(struct vfsconf *); 87 int ufs_uninit(struct vfsconf *);
|
| D | ufs_vfsops.c | 190 struct vfsconf *vfsp; in ufs_init() 207 struct vfsconf *vfsp; in ufs_uninit()
|
| /freebsd-12-stable/sys/fs/nullfs/ |
| D | null.h | 68 int nullfs_init(struct vfsconf *vfsp); 69 int nullfs_uninit(struct vfsconf *vfsp);
|
| D | null_subr.c | 75 struct vfsconf *vfsp; in nullfs_init() 86 struct vfsconf *vfsp; in nullfs_uninit()
|
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs.h | 121 int ncl_init(struct vfsconf *); 122 int ncl_uninit(struct vfsconf *);
|
| D | nfs_clsubs.c | 93 ncl_uninit(struct vfsconf *vfsp) in ncl_uninit() 378 ncl_init(struct vfsconf *vfsp) in ncl_init()
|
| /freebsd-12-stable/sys/fs/autofs/ |
| D | autofs.h | 126 int autofs_init(struct vfsconf *vfsp); 127 int autofs_uninit(struct vfsconf *vfsp);
|
| D | autofs.c | 163 autofs_init(struct vfsconf *vfsp) in autofs_init() 200 autofs_uninit(struct vfsconf *vfsp) in autofs_uninit()
|
| /freebsd-12-stable/sys/fs/unionfs/ |
| D | union.h | 109 int unionfs_init(struct vfsconf *vfsp); 110 int unionfs_uninit(struct vfsconf *vfsp);
|
| /freebsd-12-stable/sys/fs/nandfs/ |
| D | nandfs.h | 98 int nandfs_init(struct vfsconf *); 99 int nandfs_uninit(struct vfsconf *);
|
| D | nandfs_subr.c | 122 nandfs_init(struct vfsconf *vfsp) in nandfs_init() 132 nandfs_uninit(struct vfsconf *vfsp) in nandfs_uninit()
|
| /freebsd-12-stable/sys/fs/fuse/ |
| D | fuse_main.c | 100 static struct vfsconf fuse_vfsconf = {
|
| /freebsd-12-stable/sys/fs/smbfs/ |
| D | smbfs_vfsops.c | 368 smbfs_init(struct vfsconf *vfsp) in smbfs_init() 377 smbfs_uninit(struct vfsconf *vfsp) in smbfs_uninit()
|
| /freebsd-12-stable/sys/fs/ext2fs/ |
| D | ext2_extern.h | 51 struct vfsconf;
|
| /freebsd-12-stable/sys/cddl/compat/opensolaris/kern/ |
| D | opensolaris_vfs.c | 118 struct vfsconf *vfsp; in mount_snapshot()
|
| /freebsd-12-stable/sys/fs/tmpfs/ |
| D | tmpfs_vfsops.c | 657 tmpfs_init(struct vfsconf *conf) in tmpfs_init() 664 tmpfs_uninit(struct vfsconf *conf) in tmpfs_uninit()
|
| /freebsd-12-stable/sys/fs/fdescfs/ |
| D | fdesc_vnops.c | 102 fdesc_init(struct vfsconf *vfsp) in fdesc_init() 114 fdesc_uninit(struct vfsconf *vfsp) in fdesc_uninit()
|
| /freebsd-12-stable/sys/fs/udf/ |
| D | udf_vfsops.c | 142 udf_init(struct vfsconf *foo) in udf_init() 169 udf_uninit(struct vfsconf *foo) in udf_uninit()
|