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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Duberblock.c61 return (ub->ub_rootbp.blk_birth == txg);
H A Dbpobj.c482 stored_bp.blk_birth = bp->blk_birth;
536 if (bp->blk_birth > sra->mintxg && bp->blk_birth <= sra->maxtxg) {
567 * mintxg < blk_birth <= maxtxg
H A Ddsl_destroy.c151 if (bp->blk_birth <= dsl_dataset_phys(poa->ds)->ds_prev_snap_txg) {
154 bp->blk_birth >
250 ASSERT3U(dsl_dataset_phys(ds)->ds_bp.blk_birth, <=, tx->tx_txg);
572 ASSERT3U(bp->blk_birth, >,
726 ASSERT3U(dsl_dataset_phys(ds)->ds_bp.blk_birth, <=, tx->tx_txg);
H A Ddmu_traverse.c90 if (claim_txg == 0 && bp->blk_birth >= spa_first_txg(td->td_spa))
114 if (claim_txg == 0 || bp->blk_birth < claim_txg)
201 if (BP_IS_HOLE(bp) || bp->blk_birth <= td->td_min_txg)
241 if (bp->blk_birth == 0) {
269 } else if (bp->blk_birth <= td->td_min_txg) {
H A Ddsl_scan.c510 if (BP_IS_HOLE(bp) || bp->blk_birth <= scn->scn_phys.scn_cur_min_txg)
519 if (claim_txg == 0 && bp->blk_birth >= spa_first_txg(dp->dp_spa))
543 bp->blk_birth <= scn->scn_phys.scn_cur_min_txg)
551 if (claim_txg == 0 || bp->blk_birth < claim_txg)
595 if (BP_IS_HOLE(bp) || bp->blk_birth <= scn->scn_phys.scn_min_txg ||
804 if (bp->blk_birth <= scn->scn_phys.scn_cur_min_txg)
H A Ddmu_tx.c208 dsl_dataset_block_freeable(ds, bp, bp->blk_birth)));
419 dn->dn_dbuf->db_blkptr, dn->dn_dbuf->db_blkptr->blk_birth)) {
499 if (dsl_dataset_block_freeable(ds, bp, bp->blk_birth)) {
573 bp[i].blk_birth)) {
792 bp, bp->blk_birth)) {
1639 bp, bp->blk_birth)) {
H A Dzio.c768 * Note: it would be nice to verify that the blk_birth and
996 ASSERT3U(spa->spa_uberblock.ub_rootbp.blk_birth, <, spa_first_txg(spa));
1267 ASSERT(bp->blk_birth != zio->io_txg);
1349 if (!BP_IS_HOLE(bp) && bp->blk_birth == zio->io_txg) {
1388 bp->blk_birth = zio->io_txg;
1434 if (!BP_IS_HOLE(bp) && bp->blk_birth == zio->io_txg &&
1447 if (zio->io_bp_orig.blk_birth != 0 &&
2716 ASSERT(bp->blk_birth == txg);
2934 ASSERT(bp->blk_birth == zio->io_txg || BP_IS_HOLE(bp));
2938 metaslab_free(zio->io_spa, bp, bp->blk_birth, B_TRU
[all...]
H A Dzil.c399 if (BP_IS_HOLE(bp) || bp->blk_birth < first_txg ||
425 if (lr->lr_blkptr.blk_birth >= first_txg &&
450 bp->blk_birth >= claim_txg && zil_bp_tree_add(zilog, bp) == 0 &&
1031 ASSERT3U(bp->blk_birth, ==, txg);
H A Ddsl_dataset.c137 ASSERT3U(bp->blk_birth, >, dsl_dataset_phys(ds)->ds_prev_snap_txg);
174 ASSERT(bp->blk_birth <= tx->tx_txg);
187 if (bp->blk_birth > dsl_dataset_phys(ds)->ds_prev_snap_txg) {
220 /* if (bp->blk_birth > prev prev snap txg) prev unique += bs */
222 ds->ds_object && bp->blk_birth >
229 if (bp->blk_birth > ds->ds_dir->dd_origin_txg) {
271 uint64_t blk_birth)
273 if (blk_birth <= dsl_dataset_prev_snap_txg(ds) ||
2082 birth = dsl_dataset_get_blkptr(ds)->blk_birth;
270 dsl_dataset_block_freeable(dsl_dataset_t *ds, const blkptr_t *bp, uint64_t blk_birth) argument
H A Ddbuf.c983 db->db_blkptr->blk_birth != 0) {
998 BP_SET_BIRTH(bp, db->db_blkptr->blk_birth, 0);
1349 birth_txg = db->db_blkptr->blk_birth;
1975 dl->dr_overridden_by.blk_birth = db->db_last_dirty->dr_txg;
2901 db->db_blkptr, db->db_blkptr->blk_birth);
3217 if (bp->blk_birth != 0) {
3534 ASSERT3U(db->db_blkptr->blk_birth, <=, txg);
H A Ddsl_deadlist.c235 dle_tofind.dle_mintxg = bp->blk_birth;
H A Ddsl_pool.c820 ASSERT0(dsl_dataset_phys(prev)->ds_bp.blk_birth);
H A Ddnode.c1902 db->db_blkptr->blk_birth <= txg ||
1939 (hole || bp[i].blk_birth > txg))
H A Dmetaslab.c3376 ASSERT(bp->blk_birth == 0);
3430 ASSERT(!now || bp->blk_birth >= spa_syncing_txg(spa));
H A Ddmu.c1704 dr->dt.dl.dr_overridden_by.blk_birth == 0)
1734 ASSERT(zio->io_bp->blk_birth == zio->io_txg);
H A Dspa.c1923 if (spa->spa_claim_max_txg < zio->io_bp->blk_birth)
1924 spa->spa_claim_max_txg = zio->io_bp->blk_birth;
7000 spa->spa_uberblock.ub_rootbp.blk_birth);
7012 if (spa->spa_uberblock.ub_rootbp.blk_birth < txg &&
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h330 ((wp) != &(bp)->blk_prop && (wp) != &(bp)->blk_birth)
349 uint64_t blk_birth; /* transaction group at birth */ member in struct:blkptr
426 (bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth)
431 (bp)->blk_birth = (logical); \
465 (bp1)->blk_birth == (bp2)->blk_birth && \
523 (bp)->blk_birth = 0; \
559 (u_longlong_t)bp->blk_birth); \
570 (u_longlong_t)bp->blk_birth); \
602 (u_longlong_t)bp->blk_birth, \
[all...]
H A Ddsl_dataset.h284 uint64_t blk_birth);
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb_il.c140 bp->blk_birth >= spa_first_txg(zilog->zl_spa) ?
151 if (bp->blk_birth < zilog->zl_header->zh_claim_txg) {
327 else if (bp->blk_birth >= spa_first_txg(zilog->zl_spa))
H A Dzdb.c1207 (u_longlong_t)bp->blk_birth);
1224 (u_longlong_t)bp->blk_birth);
1232 (u_longlong_t)bp->blk_birth,
1271 if (bp->blk_birth == 0)
1445 if (bp->blk_birth != 0) {
1483 ASSERT(bp->blk_birth != 0);
2457 if (dump_opt['b'] >= 5 && bp->blk_birth > 0) {

Completed in 344 milliseconds