Home
last modified time | relevance | path

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

/titanic_53/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddsl_dir.h31 uint64_t dd_head_dataset_obj; member
/titanic_53/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c386 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &hds)); in dsl_destroy_snapshot_sync_impl()
435 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
677 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync()
847 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
H A Ddsl_dataset.c336 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname()
589 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold()
813 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd()
864 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd()
902 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd()
2621 dd_head_dataset_obj; in dsl_dataset_promote_sync()
2767 dsl_dir_phys(snap->ds->ds_dir)->dd_head_dataset_obj, in promote_hold()
H A Dspa_history.c524 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
H A Ddsl_dir.c582 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds)); in dsl_dir_init_fs_ss_count()
733 if ((obj = dsl_dir_phys(dd)->dd_head_dataset_obj) == 0) in dsl_enforce_ds_ss_limits()
1239 boolean_t ismos = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
H A Ddmu_objset.c1586 dsl_dir_phys(dd)->dd_head_dataset_obj) in dmu_dir_list_next()
1650 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl()
1871 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_impl()
H A Ddsl_pool.c223 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds); in dsl_pool_open()
/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h64 uint64_t dd_head_dataset_obj; member
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1140 ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
1185 headobj = ((dsl_dir_phys_t *)DN_BONUS(mdn))->dd_head_dataset_obj; in get_objset_mdn()
/titanic_53/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1921 *objnum = dd->dd_head_dataset_obj; in zfs_lookup_dataset()
2068 *objid = dd->dd_head_dataset_obj; in zfs_get_root()
/titanic_53/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1152 uint64_t dd_head_dataset_obj; member
/titanic_53/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth1081 : dd_head_dataset_obj ( dd -- n ) h# 8 + x@ ;
1165 : dir>ds ( dn -- obj# ) >dsl-dir dd_head_dataset_obj ;
/titanic_53/usr/src/cmd/zdb/
H A Dzdb.c1323 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()