Searched defs:qcow_l2_table (Results 1 – 1 of 1) sorted by relevance
27 struct qcow_l2_table { struct28 u64 offset;29 struct rb_node node;30 struct list_head list;31 u8 dirty;32 u64 table[];