Home
last modified time | relevance | path

Searched refs:WILLBEDIR (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dnamei.h189 #define WILLBEDIR 0x00080000 /* new files will be dirs; allow trailing / */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_exclave_fs.c732 nd.ni_cnd.cn_flags |= WILLBEDIR; in create_exclave_dir()
H A Dvfs_lookup.c1774 …np->cn_flags & ISLASTCN) && (ndp->ni_flag & NAMEI_TRAILINGSLASH) && !(cnp->cn_flags & WILLBEDIR)) {
H A Dvfs_syscalls.c9547 tond->ni_cnd.cn_flags |= WILLBEDIR; in renameat_internal()
10337 nd.ni_cnd.cn_flags |= WILLBEDIR; in mkdir1at()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c2866 toni.ni_cnd.cn_flags |= WILLBEDIR; in nfsrv_rename()
3848 NDINIT(&ni, CREATE, OP_LINK, LOCKPARENT | WILLBEDIR, UIO_SYSSPACE, 0, ctx); in nfsrv_mkdir()