Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c51 uint64_t L1_dnode_count = DNODES_PER_BLOCK << in dmu_object_alloc_impl() local
77 if (dnodes_per_chunk > L1_dnode_count) in dmu_object_alloc_impl()
78 dnodes_per_chunk = L1_dnode_count; in dmu_object_alloc_impl()
123 if (P2PHASE(object, L1_dnode_count) == 0) { in dmu_object_alloc_impl()