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
188 if ((options & (XATTR_REPLACE | XATTR_CREATE)) == (XATTR_REPLACE | XATTR_CREATE)) { in vn_setxattr()230 if (options & XATTR_CREATE && (native || dufile)) { in vn_setxattr()242 options &= ~(XATTR_CREATE | XATTR_REPLACE); in vn_setxattr()1778 if ((options & (XATTR_CREATE | XATTR_REPLACE)) == 0 && in default_setxattr()1806 if (options & XATTR_CREATE) { in default_setxattr()1864 if (options & XATTR_CREATE) { in default_setxattr()1933 if (options & XATTR_CREATE) { in default_setxattr()