Searched refs:os_dirty_dnodes (Results 1 – 4 of 4) sorted by relevance
117 list_t os_dirty_dnodes[TXG_SIZE]; member
454 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t), in dmu_objset_open_impl()1158 dmu_objset_sync_dnodes(&os->os_dirty_dnodes[txgoff], newlist, tx); in dmu_objset_sync()1178 return (!list_is_empty(&os->os_dirty_dnodes[txg & TXG_MASK]) || in dmu_objset_is_dirty()
559 if (list_head(&mos->os_dirty_dnodes[txg & TXG_MASK]) != NULL || in dsl_pool_sync()
1313 list_insert_tail(&os->os_dirty_dnodes[txg&TXG_MASK], dn); in dnode_setdirty()1358 list_remove(&dn->dn_objset->os_dirty_dnodes[txgoff], dn); in dnode_free()