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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_mirror.c62 mirror_map_t *mm = zio->io_vsd;
128 zio->io_vsd = mm;
219 mirror_map_t *mm = zio->io_vsd;
336 mirror_map_t *mm = zio->io_vsd;
H A Dvdev_disk.c669 kmem_free(zio->io_vsd, sizeof (struct dk_callback));
727 zio->io_vsd = dkc = kmem_alloc(sizeof (*dkc), KM_SLEEP);
H A Dvdev_raidz.c288 raidz_map_t *rm = zio->io_vsd;
394 raidz_map_t *rm = zio->io_vsd;
1729 zio->io_vsd = rm;
1818 raidz_map_t *rm = zio->io_vsd;
1841 raidz_map_t *rm = zio->io_vsd;
1922 raidz_map_t *rm = zio->io_vsd;
2093 raidz_map_t *rm = zio->io_vsd;
H A Dzio.c2309 ASSERT(zio->io_vsd == NULL);
2310 zio->io_vsd = dde;
2350 ddt_entry_t *dde = zio->io_vsd;
2365 zio->io_vsd = NULL;
2368 ASSERT(zio->io_vsd == NULL);
3120 if (zio->io_vsd != NULL) {
3122 zio->io_vsd = NULL;
H A Dzfs_fm.c696 if (zio->io_vsd != NULL)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h416 void *io_vsd; member in struct:zio

Completed in 63 milliseconds