Lines Matching refs:zb_birth
108 (u_longlong_t)zep->zb_blkid, (u_longlong_t)zep->zb_birth); in errphys_to_name()
123 zep->zb_birth = zfs_strtonum(buf + 1, &buf); in name_to_errphys()
227 new->se_zep.zb_birth = birth; in spa_log_error()
271 int error = dsl_dataset_oldest_snapshot(spa, head_ds, zep->zb_birth, in find_top_affected_fs()
336 if (error == 0 && zep->zb_birth == latest_txg) { in check_filesystem()
382 while (snap_obj != 0 && zep->zb_birth < snap_obj_txg && in check_filesystem()
401 affected = (error == 0 && zep->zb_birth == blk_txg); in check_filesystem()
486 if (zep->zb_birth == 0 || head_ds == 0) { in process_error_block()
533 spa_remove_error(spa, &zb, zep->zb_birth); in process_error_block()
616 healed_zep.zb_birth = birth; in spa_add_healed_error()
843 zep.zb_birth = 0; in sync_upgrade_errlog()
888 zep.zb_birth = BP_GET_LOGICAL_BIRTH(&bp); in sync_upgrade_errlog()
1196 zep.zb_birth = se->se_zep.zb_birth; in sync_error_list()
1453 if (err_block.zb_birth < txg) { in swap_errlog()