Searched refs:zio_gb (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c312 zio_gbh_phys_t *zio_gb; local
317 zio_gb = (zio_gbh_phys_t *)stack;
323 if (devread(sector, 0, SPA_GANGBLOCKSIZE, (char *)zio_gb) == 0) {
334 if (zio_checksum_verify(&tmpbp, (char *)zio_gb, SPA_GANGBLOCKSIZE)) {
340 if (zio_gb->zg_blkptr[i].blk_birth == 0)
343 if (zio_read_gang_data(&zio_gb->zg_blkptr[i], buf, stack))
345 buf += BP_GET_PSIZE(&zio_gb->zg_blkptr[i]);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c1891 zio_gbh_phys_t *zio_gb; local
1898 zio_gb = grub_malloc (SPA_GANGBLOCKSIZE);
1899 if (!zio_gb)
1904 err = read_dva (dva, endian, data, zio_gb, SPA_GANGBLOCKSIZE);
1907 grub_free (zio_gb);
1916 (char *) zio_gb, SPA_GANGBLOCKSIZE);
1919 grub_free (zio_gb);
1927 if (zio_gb->zg_blkptr[i].blk_birth == 0)
1930 err = zio_read_gang_data (&zio_gb->zg_blkptr[i], endian, buf, data);
1933 grub_free (zio_gb);
[all...]

Completed in 100 milliseconds