Searched refs:REQUIREDIR (Results 1 – 2 of 2) sorted by relevance
392 cnp->cn_flags |= REQUIREDIR;395 cnp->cn_flags &= ~REQUIREDIR;467 if (cnp->cn_flags & REQUIREDIR) {501 cnp->cn_flags &= ~REQUIREDIR;535 if ((dp->v_type == VLNK) && (cnp->cn_flags & (FOLLOW|REQUIREDIR))) {546 if ((dp->v_type != VDIR) && (cnp->cn_flags & REQUIREDIR)) {
135 #define REQUIREDIR 0x080000 /* must be a directory */ macro