Home | History | Annotate | Download | only in block

Lines Matching refs:QCOW_OFLAG_COPIED

784             l2_offset &= ~QCOW_OFLAG_COPIED;
792 offset &= ~QCOW_OFLAG_COPIED;
820 offset |= QCOW_OFLAG_COPIED;
842 l2_offset |= QCOW_OFLAG_COPIED;
954 /* Compressed clusters don't have QCOW_OFLAG_COPIED */
955 if (offset & QCOW_OFLAG_COPIED) {
959 offset &= ~QCOW_OFLAG_COPIED;
970 /* QCOW_OFLAG_COPIED must be set iff refcount == 1 */
973 offset &= ~QCOW_OFLAG_COPIED;
980 if ((refcount == 1) != ((entry & QCOW_OFLAG_COPIED) != 0)) {
988 offset &= ~QCOW_OFLAG_COPIED;
1052 /* QCOW_OFLAG_COPIED must be set iff refcount == 1 */
1054 refcount = get_refcount(bs, (l2_offset & ~QCOW_OFLAG_COPIED)
1061 if ((refcount == 1) != ((l2_offset & QCOW_OFLAG_COPIED) != 0)) {
1069 l2_offset &= ~QCOW_OFLAG_COPIED;