Home
last modified time | relevance | path

Searched refs:REQUIREDIR (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/kern/
Dvfs_lookup.c392 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)) {
/mirbsd/src/sys/sys/
Dnamei.h135 #define REQUIREDIR 0x080000 /* must be a directory */ macro