Home
last modified time | relevance | path

Searched refs:QCOW2_INPLACE (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/vmd/
Dvioqcow2.c33 #define QCOW2_INPLACE 0x8000000000000000ull macro
495 l2tab &= ~QCOW2_INPLACE; in xlate()
508 *inplace = !!(cluster & QCOW2_INPLACE); in xlate()
513 cluster &= ~QCOW2_INPLACE; in xlate()
550 if (l2tab == 0 || (l2tab & QCOW2_INPLACE) == 0) { in mkcluster()
551 orig = l2tab & ~QCOW2_INPLACE; in mkcluster()
564 disk->l1[l1off] = l2tab | QCOW2_INPLACE; in mkcluster()
567 l2tab &= ~QCOW2_INPLACE; in mkcluster()
576 buf = htobe64(cluster | QCOW2_INPLACE); in mkcluster()
619 off &= ~QCOW2_INPLACE; in inc_refs()