Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dnamei.h146 #define NAMEI_NOFOLLOW_ANY 0x1000 /* no symlinks allowed in the path */ macro
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_syscalls.c310 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in kernel_mount()
898 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in __mac_mount()
1442 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in mount_common()
2741 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in unmount()
6206 nofollow_any = NAMEI_NOFOLLOW_ANY; in unlinkat_internal()
7028 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in faccessat_internal()
7132 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in fstatat_internal()
7832 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in chmodat()
8139 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in fchownat_internal()
8839 tondp->ni_flag |= NAMEI_NOFOLLOW_ANY; in clonefile_internal()
[all …]
H A Dvfs_vnops.c449 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
571 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vn_open_auth()
H A Dvfs_lookup.c424 if (ndp->ni_flag & NAMEI_NOFOLLOW_ANY || (resolve_flags & RESOLVE_NOFOLLOW_ANY)) { in namei()
H A Dvfs_attrlist.c3486 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in getattrlistat_internal()
4812 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in setattrlist()
4857 nd.ni_flag |= NAMEI_NOFOLLOW_ANY; in setattrlistat()
H A Dvfs_subr.c7733 ndp->ni_flag |= NAMEI_NOFOLLOW_ANY; in vnode_lookupat()