Searched refs:vfs_mount_alloc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_vfs.c | 164 mp = vfs_mount_alloc(vp, vfsp, fspath, vp->v_mount->mnt_cred); in mount_snapshot()
|
| /freebsd-12.1/sys/sys/ |
| H A D | mount.h | 934 struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *, const char *,
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_mount.c | 466 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc() function 881 mp = vfs_mount_alloc(vp, vfsp, fspath, td->td_ucred); in vfs_domount_first()
|
| H A D | vfs_mountroot.c | 258 mp = vfs_mount_alloc(NULLVP, vfsp, "/dev", td->td_ucred); in vfs_mountroot_devfs()
|