v_mountedhere 516 kern/vfs_lookup.c while (dp->v_type == VDIR && (mp = dp->v_mountedhere) && v_mountedhere 2209 kern/vfs_subr.c vp->v_type, vp->v_mount, vp->v_mountedhere); v_mountedhere 232 kern/vfs_syscalls.c if (vp->v_mountedhere != NULL) { v_mountedhere 293 kern/vfs_syscalls.c vp->v_mountedhere = mp; v_mountedhere 311 kern/vfs_syscalls.c mp->mnt_vnodecovered->v_mountedhere = (struct mount *)0; v_mountedhere 333 kern/vfs_syscalls.c if (VFS_ROOT(olddp->v_mountedhere, &newdp)) v_mountedhere 446 kern/vfs_syscalls.c coveredvp->v_mountedhere = NULL; v_mountedhere 716 kern/vfs_syscalls.c while (!error && (mp = vp->v_mountedhere) != NULL) { v_mountedhere 1793 nfs/nfs_serv.c if (tvp->v_type == VDIR && tvp->v_mountedhere) { v_mountedhere 1798 nfs/nfs_serv.c if (fvp->v_type == VDIR && fvp->v_mountedhere) { v_mountedhere 1253 ufs/ufs/ufs_vnops.c if (dp == ip || vp->v_mountedhere != 0) {