Home
last modified time | relevance | path

Searched refs:os_free_dnodes (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h95 list_t os_free_dnodes[TXG_SIZE]; member
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c331 list_create(&os->os_free_dnodes[i], sizeof (dnode_t), in dmu_objset_open_impl()
1027 dmu_objset_sync_dnodes(&os->os_free_dnodes[txgoff], newlist, tx); in dmu_objset_sync()
1049 !list_is_empty(&os->os_free_dnodes[txg & TXG_MASK])); in dmu_objset_is_dirty()
H A Ddnode.c728 list_insert_tail(&os->os_free_dnodes[txg&TXG_MASK], dn); in dnode_setdirty()
776 list_insert_tail(&dn->dn_objset->os_free_dnodes[txgoff], dn); in dnode_free()
H A Ddsl_pool.c395 list_head(&mos->os_free_dnodes[txg & TXG_MASK]) != NULL) { in dsl_pool_sync()