Searched refs:blk_birth (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dspa.h173 grub_uint64_t blk_birth; /* transaction group at birth */ member in struct:blkptr
222 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
226 (bp)->blk_birth = (logical); \
276 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0)
294 (bp)->blk_birth = 0; \
/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h177 uint64_t blk_birth; /* transaction group at birth */ member in struct:blkptr
263 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
267 (bp)->blk_birth = (logical); \
317 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0)
335 (bp)->blk_birth = 0; \
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c340 if (zio_gb->zg_blkptr[i].blk_birth == 0)
366 if (zio_read_gang(bp->blk_birth, dva, buf, stack) == 0)
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c1914 dva_get_offset (dva, endian), bp->blk_birth, 0);
1927 if (zio_gb->zg_blkptr[i].blk_birth == 0)
2076 if (data->subvol.keyring[i].txg <= grub_zfs_to_cpu64 (bp->blk_birth,
2088 grub_zfs_to_cpu64 (bp->blk_birth,
2096 grub_zfs_to_cpu64 (bp->blk_birth,

Completed in 29 milliseconds