Searched refs:XATTR_NODEFAULT (Results 1 – 3 of 3) sorted by relevance
45 #define XATTR_NODEFAULT 0x0010 macro
171 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()
13278 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in getxattr()13366 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fgetxattr()13431 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in setxattr()13515 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fsetxattr()13585 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in removexattr()13643 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in fremovexattr()13698 if (uap->options & (XATTR_NOSECURITY | XATTR_NODEFAULT)) { in listxattr()13744 if (uap->options & (XATTR_NOFOLLOW | XATTR_NOSECURITY | XATTR_NODEFAULT | in flistxattr()