Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dxattr.h51 #define XATTR_NOFOLLOW_ANY 0x0040 /* Don't follow any symbolic links in the path */ macro
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c13333 if (uap->options & XATTR_NOFOLLOW_ANY) { in getxattr()
13416 XATTR_NOFOLLOW_ANY)) { in fgetxattr()
13516 if (uap->options & XATTR_NOFOLLOW_ANY) { in setxattr()
13565 XATTR_NOFOLLOW_ANY)) { in fsetxattr()
13650 if (uap->options & XATTR_NOFOLLOW_ANY) { in removexattr()
13693 XATTR_NOFOLLOW_ANY)) { in fremovexattr()
13753 if (uap->options & XATTR_NOFOLLOW_ANY) { in listxattr()
13794 XATTR_NOFOLLOW_ANY)) { in flistxattr()