Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c145 list_create(&dn->dn_dirty_records[i], in dnode_cons()
196 list_destroy(&dn->dn_dirty_records[i]); in dnode_dest()
623 ASSERT3P(list_head(&dn->dn_dirty_records[i]), ==, NULL); in dnode_allocate()
794 list_move_tail(&ndn->dn_dirty_records[i], in dnode_move_impl()
795 &odn->dn_dirty_records[i]); in dnode_move_impl()
857 list_create(&odn->dn_dirty_records[i], in dnode_move_impl()
1826 list = &dn->dn_dirty_records[txgoff]; in dnode_set_nlevels_impl()
1828 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr); in dnode_set_nlevels_impl()
1833 list_remove(&dn->dn_dirty_records[txgoff], dr); in dnode_set_nlevels_impl()
H A Ddnode_sync.c570 dnode_undirty_dbufs(&dn->dn_dirty_records[txgoff]); in dnode_sync_free()
626 list_t *list = &dn->dn_dirty_records[txgoff]; in dnode_sync()
H A Ddbuf.c1883 list_insert_tail(&dn->dn_dirty_records[txgoff], dr); in dbuf_dirty()
1966 list_insert_tail(&dn->dn_dirty_records[txgoff], dr); in dbuf_dirty()
2040 list_remove(&dn->dn_dirty_records[txg & TXG_MASK], dr); in dbuf_undirty()
3645 list_insert_tail(&dn->dn_dirty_records[txg&TXG_MASK], dr); in dbuf_sync_leaf()
H A Ddmu.c2445 !list_is_empty(&dn->dn_dirty_records[i])) { in dmu_object_wait_synced()
H A Ddmu_objset.c1773 list = &DMU_META_DNODE(os)->dn_dirty_records[txgoff]; in dmu_objset_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h306 list_t dn_dirty_records[TXG_SIZE]; member