Searched refs:io_vsd (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c170 mirror_map_t *mm = zio->io_vsd;
313 zio->io_vsd = NULL;
332 zio->io_vsd = NULL;
479 mirror_map_t *mm = zio->io_vsd;
495 mirror_map_t *mm = zio->io_vsd;
548 mirror_map_t *mm = zio->io_vsd;
629 zio->io_vsd = mm;
729 mirror_map_t *mm = zio->io_vsd;
H A Dvdev_indirect.c278 * It is the "Vdev-Specific Data" in the zio_t's io_vsd.
293 indirect_vsd_t *iv = zio->io_vsd;
1201 indirect_vsd_t *iv = zio->io_vsd;
1262 indirect_vsd_t *iv = zio->io_vsd;
1305 zio->io_vsd = iv;
1425 indirect_vsd_t *iv = zio->io_vsd;
1472 indirect_vsd_t *iv = zio->io_vsd;
1728 indirect_vsd_t *iv = zio->io_vsd;
1818 indirect_vsd_t *iv = zio->io_vsd;
H A Dvdev_raidz.c168 raidz_map_t *rm = zio->io_vsd;
1527 raidz_map_t *rm = zio->io_vsd;
1634 zio->io_vsd = rm;
1665 raidz_map_t *rm = zio->io_vsd;
1687 raidz_map_t *rm = zio->io_vsd;
1709 raidz_map_t *rm = zio->io_vsd;
1857 raidz_map_t *rm = zio->io_vsd;
2001 raidz_map_t *rm = zio->io_vsd;
2246 raidz_map_t *rm = zio->io_vsd;
2275 raidz_map_t *rm = zio->io_vsd;
[all...]
H A Dzio.c3051 ASSERT(zio->io_vsd == NULL);
3052 zio->io_vsd = dde;
3093 ddt_entry_t *dde = zio->io_vsd;
3109 zio->io_vsd = NULL;
3112 ASSERT(zio->io_vsd == NULL);
3971 if (zio->io_vsd != NULL) {
3973 zio->io_vsd = NULL;
H A Dvdev_draid.c1812 raidz_map_t *rm = zio->io_vsd;
1998 zio->io_vsd = rm;
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzio.h479 void *io_vsd; member in struct:zio
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1896 void *io_vsd; member in struct:zio
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c99 * It is the "Vdev-Specific Data" in the zio_t's io_vsd.
564 indirect_vsd_t *iv = zio->io_vsd;
685 indirect_vsd_t *iv = zio->io_vsd;
723 zio.io_vsd = iv;

Completed in 190 milliseconds