Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/ !
H A Dnamei.h146 #define NAMEI_NOFOLLOW_ANY 0x1000 /* no symlinks allowed in the path */ macro
/xnu-10063.101.15/bsd/vfs/ !
H A Dvfs_vnops.c443 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
565 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
H A Dvfs_lookup.c339 if (ndp->ni_flag & NAMEI_NOFOLLOW_ANY) { in namei()
H A Dvfs_syscalls.c849 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in __mac_mount()
6013 nofollow_any = NAMEI_NOFOLLOW_ANY; in unlinkat_internal()
6811 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in faccessat_internal()
6915 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in fstatat_internal()
7615 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in chmodat()
7922 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in fchownat_internal()
8952 nofollow_any = NAMEI_NOFOLLOW_ANY; in renameat_internal()
9901 nofollow_any = NAMEI_NOFOLLOW_ANY; in rmdirat_internal()
H A Dvfs_attrlist.c3427 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in getattrlistat_internal()
4749 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in setattrlist()
4794 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in setattrlistat()