Searched refs:NAMEI_NOFOLLOW_ANY (Results 1 – 3 of 3) sorted by relevance
147 #define NAMEI_NOFOLLOW_ANY 0x1000 /* no symlinks allowed in the path */ macro
435 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()555 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
346 if (ndp->ni_flag & NAMEI_NOFOLLOW_ANY) { in namei()