Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu_object.c50 uint64_t L1_dnode_count = DNODES_PER_BLOCK << in dmu_object_alloc_impl() local
76 if (dnodes_per_chunk > L1_dnode_count) in dmu_object_alloc_impl()
77 dnodes_per_chunk = L1_dnode_count; in dmu_object_alloc_impl()
126 if (P2PHASE(object, L1_dnode_count) == 0) { in dmu_object_alloc_impl()