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

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h127 #define NAMEI_TRAILINGSLASH 0x004 /* There was at least one trailing slash after last component */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c632 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
641 if ((ndp->ni_flag & NAMEI_TRAILINGSLASH)) {
646 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1096 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
1157 if ((cnp->cn_flags & ISLASTCN) && (ndp->ni_flag & NAMEI_TRAILINGSLASH) && !(cnp->cn_flags & WILLBEDIR)) {
H A Dvfs_cache.c995 ndp->ni_flag &= ~(NAMEI_TRAILINGSLASH);
1042 ndp->ni_flag |= NAMEI_TRAILINGSLASH;
H A Dkpi_vfs.c1833 if (ndp->ni_flag & NAMEI_TRAILINGSLASH) {
H A Dvfs_subr.c5425 if ((cnp->cn_ndp->ni_flag & NAMEI_TRAILINGSLASH)) {

Completed in 48 milliseconds