Home
last modified time | relevance | path

Searched refs:XATTR_NOFOLLOW_ANY (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dxattr.h51 #define XATTR_NOFOLLOW_ANY 0x0040 /* Don't follow any symbolic links in the path */ macro
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c13169 if (uap->options & XATTR_NOFOLLOW_ANY) { in getxattr()
13252 XATTR_NOFOLLOW_ANY)) { in fgetxattr()
13352 if (uap->options & XATTR_NOFOLLOW_ANY) { in setxattr()
13401 XATTR_NOFOLLOW_ANY)) { in fsetxattr()
13486 if (uap->options & XATTR_NOFOLLOW_ANY) { in removexattr()
13529 XATTR_NOFOLLOW_ANY)) { in fremovexattr()
13589 if (uap->options & XATTR_NOFOLLOW_ANY) { in listxattr()
13630 XATTR_NOFOLLOW_ANY)) { in flistxattr()