Searched refs:DNODE_MIN_SLOTS (Results 1 – 7 of 7) sorted by relevance
62 dn_slots = DNODE_MIN_SLOTS; in dmu_object_alloc_impl()64 ASSERT3S(dn_slots, >=, DNODE_MIN_SLOTS); in dmu_object_alloc_impl()243 dn_slots = DNODE_MIN_SLOTS; in dmu_object_claim_dnsize()244 ASSERT3S(dn_slots, >=, DNODE_MIN_SLOTS); in dmu_object_claim_dnsize()280 dn_slots = DNODE_MIN_SLOTS; in dmu_object_reclaim_dnsize()
790 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
1117 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_object()
1030 DMU_OT_NONE, 0, DNODE_MIN_SLOTS, tx); in dmu_objset_create_impl_dnstats()
91 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
995 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
1111 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()