Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c363 dp->dp_root_dir_obj = dsl_dir_create_sync(dp, NULL, NULL, tx); in dsl_pool_create()
368 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, MOS_DIR_NAME, tx); in dsl_pool_create()
374 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, in dsl_pool_create()
799 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, FREE_DIR_NAME, tx); in dsl_pool_upgrade_dir_clones()
H A Ddsl_dir.c894 dsl_dir_create_sync(dsl_pool_t *dp, dsl_dir_t *pds, const char *name, in dsl_dir_create_sync() function
H A Ddsl_scan.c1558 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, in dsl_scan_sync()
H A Ddsl_dataset.c914 ddobj = dsl_dir_create_sync(dp, pdd, lastname, tx); in dsl_dataset_create_sync()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h132 uint64_t dsl_dir_create_sync(dsl_pool_t *dp, dsl_dir_t *pds,