Searched refs:XATTR_CREATE (Results 1 – 3 of 3) 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()1786 if ((options & (XATTR_CREATE | XATTR_REPLACE)) == 0 && in default_setxattr()1814 if (options & XATTR_CREATE) { in default_setxattr()1872 if (options & XATTR_CREATE) { in default_setxattr()1941 if (options & XATTR_CREATE) { in default_setxattr()
8705 if ((options & XATTR_CREATE) && (options & XATTR_REPLACE)) { in nfs4_vnop_setxattr()8743 if (empty && !(options & (XATTR_CREATE | XATTR_REPLACE))) { in nfs4_vnop_setxattr()8765 if (options & XATTR_CREATE) { in nfs4_vnop_setxattr()