Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dvnode.h120 #define v_mountedhere v_un.vu_mountedhere macro
/mirbsd/src/sys/kern/
Dvfs_syscalls.c235 if (vp->v_mountedhere != NULL) {
299 vp->v_mountedhere = mp;
319 mp->mnt_vnodecovered->v_mountedhere = (struct mount *)0;
342 if (VFS_ROOT(olddp->v_mountedhere, &newdp))
461 coveredvp->v_mountedhere = NULL; in dounmount()
741 while (!error && (mp = vp->v_mountedhere) != NULL) {
Dvfs_lookup.c516 while (dp->v_type == VDIR && (mp = dp->v_mountedhere) &&
/mirbsd/src/sys/ufs/ufs/
Dufs_vnops.c1359 if (dp == ip || vp->v_mountedhere != 0) {
/mirbsd/src/sys/nfs/
Dnfs_serv.c1789 if (tvp->v_type == VDIR && tvp->v_mountedhere) {
1794 if (fvp->v_type == VDIR && fvp->v_mountedhere) {