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

  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
spa.h 164 uint64_t blk_birth; /* transaction group at birth */ member in struct:blkptr
223 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
227 (bp)->blk_birth = (logical); \
277 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0)
291 (bp)->blk_birth = 0; \
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
spa.h 192 uint64_t blk_birth; /* transaction group at birth */ member in struct:blkptr
251 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
255 (bp)->blk_birth = (logical); \
305 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0)
319 (bp)->blk_birth = 0; \
386 (u_longlong_t)bp->blk_birth, \

Completed in 120 milliseconds