Searched defs:q (Results 1 – 1 of 1) sorted by relevance
/kvmtool/disk/ |
H A D | qcow.c | 110 static int qcow_l2_cache_write(struct qcow *q, struct qcow_l2_table *c) in qcow_l2_cache_write() 129 static int cache_table(struct qcow *q, struct qcow_l2_table *c) in cache_table() 164 static struct qcow_l2_table *l2_table_search(struct qcow *q, u64 offset) in l2_table_search() 180 static struct qcow_l2_table *new_cache_table(struct qcow *q, u64 offset) in new_cache_table() 200 static inline u64 get_l1_index(struct qcow *q, u64 offset) in get_l1_index() 207 static inline u64 get_l2_index(struct qcow *q, u64 offset) in get_l2_index() 214 static inline u64 get_cluster_offset(struct qcow *q, u64 offset) in get_cluster_offset() 221 static struct qcow_l2_table *qcow_read_l2_table(struct qcow *q, u64 offset) in qcow_read_l2_table() 286 static ssize_t qcow1_read_cluster(struct qcow *q, u64 offset, in qcow1_read_cluster() 371 static ssize_t qcow2_read_cluster(struct qcow *q, u64 offset, in qcow2_read_cluster() [all …]
|