Searched defs:zdb_cb (Results 1 – 1 of 1) sorted by relevance
5730 typedef struct zdb_cb { struct5731 zdb_blkstats_t zcb_type[ZB_TOTAL + 1][ZDB_OT_TOTAL + 1];5732 uint64_t zcb_removing_size;5733 uint64_t zcb_checkpoint_size;5734 uint64_t zcb_dedup_asize;5735 uint64_t zcb_dedup_blocks;5736 uint64_t zcb_clone_asize;5760 } zdb_cb_t; argument