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

/openbsd-current/usr.sbin/vmd/
H A Dvioqcow2.c333 off_t phys_off, end, cluster_off; local
345 if ((phys_off = xlate(d, off, NULL)) > 0)
375 else if (pread(d->fd, buf, sz, phys_off) != sz)
406 off_t phys_off, cluster_off, end; local
424 phys_off = xlate(disk, off, &inplace);
425 if (phys_off == -1)
433 if (phys_off == 0)
435 if ((phys_off = xlate(d, off, NULL)) > 0)
437 if (!inplace || phys_off == 0)
438 phys_off
[all...]

Completed in 175 milliseconds