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.c403 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &hds)); in dsl_destroy_snapshot_sync_impl()
456 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
761 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync()
944 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
H A Ddsl_dataset.c435 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname()
729 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold_flags()
1053 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd()
1108 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd()
1149 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd()
3355 dd_head_dataset_obj; in dsl_dataset_promote_sync()
3501 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.c581 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds)); in dsl_dir_init_fs_ss_count()
732 if ((obj = dsl_dir_phys(dd)->dd_head_dataset_obj) == 0) in dsl_enforce_ds_ss_limits()
1366 boolean_t ismos = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
H A Ddmu_objset.c2539 dsl_dir_phys(dd)->dd_head_dataset_obj) in dmu_dir_list_next()
2608 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl()
2843 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.c1732 dsl_dir_phys(target)->dd_head_dataset_obj, FTAG, &targetds)); in dsl_dataset_promote_crypt_sync()
1734 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.c3176 *objnum = dd->dd_head_dataset_obj; in zfs_lookup_dataset()
3339 *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()