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 D | dsl_dir.h | 31 uint64_t dd_head_dataset_obj; member
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dsl_destroy.c | 385 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 D | dsl_dataset.c | 325 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 D | spa_history.c | 523 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
|
H A D | dmu_objset.c | 1617 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 D | dsl_dir.c | 576 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 D | dsl_pool.c | 222 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 D | dsl_dir.h | 64 uint64_t dd_head_dataset_obj; member
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1135 ((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 D | zfs.fth | 1023 : 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 D | zdb.c | 1307 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()
|