Searched refs:zbookmark_err_phys_t (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 94 errphys_to_name(zbookmark_err_phys_t *zep, char *buf, size_t len) in errphys_to_name() 105 name_to_errphys(char *buf, zbookmark_err_phys_t *zep) in name_to_errphys() 134 zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, zbookmark_phys_t *zb) in zep_to_zb() 225 find_birth_txg(dsl_dataset_t *ds, zbookmark_err_phys_t *zep, in find_birth_txg() 257 find_top_affected_fs(spa_t *spa, uint64_t head_ds, zbookmark_err_phys_t *zep, in find_top_affected_fs() 305 check_filesystem(spa_t *spa, uint64_t head_ds, zbookmark_err_phys_t *zep, in check_filesystem() 466 process_error_block(spa_t *spa, uint64_t head_ds, zbookmark_err_phys_t *zep, in process_error_block() 602 zbookmark_err_phys_t healed_zep; in spa_add_healed_error() 829 zbookmark_err_phys_t zep; in sync_upgrade_errlog() 1000 zbookmark_err_phys_t head_ds_block; in process_error_log() [all …]
|
| H A D | dsl_scan.c | 4208 scrub_filesystem(spa_t *spa, uint64_t fs, zbookmark_err_phys_t *zep, in scrub_filesystem() 4438 zbookmark_err_phys_t head_ds_block; in dsl_errorscrub_sync()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 59 typedef struct zbookmark_err_phys zbookmark_err_phys_t; typedef 1235 zbookmark_err_phys_t *zep, uint64_t *top_affected_fs); 1236 extern int find_birth_txg(struct dsl_dataset *ds, zbookmark_err_phys_t *zep, 1238 extern void zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, 1240 extern void name_to_errphys(char *buf, zbookmark_err_phys_t *zep);
|
| H A D | spa_impl.h | 67 zbookmark_err_phys_t se_zep; /* not accounted in avl_find */
|