Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdsl_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()
832 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync()
1108 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
HDdsl_dir.c608 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()
1393 ignorequota = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
1977 dsl_dir_phys(newparent)->dd_head_dataset_obj, FTAG, &parentds); in dsl_dir_rename_check()
HDspa_history.c605 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
HDdsl_dataset.c481 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname()
783 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold_flags()
1144 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd()
1199 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd()
1240 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd()
3683 dd_head_dataset_obj; in dsl_dataset_promote_sync()
3838 dsl_dir_phys(snap->ds->ds_dir)->dd_head_dataset_obj, in promote_hold()
HDdmu_objset.c1206 dsl_dir_phys(pdd)->dd_head_dataset_obj, FTAG, &parentds); in dmu_objset_create_check()
2575 dsl_dir_phys(dd)->dd_head_dataset_obj) in dmu_dir_list_next()
2644 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl()
2879 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_impl()
HDdsl_pool.c298 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds); in dsl_pool_open()
HDdsl_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()
HDdsl_bookmark.c1278 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &head)); in dsl_bookmark_ds_destroyed()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDdsl_dir.h69 uint64_t dd_head_dataset_obj; member
/freebsd-13-stable/sys/cddl/boot/zfs/
HDzfsimpl.h1408 uint64_t dd_head_dataset_obj; member
/freebsd-13-stable/stand/libsa/zfs/
HDzfsimpl.c3171 *objnum = dd->dd_head_dataset_obj; in zfs_lookup_dataset()
3335 *objid = dd->dd_head_dataset_obj; in zfs_get_root()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2433 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()