Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_destroy.c388 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &hds)); in dsl_destroy_snapshot_sync_impl()
437 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
679 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync()
853 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
H A Ddsl_dataset.c351 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname()
605 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold()
829 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd()
884 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd()
922 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd()
2785 dd_head_dataset_obj; in dsl_dataset_promote_sync()
2937 dsl_dir_phys(snap->ds->ds_dir)->dd_head_dataset_obj, in promote_hold()
H A Dspa_history.c533 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
H A Ddsl_dir.c566 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds)); in dsl_dir_init_fs_ss_count()
725 if ((obj = dsl_dir_phys(dd)->dd_head_dataset_obj) == 0) in dsl_enforce_ds_ss_limits()
1230 boolean_t ismos = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
H A Ddmu_objset.c1664 dsl_dir_phys(dd)->dd_head_dataset_obj) in dmu_dir_list_next()
1728 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl()
1949 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_impl()
H A Ddsl_pool.c324 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds); in dsl_pool_open()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_dir.h64 uint64_t dd_head_dataset_obj; member
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1348 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()