Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddsl_dir.h31 uint64_t dd_head_dataset_obj; member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c385 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &hds)); in dsl_destroy_snapshot_sync_impl()
434 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
676 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync()
846 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
H A Ddsl_dataset.c325 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname()
575 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold()
799 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd()
850 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd()
888 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd()
2607 dd_head_dataset_obj; in dsl_dataset_promote_sync()
2753 dsl_dir_phys(snap->ds->ds_dir)->dd_head_dataset_obj, in promote_hold()
H A Dspa_history.c523 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
H A Ddmu_objset.c1617 dsl_dir_phys(dd)->dd_head_dataset_obj) in dmu_dir_list_next()
1681 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl()
1899 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_impl()
H A Ddsl_dir.c576 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds)); in dsl_dir_init_fs_ss_count()
727 if ((obj = dsl_dir_phys(dd)->dd_head_dataset_obj) == 0) in dsl_enforce_ds_ss_limits()
1233 boolean_t ismos = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
H A Ddsl_pool.c222 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds); in dsl_pool_open()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h64 uint64_t dd_head_dataset_obj; member
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1135 ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
1180 headobj = ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth1023 : dd_head_dataset_obj ( dd -- n ) h# 8 + x@ ;
1107 : dir>ds ( dn -- obj# ) >dsl-dir dd_head_dataset_obj ;
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1307 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()