Searched refs:dp_root_dir (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_pool.c | 181 dsl_dir_phys(dp->dp_root_dir)->dd_child_dir_zapobj, in dsl_pool_open_special_dir() 279 NULL, dp, &dp->dp_root_dir); in dsl_pool_open() 389 if (dp->dp_root_dir != NULL) in dsl_pool_close() 390 dsl_dir_rele(dp->dp_root_dir, dp); in dsl_pool_close() 509 NULL, dp, &dp->dp_root_dir)); in dsl_pool_create() 512 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, MOS_DIR_NAME, tx); in dsl_pool_create() 518 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, in dsl_pool_create() 546 obj = dsl_dataset_create_sync_dd(dp->dp_root_dir, NULL, dcp, 0, tx); in dsl_pool_create() 1150 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, FREE_DIR_NAME, tx); in dsl_pool_upgrade_dir_clones() 1180 dsobj = dsl_dataset_create_sync(dp->dp_root_dir, ORIGIN_DIR_NAME, in dsl_pool_create_origin()
|
H A D | dsl_synctask.c | 232 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes; in dsl_sync_task_sync()
|
H A D | zcp_synctask.c | 533 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes + in zcp_synctask_wrapper()
|
H A D | spa_misc.c | 2993 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes; in spa_suspend_async_destroy()
|
H A D | vdev_removal.c | 2235 spa->spa_dsl_pool->dp_root_dir, NULL, 0, B_TRUE); in spa_vdev_remove_top_check()
|
H A D | dsl_scan.c | 3884 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, in dsl_process_async_destroys()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dsl_pool.h | 96 struct dsl_dir *dp_root_dir; member
|