Searched refs:XATTR_NODEFAULT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h45 #define XATTR_NODEFAULT 0x0010 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c147 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) {
233 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) {
281 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) {
340 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) {
H A Dvfs_syscalls.c6464 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT))
6516 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6569 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT))
6621 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6673 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT))
6716 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))
6764 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT))
6806 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT))

Completed in 50 milliseconds