Searched refs:DNODE_MIN_SLOTS (Results 1 – 6 of 6) sorted by relevance
65 dn_slots = DNODE_MIN_SLOTS; in dmu_object_alloc_impl()67 ASSERT3S(dn_slots, >=, DNODE_MIN_SLOTS); in dmu_object_alloc_impl()282 dn_slots = DNODE_MIN_SLOTS; in dmu_object_claim_dnsize()283 ASSERT3S(dn_slots, >=, DNODE_MIN_SLOTS); in dmu_object_claim_dnsize()320 dn_slots = DNODE_MIN_SLOTS; in dmu_object_reclaim_dnsize()
793 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
1365 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_handle_existing_object()1572 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_object()
1033 DNODE_MIN_SLOTS, tx); in dmu_objset_create_impl_dnstats()
91 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
1299 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()