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

  /netvirt/usr/src/grub/grub-0.95/stage2/zfs-include/
spa.h 154 uint64_t blk_birth; /* transaction group at birth */ member in struct:blkptr
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))
266 (bp)->blk_birth = 0; \
  /netvirt/usr/src/uts/common/fs/zfs/sys/
spa.h 178 uint64_t blk_birth; /* transaction group at birth */ member in struct:blkptr
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))
286 (bp)->blk_birth = 0; \

Completed in 120 milliseconds