Searched refs:WILLBEDIR (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dnamei.h173 #define WILLBEDIR 0x00080000 /* new files will be dirs; allow trailing / */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c1298 if ((cnp->cn_flags & ISLASTCN) && (ndp->ni_flag & NAMEI_TRAILINGSLASH) && !(cnp->cn_flags & WILLBEDIR)) {
H A Dvfs_syscalls.c6065 tond->ni_cnd.cn_flags |= WILLBEDIR;
6543 nd.ni_cnd.cn_flags |= WILLBEDIR;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c2630 toni.ni_cnd.cn_flags |= WILLBEDIR;

Completed in 52 milliseconds