Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzap_impl.h118 struct zap_table_phys { struct
119 uint64_t zt_blk; /* starting block number */
120 uint64_t zt_numblks; /* number of blocks */
121 uint64_t zt_shift; /* bits to index it */
122 uint64_t zt_nextblk; /* next (larger) copy start block */
123 uint64_t zt_blks_copied; /* number source blocks copied */
/freebsd-9-stable/sys/cddl/boot/zfs/
Dzfsimpl.h1067 struct zap_table_phys { struct
1068 uint64_t zt_blk; /* starting block number */
1069 uint64_t zt_numblks; /* number of blocks */
1070 uint64_t zt_shift; /* bits to index it */
1071 uint64_t zt_nextblk; /* next (larger) copy start block */
1072 uint64_t zt_blks_copied; /* number source blocks copied */