summaryrefslogtreecommitdiffstats
path: root/include/sys/zap.h
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2012-12-23 15:57:14 -0800
committerBrian Behlendorf <[email protected]>2013-01-08 10:35:43 -0800
commit753c38392ddff9d3cf140bb4d28f3bfba52c92d2 (patch)
tree628c9789ff88963dfdab65f37522640d13051dc8 /include/sys/zap.h
parent91579709fccd3e55a21970742b66c388fb1403db (diff)
Illumos #3104: eliminate empty bpobjs
3104 eliminate empty bpobjs Reviewed by: George Wilson <[email protected]> Reviewed by: Adam Leventhal <[email protected]> Reviewed by: Christopher Siden <[email protected]> Reviewed by: Garrett D'Amore <[email protected]> Approved by: Eric Schrock <[email protected]> References: illumos/illumos-gate@f17457368189aa911f774c38c1f21875a568bdca illumos changeset: 13782:8f78aae28a63 https://www.illumos.org/issues/3104 Ported-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/sys/zap.h')
-rw-r--r--include/sys/zap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/zap.h b/include/sys/zap.h
index 4d7b31559..092669c8b 100644
--- a/include/sys/zap.h
+++ b/include/sys/zap.h
@@ -300,6 +300,8 @@ int zap_increment_int(objset_t *os, uint64_t obj, uint64_t key, int64_t delta,
/* Here the key is an int and the value is a different int. */
int zap_add_int_key(objset_t *os, uint64_t obj,
uint64_t key, uint64_t value, dmu_tx_t *tx);
+int zap_update_int_key(objset_t *os, uint64_t obj,
+ uint64_t key, uint64_t value, dmu_tx_t *tx);
int zap_lookup_int_key(objset_t *os, uint64_t obj,
uint64_t key, uint64_t *valuep);