Searched defs:zdb_cb (Results 1 – 1 of 1) sorted by relevance
5614 typedef struct zdb_cb { struct5615 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];5616 uint64_t zcb_removing_size;5617 uint64_t zcb_checkpoint_size;5618 uint64_t zcb_dedup_asize;5619 uint64_t zcb_dedup_blocks;5620 uint64_t zcb_clone_asize;5644 } zdb_cb_t; argument