Searched refs:v_vfsmountedhere (Results 1 – 4 of 4) sorted by relevance
670 vp->v_vfsmountedhere = NULL; in vn_reinit()827 return (vp->v_vfsmountedhere != NULL); in vn_ismntpt()834 return (vp->v_vfsmountedhere); in vn_mountedvfs()
2446 vp->v_vfsmountedhere = NULL; in vn_reinit()2763 return (vp->v_vfsmountedhere != NULL); in vn_ismntpt()2770 return (vp->v_vfsmountedhere); in vn_mountedvfs()
3215 coveredvp->v_vfsmountedhere = vfsp; in vfs_add()3254 vp->v_vfsmountedhere = NULL; in vfs_remove()
296 struct vfs *v_vfsmountedhere; /* ptr to vfs mounted here */ member