Home
last modified time | relevance | path

Searched refs:dmu_object_alloc (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() function
H A Dbptree.c67 obj = dmu_object_alloc(os, DMU_OTN_UINT64_METADATA, in bptree_alloc()
H A Dbpobj.c88 return (dmu_object_alloc(os, DMU_OT_BPOBJ, blocksize, in bpobj_alloc()
399 bpo->bpo_phys->bpo_subobjs = dmu_object_alloc(bpo->bpo_os, in bpobj_enqueue_subobj()
H A Dspa_history.c92 spa->spa_history = dmu_object_alloc(mos, DMU_OT_SPA_HISTORY, in spa_history_create_obj()
H A Dspace_map.c477 object = dmu_object_alloc(os, in space_map_alloc()
H A Dzfs_fuid.c247 zfsvfs->z_fuid_obj = dmu_object_alloc(zfsvfs->z_os, in zfs_fuid_sync()
H A Dzap_micro.c647 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx); in zap_create_norm()
658 uint64_t obj = dmu_object_alloc(os, ot, 0, bonustype, bonuslen, tx); in zap_create_flags()
H A Ddsl_pool.c808 obj = dmu_object_alloc(dp->dp_meta_objset, DMU_OT_BPOBJ, in dsl_pool_upgrade_dir_clones()
H A Ddsl_dataset.c801 dsobj = dmu_object_alloc(mos, DMU_OT_DSL_DATASET, 0, in dsl_dataset_create_sync_dd()
1339 dsobj = dmu_object_alloc(mos, DMU_OT_DSL_DATASET, 0, in dsl_dataset_snapshot_sync_impl()
H A Ddsl_dir.c902 ddobj = dmu_object_alloc(mos, DMU_OT_DSL_DIR, 0, in dsl_dir_create_sync()
H A Dzfs_znode.c825 obj = dmu_object_alloc(zfsvfs->z_os, in zfs_mknode()
H A Dzfs_acl.c1263 aoid = dmu_object_alloc(zfsvfs->z_os, in zfs_aclset_common()
H A Dspa.c3622 spa->spa_config_object = dmu_object_alloc(spa->spa_meta_objset, in spa_create()
5941 sav->sav_object = dmu_object_alloc(spa->spa_meta_objset, in spa_sync_aux_dev()
H A Dvdev.c2237 vd->vdev_ms_array = dmu_object_alloc(spa->spa_meta_objset, in vdev_sync()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h337 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c1458 lr->lr_foid = dmu_object_alloc(os, in ztest_replay_create()