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

  /external/u-boot/include/zfs/
spa.h 151 uint64_t blk_birth; /* transaction group at birth */ member in struct:blkptr
200 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
204 (bp)->blk_birth = (logical); \
254 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0)
272 (bp)->blk_birth = 0; \
  /external/u-boot/fs/zfs/
zfs.c 480 dva_get_offset(dva, endian), bp->blk_birth, 0);
491 if (zio_gb->zg_blkptr[i].blk_birth == 0)
    [all...]

Completed in 1022 milliseconds