Home
last modified time | relevance | path

Searched refs:head_ds (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c161 static int get_head_ds(spa_t *spa, uint64_t dsobj, uint64_t *head_ds) in get_head_ds() argument
170 ASSERT(head_ds); in get_head_ds()
171 *head_ds = dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj; in get_head_ds()
266 find_top_affected_fs(spa_t *spa, uint64_t head_ds, zbookmark_err_phys_t *zep, in find_top_affected_fs() argument
270 int error = dsl_dataset_oldest_snapshot(spa, head_ds, zep->zb_birth, in find_top_affected_fs()
314 check_filesystem(spa_t *spa, uint64_t head_ds, zbookmark_err_phys_t *zep, in check_filesystem() argument
320 int error = dsl_dataset_hold_obj_flags(dp, head_ds, in check_filesystem()
338 zep_to_zb(head_ds, zep, &zb); in check_filesystem()
389 if (dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj != head_ds) { in check_filesystem()
475 process_error_block(spa_t *spa, uint64_t head_ds, zbookmark_err_phys_t *zep, in process_error_block() argument
[all …]
H A Ddsl_scan.c4260 uint64_t head_ds; in dsl_errorscrub_sync() local
4261 name_to_object(za->za_name, &head_ds); in dsl_errorscrub_sync()
4281 head_ds, &head_ds_block, &top_affected_fs); in dsl_errorscrub_sync()
H A Ddsl_dataset.c4996 dsl_dataset_oldest_snapshot(spa_t *spa, uint64_t head_ds, uint64_t min_txg, in dsl_dataset_oldest_snapshot() argument
5002 int error = dsl_dataset_hold_obj(dp, head_ds, FTAG, &ds); in dsl_dataset_oldest_snapshot()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_dataset.h503 int dsl_dataset_oldest_snapshot(spa_t *spa, uint64_t head_ds, uint64_t min_txg,
H A Dspa.h1202 extern int find_top_affected_fs(spa_t *spa, uint64_t head_ds,