Searched refs:DNODE_MIN_SLOTS (Results 1 – 7 of 7) 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()
806 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
1643 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_handle_existing_object()1852 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_object()
1092 DNODE_MIN_SLOTS, tx); in dmu_objset_create_impl_dnstats()
92 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
1031 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
1418 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()