Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c251 if (vdev->v_phys_write == NULL) in vdev_write_phys()
254 return (vdev->v_phys_write(vdev, offset, buf, size)); in vdev_write_phys()
1677 if (vd->v_phys_write == NULL) in vdev_label_write()
1713 if (vdev->v_phys_write == NULL) in vdev_write_bootenv_impl()
2035 vtmp.v_phys_write = _write; in vdev_probe()
2151 vdev->v_phys_write = _write; in vdev_probe()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1804 vdev_phys_write_t *v_phys_write; /* write to raw leaf vdev */ member