Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_objset.h167 uint64_t os_obj_next_chunk; member
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c4513 object = ztest_random(os->os_obj_next_chunk); in ztest_dmu_object_next_chunk()
4514 os->os_obj_next_chunk = P2ALIGN(object, dnodes_per_chunk); in ztest_dmu_object_next_chunk()