Home
last modified time | relevance | path

Searched refs:vfsconf (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_init.c70 struct vfsconfhead vfsconf = TAILQ_HEAD_INITIALIZER(vfsconf); variable
113 static struct vfsconf *
116 struct vfsconf *vfsp; in vfs_byname_locked()
128 struct vfsconf *
131 struct vfsconf *vfsp; in vfs_byname()
139 struct vfsconf *
142 struct vfsconf *vfsp; in vfs_byname_kld()
380 struct vfsconf *tvfc; in vfs_register()
530 struct vfsconf *vfsp; in vfs_unregister()
573 struct vfsconf *vfc; in vfs_modevent()
[all …]
H A Dvfs_mount.c490 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc()
837 struct vfsconf *vfsp = NULL; in sys_mount()
895 struct vfsconf *vfsp, /* File system type. */ in vfs_domount_first()
1294 struct vfsconf *vfsp; in vfs_domount()
H A Dvfs_default.c1424 struct vfsconf *vfsp; in vfs_stdinit()
1432 struct vfsconf *vfsp; in vfs_stduninit()
H A Dvfs_subr.c4444 vfsconf2x(struct sysctl_req *req, struct vfsconf *vfsp) in vfsconf2x()
4473 vfsconf2x32(struct sysctl_req *req, struct vfsconf *vfsp) in vfsconf2x32()
4492 struct vfsconf *vfsp; in sysctl_vfs_conflist()
4497 TAILQ_FOREACH(vfsp, &vfsconf, vfc_list) { in sysctl_vfs_conflist()
4523 struct vfsconf *vfsp; in vfs_sysctl()
4543 TAILQ_FOREACH(vfsp, &vfsconf, vfc_list) { in vfs_sysctl()
4570 struct vfsconf *vfsp; in sysctl_ovfs_conf()
4574 TAILQ_FOREACH(vfsp, &vfsconf, vfc_list) { in sysctl_ovfs_conf()
H A Duipc_mqueue.c657 mqfs_init(struct vfsconf *vfc) in mqfs_init()
698 mqfs_uninit(struct vfsconf *vfc) in mqfs_uninit()
2708 static struct vfsconf mqueuefs_vfsconf = {
H A Dvfs_mountroot.c253 struct vfsconf *vfsp; in vfs_mountroot_devfs()
H A Dkern_jail.c4180 prison_add_vfs(struct vfsconf *vfsp) in prison_add_vfs()
/f-stack/freebsd/sys/
H A Dmount.h212 struct vfsconf *mnt_vfc; /* configuration info */
605 struct vfsconf { struct
615 TAILQ_ENTRY(vfsconf) vfc_list; /* list of vfscons */ argument
625 struct vfsconf *vfc_next; /* next in list */
732 TAILQ_HEAD(vfsconfhead, vfsconf);
733 extern struct vfsconfhead vfsconf;
768 typedef int vfs_init_t(struct vfsconf *);
769 typedef int vfs_uninit_t(struct vfsconf *);
930 static struct vfsconf fsname ## _vfsconf = { \
957 struct vfsconf *vfs_byname(const char *);
[all …]
H A Djail.h380 struct vfsconf;
441 void prison_add_vfs(struct vfsconf *vfsp);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c125 struct vfsconf *vfsp; in mount_snapshot()
/f-stack/freebsd/libkern/
H A Diconv.c579 struct vfsconf *vfsp; in iconv_vfs_refcount()