Searched refs:find_birth_txg (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_errlog.c | 234 find_birth_txg(dsl_dataset_t *ds, zbookmark_err_phys_t *zep, in find_birth_txg() function 328 error = find_birth_txg(ds, zep, &latest_txg); in check_filesystem() 399 error = find_birth_txg(ds, zep, &blk_txg); in check_filesystem() 1489 EXPORT_SYMBOL(find_birth_txg);
|
H A D | dsl_scan.c | 4036 error = find_birth_txg(ds, zep, &latest_txg); in scrub_filesystem() 4114 error = find_birth_txg(ds, zep, &blk_txg); in scrub_filesystem()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | spa.h | 1204 extern int find_birth_txg(struct dsl_dataset *ds, zbookmark_err_phys_t *zep,
|