Lines Matching defs:zap_stats
389 typedef struct zap_stats { struct
395 uint64_t zs_ptrtbl_len;
397 uint64_t zs_blocksize; /* size of zap blocks */
405 uint64_t zs_num_blocks;
410 uint64_t zs_ptrtbl_nextblk; /* next (larger) copy start block */
411 uint64_t zs_ptrtbl_blks_copied; /* number source blocks copied */
412 uint64_t zs_ptrtbl_zt_blk; /* starting block number */
413 uint64_t zs_ptrtbl_zt_numblks; /* number of blocks */
414 uint64_t zs_ptrtbl_zt_shift; /* bits to index it */
419 uint64_t zs_block_type; /* ZBT_HEADER */
420 uint64_t zs_magic; /* ZAP_MAGIC */
421 uint64_t zs_num_leafs; /* The number of leaf blocks */
422 uint64_t zs_num_entries; /* The number of zap entries */
423 uint64_t zs_salt; /* salt to stir into hash function */
437 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE];
468 } zap_stats_t; argument