Home
last modified time | relevance | path

Searched refs:dr_accounted (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c1929 ASSERT3U(dr->dr_accounted, ==, osize); in dbuf_new_size()
1930 dr->dr_accounted = size; in dbuf_new_size()
1990 dr->dr_accounted = dn->dn_datablksz; in dbuf_dirty_lightweight()
2193 dr->dr_accounted = db->db.db_size; in dbuf_dirty()
2384 dr->dr_accounted, txg); in dbuf_undirty()
4122 int delta = dr->dr_accounted / zio->io_phys_children; in dbuf_lightweight_physdone()
4149 dr->dr_accounted, zio->io_txg); in dbuf_lightweight_done()
4152 dr->dr_accounted % zio->io_phys_children, zio->io_txg); in dbuf_lightweight_done()
4519 delta = dr->dr_accounted / zio->io_phys_children; in dbuf_write_physdone()
4611 dr->dr_accounted, zio->io_txg); in dbuf_write_done()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h147 unsigned int dr_accounted; member