Searched refs:vfs_mount_alloc (Results 1 – 3 of 3) sorted by relevance
596 struct mount *vfs_mount_alloc(struct vnode *, struct vfsconf *);
179 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp) in vfs_mount_alloc() function288 mp = vfs_mount_alloc(NULLVP, vfsp); in vfs_rootmountalloc()
217 mp = vfs_mount_alloc(vp, vfsp); in sys_mount()