Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dxattr.h45 #define XATTR_NODEFAULT 0x0010 macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_xattr.c171 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_getxattr()
258 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_setxattr()
310 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_removexattr()
374 if (error == ENOTSUP && !(options & XATTR_NODEFAULT)) { in vn_listxattr()
H A Dvfs_syscalls.c13277 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in getxattr()
13365 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fgetxattr()
13430 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in setxattr()
13514 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fsetxattr()
13584 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in removexattr()
13642 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fremovexattr()
13697 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in listxattr()
13743 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in flistxattr()