Searched defs:zdb_cb (Results 1 – 1 of 1) sorted by relevance
5611 typedef struct zdb_cb { struct5612 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];5613 uint64_t zcb_removing_size;5614 uint64_t zcb_checkpoint_size;5615 uint64_t zcb_dedup_asize;5616 uint64_t zcb_dedup_blocks;5617 uint64_t zcb_clone_asize;5641 } zdb_cb_t; argument