Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap.h408 typedef struct zap_stats { struct
414 uint64_t zs_ptrtbl_len;
416 uint64_t zs_blocksize; /* size of zap blocks */
424 uint64_t zs_num_blocks;
429 uint64_t zs_ptrtbl_nextblk; /* next (larger) copy start block */
430 uint64_t zs_ptrtbl_blks_copied; /* number source blocks copied */
431 uint64_t zs_ptrtbl_zt_blk; /* starting block number */
432 uint64_t zs_ptrtbl_zt_numblks; /* number of blocks */
433 uint64_t zs_ptrtbl_zt_shift; /* bits to index it */
438 uint64_t zs_block_type; /* ZBT_HEADER */
[all …]