Home
last modified time | relevance | path

Searched refs:dp_root_dir (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c185 dsl_dir_phys(dp->dp_root_dir)->dd_child_dir_zapobj, in dsl_pool_open_special_dir()
285 NULL, dp, &dp->dp_root_dir); in dsl_pool_open()
395 if (dp->dp_root_dir != NULL) in dsl_pool_close()
396 dsl_dir_rele(dp->dp_root_dir, dp); in dsl_pool_close()
507 NULL, dp, &dp->dp_root_dir)); in dsl_pool_create()
510 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, MOS_DIR_NAME, tx); in dsl_pool_create()
516 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, in dsl_pool_create()
544 obj = dsl_dataset_create_sync_dd(dp->dp_root_dir, NULL, dcp, 0, tx); in dsl_pool_create()
1147 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, FREE_DIR_NAME, tx); in dsl_pool_upgrade_dir_clones()
1177 dsobj = dsl_dataset_create_sync(dp->dp_root_dir, ORIGIN_DIR_NAME, in dsl_pool_create_origin()
H A Ddsl_synctask.c231 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes; in dsl_sync_task_sync()
H A Dzcp_synctask.c532 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes + in zcp_synctask_wrapper()
H A Dspa_misc.c2904 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes; in spa_suspend_async_destroy()
H A Dvdev_removal.c2209 spa->spa_dsl_pool->dp_root_dir, NULL, 0, B_TRUE); in spa_vdev_remove_top_check()
H A Ddsl_scan.c3835 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, in dsl_process_async_destroys()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h93 struct dsl_dir *dp_root_dir; member