Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c107 ASSERT0(P2PHASE(os->os_obj_next_chunk, in dmu_object_alloc_impl()
109 object = os->os_obj_next_chunk; in dmu_object_alloc_impl()
162 os->os_obj_next_chunk = in dmu_object_alloc_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h176 uint64_t os_obj_next_chunk; member
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c5035 object = ztest_random(os->os_obj_next_chunk); in ztest_dmu_object_next_chunk()
5036 os->os_obj_next_chunk = P2ALIGN_TYPED(object, dnodes_per_chunk, in ztest_dmu_object_next_chunk()