Searched refs:XATTR_CREATE (Results 1 – 2 of 2) sorted by relevance
38 #define XATTR_CREATE 0x0002 /* set the value, fail if attr already exists */ macro
194 if ((options & (XATTR_REPLACE | XATTR_CREATE)) == (XATTR_REPLACE | XATTR_CREATE)) { in vn_setxattr()236 if (options & XATTR_CREATE && (native || dufile)) { in vn_setxattr()248 options &= ~(XATTR_CREATE | XATTR_REPLACE); in vn_setxattr()1784 if ((options & (XATTR_CREATE | XATTR_REPLACE)) == 0 && in default_setxattr()1812 if (options & XATTR_CREATE) { in default_setxattr()1870 if (options & XATTR_CREATE) { in default_setxattr()1939 if (options & XATTR_CREATE) { in default_setxattr()