Searched refs:clusteroff (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
515 clusteroff = 0;
518 clusteroff = off % disk->clustersz;
519 return cluster + clusteroff;
536 off_t l2sz, l1off, l2tab, l2off, cluster, clusteroff, orig; local
590 clusteroff = off % disk->clustersz;
591 if (cluster + clusteroff < disk->clustersz)
593 return cluster + clusteroff;

Completed in 115 milliseconds