Searched refs:isdot_or_dotdot (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c486 int isdot_or_dotdot; local
487 isdot_or_dotdot = (cnp->cn_namelen == 1 && cnp->cn_nameptr[0] == '.') || (cnp->cn_flags & ISDOTDOT);
492 if (isdot_or_dotdot == 0) {
516 if (dvp != NULLVP && (nc_generation == dvp->v_nc_generation) && (!isdot_or_dotdot))

Completed in 22 milliseconds