xfs_attr_change
error = xfs_attr_change(&args, XFS_ATTRUPDATE_UPSERT);
error = xfs_attr_change(&args, XFS_ATTRUPDATE_REMOVE);
error = xfs_attr_change(&args, xfs_xattr_flags(flags, args.value));
error = xfs_attr_change(&args, XFS_ATTRUPDATE_UPSERT);
error = xfs_attr_change(&args, xfs_xattr_flags_to_op(flags, value));
int xfs_attr_change(struct xfs_da_args *args, enum xfs_attr_update op);