Home
last modified time | relevance | path

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

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