Searched refs:dp_root_dir (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dsl_pool.c | 276 dsl_dir_phys(dp->dp_root_dir)->dd_child_dir_zapobj, in dsl_pool_open_special_dir() 358 NULL, dp, &dp->dp_root_dir); in dsl_pool_open() 469 if (dp->dp_root_dir != NULL) in dsl_pool_close() 470 dsl_dir_rele(dp->dp_root_dir, dp); in dsl_pool_close() 565 NULL, dp, &dp->dp_root_dir)); in dsl_pool_create() 568 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, MOS_DIR_NAME, tx); in dsl_pool_create() 574 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, in dsl_pool_create() 591 obj = dsl_dataset_create_sync_dd(dp->dp_root_dir, NULL, 0, tx); in dsl_pool_create() 1098 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, FREE_DIR_NAME, tx); in dsl_pool_upgrade_dir_clones() 1128 dsobj = dsl_dataset_create_sync(dp->dp_root_dir, ORIGIN_DIR_NAME, in dsl_pool_create_origin()
|
| H A D | dsl_synctask.c | 217 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes; in dsl_sync_task_sync()
|
| H A D | zcp_synctask.c | 308 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes + in zcp_synctask_wrapper()
|
| H A D | spa_misc.c | 2367 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes; in spa_suspend_async_destroy()
|
| H A D | vdev_removal.c | 1878 if (dsl_dir_space_available(spa->spa_dsl_pool->dp_root_dir, in spa_vdev_remove_top_check()
|
| H A D | dsl_scan.c | 3147 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, in dsl_process_async_destroys()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | dsl_pool.h | 87 struct dsl_dir *dp_root_dir; member
|