Home
last modified time | relevance | path

Searched refs:v_mountedhere (Results 1 – 13 of 13) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/genfs/
H A Dgenfs_rename.c571 if (dvp->v_mountedhere != NULL) { in genfs_rename_enter_common()
614 if ((fvp->v_type == VDIR) && (fvp->v_mountedhere != NULL)) { in genfs_rename_enter_common()
623 if ((tvp->v_type == VDIR) && (tvp->v_mountedhere != NULL)) { in genfs_rename_enter_common()
780 if (a_dvp->v_mountedhere != NULL) { in genfs_rename_lock()
814 if (b_dvp->v_mountedhere != NULL) { in genfs_rename_lock()
856 if ((a_vp->v_type == VDIR) && (a_vp->v_mountedhere != NULL)) { in genfs_rename_lock()
866 if ((b_vp->v_type == VDIR) && (b_vp->v_mountedhere != NULL)) { in genfs_rename_lock()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/kern/
H A Dvfs.c257 vp->v_mountedhere != NULL) { in domount()
326 vp->v_mountedhere = mp; in domount()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_mount.c591 if (VFS_ROOT(olddp->v_mountedhere, &newdp)) in mount_checkdirs()
728 if (vp->v_mountedhere != NULL) { in mount_domount()
750 vp->v_mountedhere = mp; in mount_domount()
775 vp->v_mountedhere = NULL; in mount_domount()
890 coveredvp->v_mountedhere = NULL; in dounmount()
H A Dvfs_lookup.c1085 (mp = foundobj->v_mountedhere) != NULL && in lookup_once()
H A Dvfs_subr.c1483 vp->v_mount, vp->v_mountedhere); in vfs_vnode_print()
H A Dvfs_syscalls.c1345 while ((mp = vp->v_mountedhere) != NULL) { in sys_fchdir()
2673 if ((vp->v_type == VDIR) && (vp->v_mountedhere != NULL)) { in do_sys_unlinkat()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/sys/
H A Dvnode.h291 #define vn_ismntpt(vp) ((vp)->v_type == VDIR && (vp)->v_mountedhere != NULL)
292 #define vn_mountedvfs(vp) ((vp)->v_mountedhere)
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dvnode.h178 #define v_mountedhere v_un.vu_mountedhere macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c1127 if (tvp->v_type == VDIR && tvp->v_mountedhere) { in nfsvno_rename()
1146 if (fvp->v_type == VDIR && fvp->v_mountedhere) { in nfsvno_rename()
2103 nvp->v_mountedhere != NULL) { in nfsrvd_readdirplus()
2104 new_mp = nvp->v_mountedhere; in nfsrvd_readdirplus()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dulfs_vnops.c695 if (dp == ip || vp->v_mountedhere != NULL) { in ulfs_rmdir()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/union/
H A Dunion_vnops.c252 (mp = dvp->v_mountedhere)) { in union_lookup1()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/ufs/
H A Dufs_vnops.c1104 if (dp == ip || vp->v_mountedhere != NULL) { in ufs_rmdir()
/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfs_serv.c2038 if (tvp->v_type == VDIR && tvp->v_mountedhere) { in nfsrv_rename()
2046 if (fvp->v_type == VDIR && fvp->v_mountedhere) { in nfsrv_rename()