Home
last modified time | relevance | path

Searched refs:io_phys_children (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h513 uint64_t io_phys_children; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c4122 int delta = dr->dr_accounted / zio->io_phys_children; in dbuf_lightweight_physdone()
4147 if (zio->io_phys_children == 0) { 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()
4609 if (zio->io_phys_children == 0) { in dbuf_write_done()
4614 dr->dr_accounted % zio->io_phys_children, zio->io_txg); in dbuf_write_done()
H A Dzio.c1486 zio->io_logical->io_phys_children++; in zio_vdev_child_io()