Home
last modified time | relevance | path

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

/freebsd-14.2/sys/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.c806 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
H A Ddmu_recv.c1643 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_handle_existing_object()
1852 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_object()
H A Ddmu_objset.c1092 DNODE_MIN_SLOTS, tx); in dmu_objset_create_impl_dnstats()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Ddnode.h92 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfsimpl.h1031 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c1418 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()