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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h35 #define XATTR_NOFOLLOW 0x0001 /* Don't follow symbolic links */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6467 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW;
6516 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6581 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW;
6621 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6682 nameiflags = (uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW;
6716 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6767 nameiflags = ((uap->options & XATTR_NOFOLLOW) ? 0 : FOLLOW) | NOTRIGGER;
6806 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))

Completed in 50 milliseconds