Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dxattr.h51 #define XATTR_NOFOLLOW_ANY 0x0040 /* Don't follow any symbolic links in the path */ macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c13284 if (uap->options & XATTR_NOFOLLOW_ANY) { in getxattr()
13367 XATTR_NOFOLLOW_ANY)) { in fgetxattr()
13467 if (uap->options & XATTR_NOFOLLOW_ANY) { in setxattr()
13516 XATTR_NOFOLLOW_ANY)) { in fsetxattr()
13601 if (uap->options & XATTR_NOFOLLOW_ANY) { in removexattr()
13644 XATTR_NOFOLLOW_ANY)) { in fremovexattr()
13704 if (uap->options & XATTR_NOFOLLOW_ANY) { in listxattr()
13745 XATTR_NOFOLLOW_ANY)) { in flistxattr()