VV_ROOT
nvp->v_vflag |= VV_ROOT; /* should be further down XXX */
if (DETOV(dep)->v_vflag & VV_ROOT)
if ((DETOV(dep)->v_vflag & VV_ROOT) && !FAT32(pmp)) {
if ((vp->v_vflag & VV_ROOT) != 0 && !FAT32(pmp))
if ((vdp->v_vflag & VV_ROOT) && cnp->cn_nameptr[0] == '.' &&
if ((bsdNode->v_vflag & VV_ROOT) == 0) {
if (bsdNode->v_vflag & VV_ROOT)
if ((bsdTarget->v_vflag & VV_ROOT) != 0)
if ((bsdNode->v_vflag & VV_ROOT) == 0) {