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

/openbsd-current/usr.sbin/vmd/
H A Dvioqcow2.c476 off_t l2sz, l1off, l2tab, l2off, cluster, clusteroff; local
503 l2off = (off / disk->clustersz) % l2sz;
504 pread(disk->fd, &buf, sizeof(buf), l2tab + l2off * 8);
536 off_t l2sz, l1off, l2tab, l2off, cluster, clusteroff, orig; local
551 l2off = (off / disk->clustersz) % l2sz;
580 if (pwrite(disk->fd, &buf, sizeof(buf), l2tab + l2off * 8) != 8)

Completed in 178 milliseconds