Home
last modified time | relevance | path

Searched defs:qcow_refcount_block (Results 1 – 1 of 1) sorted by relevance

/kvmtool/include/kvm/
H A Dqcow.h47 struct qcow_refcount_block { struct
48 u64 offset;
49 struct rb_node node;
50 struct list_head list;
51 u64 size;
52 u8 dirty;
53 u16 entries[];