Searched refs:v_mountedhere (Results 1 – 16 of 16) sorted by relevance
147 if ((vp->v_iflag & VI_MOUNT) == 0 && vp->v_mountedhere == NULL) in mount_snapshot()236 vp->v_mountedhere = mp; in mount_snapshot()
160 if (vp->v_mountedhere != NULL) { in autofs_trigger_vn()178 if (vp->v_mountedhere == NULL) { in autofs_trigger_vn()191 error = VFS_ROOT(vp->v_mountedhere, lock_flags, newvp); in autofs_trigger_vn()
74 #define vn_ismntpt(vp) ((vp)->v_type == VDIR && (vp)->v_mountedhere != NULL)75 #define vn_mountedvfs(vp) ((vp)->v_mountedhere)
872 if ((mp = (*vpp)->v_mountedhere) != NULL) { in zfsctl_mounted_here()1214 mp = vp->v_mountedhere; in zfsctl_snapshot_vptocnp()1276 if (vp->v_mountedhere != NULL) in zfsctl_lookup_objset()1277 *zfsvfsp = vp->v_mountedhere->mnt_data; in zfsctl_lookup_objset()1325 mp = vp->v_mountedhere; in zfsctl_umount_snapshots()
3782 if (((*svpp)->v_type == VDIR && (*svpp)->v_mountedhere != NULL) || in zfs_rename()3784 (*tvpp)->v_mountedhere != NULL)) { in zfs_rename()
296 vporoot->v_mountedhere = NULL; in vfs_mountroot_shuffle()327 vp->v_mountedhere = mporoot; in vfs_mountroot_shuffle()353 vpdevfs->v_mountedhere = NULL; in vfs_mountroot_shuffle()357 vp->v_mountedhere = mpdevfs; in vfs_mountroot_shuffle()
851 if ((vp->v_iflag & VI_MOUNT) == 0 && vp->v_mountedhere == NULL) in vfs_domount_first()911 vp->v_mountedhere = mp; in vfs_domount_first()984 if ((vp->v_iflag & VI_MOUNT) != 0 || vp->v_mountedhere != NULL) { in vfs_domount_update()1292 if (coveredvp->v_mountedhere != mp || in dounmount()1293 coveredvp->v_mountedhere->mnt_gen != mnt_gen_r) { in dounmount()1439 coveredvp->v_mountedhere = NULL; in dounmount()
780 while (dp->v_type == VDIR && (mp = dp->v_mountedhere) && in lookup()
3027 printf(" mountedhere %p\n", vp->v_mountedhere); in vn_printf()
720 while (!error && (mp = vp->v_mountedhere) != NULL) {
84 return (vp->v_mountedhere != NULL ? 1 : 0); in vnode_mountedhere()
1294 if ((fvp->v_type == VDIR && fvp->v_mountedhere != NULL) ||1296 tvp->v_mountedhere != NULL)) {2059 if (vp->v_mountedhere != 0) {
1142 if (tvp->v_type == VDIR && tvp->v_mountedhere) { in nfsvno_rename()1161 if (fvp->v_type == VDIR && fvp->v_mountedhere) { in nfsvno_rename()2134 nvp->v_mountedhere != NULL) { in nfsrvd_readdirplus()2135 new_mp = nvp->v_mountedhere; in nfsrvd_readdirplus()
176 #define v_mountedhere v_un.vu_mount macro
1851 if (tvp->v_type == VDIR && tvp->v_mountedhere) { in nfsrv_rename()1859 if (fvp->v_type == VDIR && fvp->v_mountedhere) { in nfsrv_rename()
1996 if (vp->v_mountedhere != 0) in nandfs_rmdir()