Searched refs:blk_pad (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h168 uint64_t blk_pad[2]; /* Extra space for the future */ member in struct:blkptr
297 (bp)->blk_pad[0] = 0; \
298 (bp)->blk_pad[1] = 0; \
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h331 uint64_t blk_pad[2]; /* Extra space for the future */ member in struct:blkptr
504 (bp)->blk_pad[0] = 0; \
505 (bp)->blk_pad[1] = 0; \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h319 uint64_t blk_pad[2]; /* Extra space for the future */ member in struct:blkptr
437 (bp)->blk_pad[0] = 0; \
438 (bp)->blk_pad[1] = 0; \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c803 ASSERT0(bp->blk_pad[0]);
804 ASSERT0(bp->blk_pad[1]);
H A Dzio.c3507 ASSERT(bp->blk_pad[0] == 0);
3508 ASSERT(bp->blk_pad[1] == 0);

Completed in 91 milliseconds