Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c92 ASSERT0(P2PHASE(os->os_obj_next_chunk, in dmu_object_alloc_impl()
94 object = os->os_obj_next_chunk; in dmu_object_alloc_impl()
147 os->os_obj_next_chunk = in dmu_object_alloc_impl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h161 uint64_t os_obj_next_chunk; member
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c4181 object = ztest_random(os->os_obj_next_chunk); in ztest_dmu_object_next_chunk()
4182 os->os_obj_next_chunk = P2ALIGN(object, dnodes_per_chunk); in ztest_dmu_object_next_chunk()