Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h503 extern zio_t *zio_write_phys(zio_t *pio, vdev_t *vd, uint64_t offset,
/titanic_50/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.c6644 wzio = zio_write_phys(pio, dev->l2ad_vdev, in l2arc_write_buffers()
7730 wzio = zio_write_phys(pio, dev->l2ad_vdev, VDEV_LABEL_START_SIZE, in l2arc_dev_hdr_update()
7799 wzio = zio_write_phys(pio, dev->l2ad_vdev, dev->l2ad_hand, in l2arc_log_blk_commit()
H A Dvdev.c944 zio_nowait(zio_write_phys(vd->vdev_probe_zio, vd, in vdev_probe_done()
H A Dzio.c921 zio_write_phys(zio_t *pio, vdev_t *vd, uint64_t offset, uint64_t size, in zio_write_phys() function