HomeSort by relevance Sort by last modified time
    Searched defs:BP_IS_HOLE (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/grub/grub-0.95/stage2/zfs-include/
spa.h 185 (BP_IS_HOLE(bp) ? 0 : \
251 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0)
252 #define BP_IS_OLDER(bp, txg) (!BP_IS_HOLE(bp) && (bp)->blk_birth < (txg))
  /netvirt/usr/src/uts/common/fs/zfs/sys/
spa.h 209 (BP_IS_HOLE(bp) ? 0 : \
275 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0)
276 #define BP_IS_OLDER(bp, txg) (!BP_IS_HOLE(bp) && (bp)->blk_birth < (txg))

Completed in 240 milliseconds