Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dxattr.h45 #define XATTR_NODEFAULT 0x0010 macro
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_xattr.c166 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_getxattr()
253 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_setxattr()
305 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_removexattr()
369 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_listxattr()
H A Dvfs_syscalls.c12234 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in getxattr()
12318 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fgetxattr()
12382 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in setxattr()
12455 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fsetxattr()
12519 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in removexattr()
12566 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fremovexattr()
12616 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in listxattr()
12658 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in flistxattr()