Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dxattr.h51 #define XATTR_NOFOLLOW_ANY 0x0040 /* Don't follow any symbolic links in the path */ macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_syscalls.c13283 if (uap->options & XATTR_NOFOLLOW_ANY) { in getxattr()
13366 XATTR_NOFOLLOW_ANY)) { in fgetxattr()
13466 if (uap->options & XATTR_NOFOLLOW_ANY) { in setxattr()
13515 XATTR_NOFOLLOW_ANY)) { in fsetxattr()
13600 if (uap->options & XATTR_NOFOLLOW_ANY) { in removexattr()
13643 XATTR_NOFOLLOW_ANY)) { in fremovexattr()
13703 if (uap->options & XATTR_NOFOLLOW_ANY) { in listxattr()
13744 XATTR_NOFOLLOW_ANY)) { in flistxattr()