Searched refs:refoff (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.sbin/vmd/ |
| D | vioqcow2.c | 57 uint64_t refoff; member 84 off_t refoff; member 236 disk->refoff = be64toh(header.refoff); in qc2_open() 623 l1off = disk->refoff + 8 * l1idx; in inc_refs() 672 uint64_t l1off, refoff, v, i, l1entrysz, refentrysz; in virtio_qcow2_create() local 697 refoff = ALIGNSZ(l1off + 8*l1sz, clustersz); in virtio_qcow2_create() 701 initsz = ALIGNSZ(refoff + refsz*clustersz, clustersz); in virtio_qcow2_create() 713 hdr.refoff = htobe64(refoff); in virtio_qcow2_create() 752 if (pwrite(fd, &v, 8, refoff) != 8) in virtio_qcow2_create()
|