void rados_write_op_assert_exists(rados_write_op_t write_op);
/**
- * Ensure that given xattr satisfies comparison
+ * Ensure that given xattr satisfies comparison.
+ * If the comparison is not satisfied, the return code of the
+ * operation will be -ECANCELED
* @param write_op operation to add this action to
* @param name name of the xattr to look up
* @param comparison_operator currently undocumented, look for
/**
* Ensure that the an xattr satisfies a comparison
+ * If the comparison is not satisfied, the return code of the
+ * operation will be -ECANCELED
* @param read_op operation to add this action to
* @param name name of the xattr to look up
* @param comparison_operator currently undocumented, look for