Searched refs:mydvp (Results 1 – 1 of 1) sorted by relevance
5629 struct vnode *mydvp = dvp; in safe_getpath_new() local5638 if (mydvp->v_parent != NULL) { in safe_getpath_new()5639 mydvp = mydvp->v_parent; in safe_getpath_new()5640 } else if (mydvp->v_mount) { in safe_getpath_new()5641 strlcpy(path, mydvp->v_mount->mnt_vfsstat.f_mntonname, _len); in safe_getpath_new()5647 mydvp = NULL; in safe_getpath_new()5650 if (mydvp == NULL) { in safe_getpath_new()5656 ret = vn_getpath(mydvp, path, &len); in safe_getpath_new()5658 ret = vn_getpath_no_firmlink(mydvp, path, &len); in safe_getpath_new()