Home
last modified time | relevance | path

Searched refs:zio_write_phys (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h499 extern zio_t *zio_write_phys(zio_t *pio, vdev_t *vd, uint64_t offset,
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c205 zio_nowait(zio_write_phys(zio, vd, in vdev_label_write()
H A Darc.c6584 wzio = zio_write_phys(pio, dev->l2ad_vdev, in l2arc_write_buffers()
7671 wzio = zio_write_phys(pio, dev->l2ad_vdev, VDEV_LABEL_START_SIZE, in l2arc_dev_hdr_update()
7740 wzio = zio_write_phys(pio, dev->l2ad_vdev, dev->l2ad_hand, in l2arc_log_blk_commit()
H A Dvdev.c943 zio_nowait(zio_write_phys(vd->vdev_probe_zio, vd, in vdev_probe_done()
H A Dzio.c920 zio_write_phys(zio_t *pio, vdev_t *vd, uint64_t offset, uint64_t size, in zio_write_phys() function