Searched refs:XATTR_REPLACE (Results 1 – 8 of 8) sorted by relevance
23 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */ macro
279 if ((flags & XATTR_REPLACE) && !val_size) { in ntfs_set_ea()284 if (flags & XATTR_REPLACE) { in ntfs_set_ea()882 flags = XATTR_REPLACE; in ntfs_set_acl_ex()904 XATTR_REPLACE, NULL); in ntfs_set_acl_ex()
165 if (flags & XATTR_REPLACE) in xfs_xattr_flags_to_op()
1188 if (error == -ENODATA && !(flags & XATTR_REPLACE)) in __gfs2_xattr_set()1197 if (flags & XATTR_REPLACE) in __gfs2_xattr_set()1225 if (!(flags & XATTR_REPLACE)) in __gfs2_xattr_set()
709 if (flags & XATTR_REPLACE) { in __jfs_setxattr()
1166 if (flags & XATTR_REPLACE) { in do_jffs2_setxattr()
605 else if (!xattr && (flags & XATTR_REPLACE)) in __set_xattr()
498 BUILD_BUG_ON(XATTR_REPLACE != SETXATTR4_REPLACE); in encode_setxattr()