Home
last modified time | relevance | path

Searched defs:zap_stats (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h414 typedef struct zap_stats { struct
420 uint64_t zs_ptrtbl_len;
422 uint64_t zs_blocksize; /* size of zap blocks */
430 uint64_t zs_num_blocks;
437 uint64_t zs_ptrtbl_zt_blk; /* starting block number */
439 uint64_t zs_ptrtbl_zt_shift; /* bits to index it */
444 uint64_t zs_block_type; /* ZBT_HEADER */
445 uint64_t zs_magic; /* ZAP_MAGIC */
446 uint64_t zs_num_leafs; /* The number of leaf blocks */
462 uint64_t zs_leafs_with_2n_pointers[ZAP_HISTOGRAM_SIZE];
[all …]