Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dxattr.h45 #define XATTR_NODEFAULT 0x0010 macro
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c160 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_getxattr()
247 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_setxattr()
299 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_removexattr()
363 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_listxattr()
H A Dvfs_syscalls.c13042 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in getxattr()
13126 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fgetxattr()
13190 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in setxattr()
13270 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fsetxattr()
13339 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in removexattr()
13393 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fremovexattr()
13447 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in listxattr()
13489 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in flistxattr()