Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dxattr.h35 #define XATTR_NOFOLLOW 0x0001 /* Don't follow symbolic links */ macro
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c12823 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW; in getxattr()
12903 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fgetxattr()
12998 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW; in setxattr()
13047 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fsetxattr()
13127 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW; in removexattr()
13170 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fremovexattr()
13228 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW; in listxattr()
13266 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in flistxattr()