Home
last modified time | relevance | path

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

/kvmtool/include/kvm/
H A Dqcow.h27 struct qcow_l2_table { struct
28 u64 offset;
29 struct rb_node node;
30 struct list_head list;
31 u8 dirty;
32 u64 table[];