Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_dir.h69 uint64_t dd_head_dataset_obj; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c464 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_destroy_snapshot_sync_impl()
521 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
837 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync()
1113 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
H A Ddsl_dir.c610 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds)); in dsl_dir_init_fs_ss_count()
769 if ((obj = dsl_dir_phys(dd)->dd_head_dataset_obj) == 0) in dsl_enforce_ds_ss_limits()
1376 ignorequota = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
1914 dsl_dir_phys(newparent)->dd_head_dataset_obj, FTAG, &parentds); in dsl_dir_rename_check()
H A Dspa_history.c596 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
H A Ddsl_dataset.c485 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname()
787 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold_flags()
1148 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd()
1203 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd()
1244 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd()
3705 dd_head_dataset_obj; in dsl_dataset_promote_sync()
3860 dsl_dir_phys(snap->ds->ds_dir)->dd_head_dataset_obj, in promote_hold()
H A Ddmu_objset.c1167 dsl_dir_phys(pdd)->dd_head_dataset_obj, FTAG, &parentds); in dmu_objset_create_check()
2537 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.c286 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds); in dsl_pool_open()
H A Ddsl_crypt.c1734 dsl_dir_phys(target)->dd_head_dataset_obj, FTAG, &targetds)); in dsl_dataset_promote_crypt_sync()
1736 dsl_dir_phys(origin)->dd_head_dataset_obj, FTAG, &originds)); in dsl_dataset_promote_crypt_sync()
H A Ddsl_bookmark.c1281 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &head)); in dsl_bookmark_ds_destroyed()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2400 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()