Home
last modified time | relevance | path

Searched refs:blk_birth (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/zfs/
H A Dspa.h151 uint64_t blk_birth; /* transaction group at birth */ member
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; \
/openbmc/u-boot/fs/zfs/
H A Dzfs.c480 dva_get_offset(dva, endian), bp->blk_birth, 0); in zio_read_gang()
491 if (zio_gb->zg_blkptr[i].blk_birth == 0) in zio_read_gang()