Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dnamei.h148 #define NAMEI_NOFOLLOW_ANY 0x1000 /* no symlinks allowed in the path */ macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_vnops.c441 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
561 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
H A Dvfs_lookup.c346 if (ndp->ni_flag & NAMEI_NOFOLLOW_ANY) { in namei()
H A Dvfs_attrlist.c3394 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in getattrlistat_internal()
4716 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in setattrlist()
4761 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in setattrlistat()
H A Dvfs_syscalls.c862 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in __mac_mount()
6809 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in faccessat_internal()
6912 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in fstatat_internal()
7609 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in chmodat()
7863 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in fchownat_internal()
8984 nofollow_any = NAMEI_NOFOLLOW_ANY; in renameat_internal()