Home
last modified time | relevance | path

Searched refs:QCowL2Meta (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2.h351 QLIST_HEAD(, QCowL2Meta) cluster_allocs;
443 typedef struct QCowL2Meta struct
500 struct QCowL2Meta *next; argument
502 QLIST_ENTRY(QCowL2Meta) next_in_flight;
503 } QCowL2Meta; typedef
811 static inline uint64_t l2meta_cow_start(QCowL2Meta *m) in l2meta_cow_start()
816 static inline uint64_t l2meta_cow_end(QCowL2Meta *m) in l2meta_cow_end()
938 QCowL2Meta **m);
948 qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m);
951 qcow2_alloc_cluster_abort(BlockDriverState *bs, QCowL2Meta *m);
H A Dqcow2-cluster.c888 perform_cow(BlockDriverState *bs, QCowL2Meta *m) in perform_cow()
1029 QCowL2Meta *m) in qcow2_alloc_cluster_link_l2()
1129 void coroutine_fn qcow2_alloc_cluster_abort(BlockDriverState *bs, QCowL2Meta *m) in qcow2_alloc_cluster_abort()
1162 QCowL2Meta **m, bool keep_old) in calculate_l2_meta()
1171 QCowL2Meta *old_m = *m; in calculate_l2_meta()
1302 **m = (QCowL2Meta) { in calculate_l2_meta()
1406 uint64_t *cur_bytes, QCowL2Meta **m) in handle_dependencies()
1409 QCowL2Meta *old_alloc; in handle_dependencies()
1496 uint64_t *host_offset, uint64_t *bytes, QCowL2Meta **m) in handle_copied()
1663 uint64_t *host_offset, uint64_t *bytes, QCowL2Meta **m) in handle_alloc()
[all …]
H A Dqcow2.c2197 qcow2_handle_l2meta(BlockDriverState *bs, QCowL2Meta **pl2meta, bool link_l2) in qcow2_handle_l2meta()
2200 QCowL2Meta *l2meta = *pl2meta; in qcow2_handle_l2meta()
2203 QCowL2Meta *next; in qcow2_handle_l2meta()
2285 QCowL2Meta *l2meta; /* only for write */
2298 QCowL2Meta *l2meta) in qcow2_add_task()
2453 QCowL2Meta *l2meta) in merge_cow()
2455 QCowL2Meta *m; in merge_cow()
2510 is_zero_cow(BlockDriverState *bs, QCowL2Meta *m) in is_zero_cow()
2529 handle_alloc_space(BlockDriverState *bs, QCowL2Meta *l2meta) in handle_alloc_space()
2532 QCowL2Meta *m; in handle_alloc_space()
[all …]