Home
last modified time | relevance | path

Searched refs:zb_birth (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c107 (u_longlong_t)zep->zb_blkid, (u_longlong_t)zep->zb_birth); in errphys_to_name()
122 zep->zb_birth = zfs_strtonum(buf + 1, &buf); in name_to_errphys()
226 new->se_zep.zb_birth = birth; in spa_log_error()
270 int error = dsl_dataset_oldest_snapshot(spa, head_ds, zep->zb_birth, in find_top_affected_fs()
335 if (error == 0 && zep->zb_birth == latest_txg) { in check_filesystem()
381 while (snap_obj != 0 && zep->zb_birth < snap_obj_txg && in check_filesystem()
400 affected = (error == 0 && zep->zb_birth == blk_txg); in check_filesystem()
485 if (zep->zb_birth == 0 || head_ds == 0) { in process_error_block()
532 spa_remove_error(spa, &zb, zep->zb_birth); in process_error_block()
615 healed_zep.zb_birth = birth; in spa_add_healed_error()
[all …]
H A Ddsl_scan.c4047 if (error == 0 && zep->zb_birth == latest_txg) { in scrub_filesystem()
4100 while (snap_obj != 0 && zep->zb_birth < snap_obj_txg && in scrub_filesystem()
4123 affected = (error == 0 && zep->zb_birth == blk_txg) || in scrub_filesystem()
4124 (error != 0) || (zep->zb_birth == 0); in scrub_filesystem()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h315 uint64_t zb_birth; member