Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c172 *head_ds = dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj; in get_head_ds()
283 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj; in find_top_affected_fs()
390 if (dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj != head_ds) { in check_filesystem()
859 head_ds = dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj; in sync_upgrade_errlog()
1394 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj == new_head) in find_txg_ancestor_snapshot()
H A Ddsl_destroy.c474 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_destroy_snapshot_sync_impl()
531 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
842 ASSERT0(dsl_dir_phys(dd)->dd_head_dataset_obj); in dsl_dir_destroy_sync()
1119 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj = 0; in dsl_destroy_head_sync_impl()
H A Ddsl_dir.c628 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds)); in dsl_dir_init_fs_ss_count()
789 if ((obj = dsl_dir_phys(dd)->dd_head_dataset_obj) == 0) in dsl_enforce_ds_ss_limits()
1407 ignorequota = (dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dir_tempreserve_impl()
1989 dsl_dir_phys(newparent)->dd_head_dataset_obj, FTAG, &parentds); in dsl_dir_rename_check()
H A Dspa_history.c611 dsl_dir_phys(dd)->dd_head_dataset_obj); in spa_history_log_internal_dd()
H A Ddsl_dataset.c516 err = dmu_bonus_hold(mos, dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, in dsl_dataset_get_snapname()
827 obj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dsl_dataset_hold_flags()
1189 ASSERT(dsl_dir_phys(dd)->dd_head_dataset_obj == 0); in dsl_dataset_create_sync_dd()
1244 dsl_dir_phys(origin->ds_dir)->dd_head_dataset_obj, in dsl_dataset_create_sync_dd()
1285 dsl_dir_phys(dd)->dd_head_dataset_obj = dsobj; in dsl_dataset_create_sync_dd()
3710 dd_head_dataset_obj; in dsl_dataset_promote_sync()
3877 dsl_dir_phys(snap->ds->ds_dir)->dd_head_dataset_obj, in promote_hold()
H A Ddmu_objset.c1234 dsl_dir_phys(pdd)->dd_head_dataset_obj, FTAG, &parentds); in dmu_objset_create_check()
2678 dsl_dir_phys(dd)->dd_head_dataset_obj) in dmu_dir_list_next()
2751 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl()
2986 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_impl()
H A Ddsl_pool.c292 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds); in dsl_pool_open()
H A Ddsl_crypt.c1774 dsl_dir_phys(target)->dd_head_dataset_obj, FTAG, &targetds)); in dsl_dataset_promote_crypt_sync()
1776 dsl_dir_phys(origin)->dd_head_dataset_obj, FTAG, &originds)); in dsl_dataset_promote_crypt_sync()
H A Ddsl_bookmark.c1318 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &head)); in dsl_bookmark_ds_destroyed()
H A Ddsl_scan.c4108 if (dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj != fs) { in scrub_filesystem()
/freebsd/usr.sbin/makefs/zfs/
H A Ddsl.c514 dir->phys->dd_head_dataset_obj = headds->dsid; in dsl_dir_finalize()
568 zfs->origindsldir->phys->dd_head_dataset_obj = zfs->originds->dsid; in dsl_write()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_dir.h71 uint64_t dd_head_dataset_obj; member
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c3092 dd->dd_head_dataset_obj, &dataset)) in zfs_rlookup()
3177 dd->dd_head_dataset_obj, &dataset)) in zfs_lookup_dataset()
3205 *objnum = dd->dd_head_dataset_obj; in zfs_lookup_dataset()
3369 *objid = dd->dd_head_dataset_obj; in zfs_get_root()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1422 uint64_t dd_head_dataset_obj; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2700 (u_longlong_t)dd->dd_head_dataset_obj); in dump_dsl_dir()