HomeSort by: relevance | last modified time | path
    Searched defs:is_dotdot (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/union/
union_subr.c 370 bool is_dotdot; local in function:union_allocvp
372 is_dotdot = (dvp != NULL && cnp != NULL && (cnp->cn_flags & ISDOTDOT));
429 if (is_dotdot)
432 if (is_dotdot)

Completed in 13 milliseconds