summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2017-05-01 11:06:07 -0700
committerBrian Behlendorf <[email protected]>2017-07-07 11:28:01 -0700
commita896468c7872dc7277fd0171c65bd2c185bfcaab (patch)
tree2b1717330a458554d736de028bb4e299eec2d438 /include
parentc34efbebd577644674a7cf543b3e0540c9f0fa9f (diff)
OpenZFS 8067 - zdb should be able to dump literal embedded block pointer
Authored by: Matthew Ahrens <[email protected]> Reviewed by: George Wilson <[email protected]> Reviewed by: Alex Reece <[email protected]> Reviewed by: Yuri Pankov <[email protected]> Approved by: Robert Mustacchi <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Ported-by: Giuseppe Di Natale <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/8067 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/8173085 Closes #6319
Diffstat (limited to 'include')
-rw-r--r--include/sys/blkptr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/blkptr.h b/include/sys/blkptr.h
index b720482a7..77b1b827a 100644
--- a/include/sys/blkptr.h
+++ b/include/sys/blkptr.h
@@ -30,6 +30,7 @@ extern "C" {
void encode_embedded_bp_compressed(blkptr_t *, void *,
enum zio_compress, int, int);
void decode_embedded_bp_compressed(const blkptr_t *, void *);
+int decode_embedded_bp(const blkptr_t *, void *, int);
#ifdef __cplusplus
}