Searched refs:vfs_mount_alloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_vfs.c | 169 mp = vfs_mount_alloc(vp, vfsp, fspath, vp->v_mount->mnt_cred); in mount_snapshot()
|
/freebsd/sys/kern/ |
H A D | vfs_mountroot.c | 269 mp = vfs_mount_alloc(NULLVP, vfsp, "/dev", td->td_ucred); in vfs_mountroot_devfs()
|
H A D | vfs_mount.c | 663 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc() function 1181 mp = vfs_mount_alloc(vp, vfsp, fspath, td->td_ucred); in vfs_domount_first()
|
/freebsd/sys/sys/ |
H A D | mount.h | 1057 struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *, const char *,
|