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

/xnu-2422.115.4/bsd/sys/
H A Dnamei.h127 #define NAMEI_TRAILINGSLASH 0x004 /* There was at least one trailing slash after last component */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c680 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
689 if ((ndp->ni_flag & NAMEI_TRAILINGSLASH)) {
694 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1177 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
1298 if ((cnp->cn_flags & ISLASTCN) && (ndp->ni_flag & NAMEI_TRAILINGSLASH) && !(cnp->cn_flags & WILLBEDIR)) {
H A Dvfs_cache.c1062 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1109 ndp->ni_flag |= NAMEI_TRAILINGSLASH;
H A Dkpi_vfs.c1588 if (ndp->ni_flag & NAMEI_TRAILINGSLASH) {
H A Dvfs_subr.c5431 if ((cnp->cn_ndp->ni_flag & NAMEI_TRAILINGSLASH)) {

Completed in 97 milliseconds