Home
last modified time | relevance | path

Searched refs:dd_head_dataset_obj (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddsl_dir.h29 uint64_t dd_head_dataset_obj; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c405 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &hds)); in dsl_destroy_snapshot_sync_impl()
458 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
763 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync()
948 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
H A Ddsl_dataset.c359 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname()
660 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold_flags()
914 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd()
967 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd()
1008 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd()
3210 dd_head_dataset_obj; in dsl_dataset_promote_sync()
3356 dsl_dir_phys(snap->ds->ds_dir)->dd_head_dataset_obj, in promote_hold()
H A Dspa_history.c611 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
H A Ddsl_dir.c580 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds)); in dsl_dir_init_fs_ss_count()
731 if ((obj = dsl_dir_phys(dd)->dd_head_dataset_obj) == 0) in dsl_enforce_ds_ss_limits()
1365 boolean_t ismos = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
H A Ddmu_objset.c2537 dsl_dir_phys(dd)->dd_head_dataset_obj) in dmu_dir_list_next()
2606 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl()
2841 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_impl()
H A Ddsl_pool.c276 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds); in dsl_pool_open()
H A Ddsl_crypt.c1731 dsl_dir_phys(target)->dd_head_dataset_obj, FTAG, &targetds)); in dsl_dataset_promote_crypt_sync()
1733 dsl_dir_phys(origin)->dd_head_dataset_obj, FTAG, &originds)); in dsl_dataset_promote_crypt_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h67 uint64_t dd_head_dataset_obj; member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1141 ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
1186 headobj = ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1298 uint64_t dd_head_dataset_obj; member
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c3175 *objnum = dd->dd_head_dataset_obj; in zfs_lookup_dataset()
3338 *objid = dd->dd_head_dataset_obj; in zfs_get_root()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1650 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()