Searched defs:blkptr_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h154 * E blkptr_t contains embedded data
162 #define SPA_BLKPTRSHIFT 7 /* blkptr_t is 128 bytes */
173 } blkptr_t; typedef in typeref:struct:blkptr
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h109 * Note that although the LSIZE field of the blkptr_t can store sizes up
214 * E blkptr_t contains embedded data (see below)
224 * "Embedded" blkptr_t's don't actually point to a block, instead they
225 * have a data payload embedded in the blkptr_t itself. See the comment
228 * The blkptr_t is laid out as follows:
316 #define SPA_BLKPTRSHIFT 7 /* blkptr_t is 128 bytes */
323 * blkptr_t structure by zeroed blk_dva. Correct checking for holes is
336 } blkptr_t; typedef in typeref:struct:blkptr
765 extern blkptr_t *spa_get_rootblkptr(spa_t *spa);
766 extern void spa_set_rootblkptr(spa_t *spa, const blkptr_t *b
[all...]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h211 * E blkptr_t contains embedded data (see below)
221 * "Embedded" blkptr_t's don't actually point to a block, instead they
222 * have a data payload embedded in the blkptr_t itself. See the comment
225 * The blkptr_t is laid out as follows:
313 #define SPA_BLKPTRSHIFT 7 /* blkptr_t is 128 bytes */
324 } blkptr_t; typedef in typeref:struct:blkptr
466 sizeof (zio_eck_t)) / sizeof (blkptr_t))
469 (SPA_GBH_NBLKPTRS * sizeof (blkptr_t))) /\
473 blkptr_t zg_blkptr[SPA_GBH_NBLKPTRS];
840 blkptr_t ub_rootb
[all...]

Completed in 78 milliseconds