Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c62 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()
H A Ddnode_sync.c790 if (dn->dn_num_slots > DNODE_MIN_SLOTS) { in dnode_sync()
H A Ddmu_objset.c1030 DMU_OT_NONE, 0, DNODE_MIN_SLOTS, tx); in dmu_objset_create_impl_dnstats()
H A Ddmu_recv.c1117 drro->drr_dn_slots : DNODE_MIN_SLOTS; in receive_object()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h91 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h995 #define DNODE_MIN_SLOTS (DNODE_MIN_SIZE >> DNODE_SHIFT) macro
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1111 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()