Searched refs:vdev_read_phys (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 478 vdev_read_phys(vdev_t *vdev, const blkptr_t *bp, void *buf, in vdev_read_phys() function 1007 return (vdev_read_phys(vdev, bp, buf, in vdev_disk_read() 1571 if (vdev_read_phys(&vtmp, &bp, tmp_label, off, 0)) in vdev_probe() 1733 if (vdev_read_phys(vdev, &bp, upbuf, off, 0)) in vdev_probe()
|
| /freebsd-12.1/stand/i386/zfsboot/ |
| H A D | zfsboot.c | 332 if (vdev_read_phys(vdev, &bp, tmp, off, 0)) in vdev_read_pad2()
|