Searched refs:XATTR_NODEFAULT (Results 1 – 3 of 3) sorted by relevance
45 #define XATTR_NODEFAULT 0x0010 macro
160 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()
13107 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in getxattr()13191 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fgetxattr()13255 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in setxattr()13335 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fsetxattr()13404 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in removexattr()13458 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in fremovexattr()13512 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in listxattr()13554 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT)) { in flistxattr()