Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_object.c65 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()
H A Ddnode_sync.c793 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
H A Ddmu_recv.c1365 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_handle_existing_object()
1572 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_object()
H A Ddmu_objset.c1033 DNODE_MIN_SLOTS, tx); in dmu_objset_create_impl_dnstats()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h91 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1299 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()