Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c2642 uint64_t thisobj; in dmu_objset_find_dp_impl() local
2664 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_dp_impl()
2698 err = dsl_dataset_hold_obj(dp, thisobj, FTAG, &ds); in dmu_objset_find_dp_impl()
2736 err = dsl_dataset_hold_obj(dp, thisobj, FTAG, &ds); in dmu_objset_find_dp_impl()
2881 uint64_t thisobj; in dmu_objset_find_impl() local
2899 thisobj = dsl_dir_phys(dd)->dd_head_dataset_obj; in dmu_objset_find_impl()
2937 err = dsl_dataset_hold_obj(dp, thisobj, FTAG, &ds); in dmu_objset_find_impl()