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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h282 #define BP_IS_HOLE(bp) DVA_IS_EMPTY(BP_IDENTITY(bp)) macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h324 * done through the BP_IS_HOLE macro. For holes, the logical size, level,
488 #define BP_IS_HOLE(bp) \ macro
536 } else if (BP_IS_HOLE(bp)) { \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h425 #define BP_IS_HOLE(bp) DVA_IS_EMPTY(BP_IDENTITY(bp)) macro
426 #define BP_IS_OLDER(bp, txg) (!BP_IS_HOLE(bp) && (bp)->blk_birth < (txg))

Completed in 54 milliseconds