Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dxattr.h35 #define XATTR_NOFOLLOW 0x0001 /* Don't follow symbolic links */ macro
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c13167 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW; in getxattr()
13251 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fgetxattr()
13347 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW; in setxattr()
13400 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fsetxattr()
13481 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW; in removexattr()
13528 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fremovexattr()
13587 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW; in listxattr()
13629 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in flistxattr()