Searched refs:XATTR_REPLACE (Results 1 – 2 of 2) sorted by relevance
39 #define XATTR_REPLACE 0x0004 /* set the value, fail if attr does not exist */ macro
188 if ((options & (XATTR_REPLACE | XATTR_CREATE)) == (XATTR_REPLACE | XATTR_CREATE)) { in vn_setxattr()234 if (options & XATTR_REPLACE && !(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()1812 if (options & XATTR_REPLACE) { in default_setxattr()1871 if (options & XATTR_REPLACE) { in default_setxattr()1970 options &= ~XATTR_REPLACE; in default_setxattr()1980 if (options & XATTR_REPLACE) { in default_setxattr()