Searched defs:zdb_cb (Results 1 – 1 of 1) sorted by relevance
5686 typedef struct zdb_cb { struct5687 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];5688 uint64_t zcb_removing_size;5689 uint64_t zcb_checkpoint_size;5690 uint64_t zcb_dedup_asize;5691 uint64_t zcb_dedup_blocks;5692 uint64_t zcb_clone_asize;5716 } zdb_cb_t; argument