Home
last modified time | relevance | path

Searched refs:offset_to_l1_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-cluster.c617 l1_index = offset_to_l1_index(s, offset); in qcow2_get_host_offset()
767 l1_index = offset_to_l1_index(s, offset); in get_cluster_table()
1198 int l1_index = offset_to_l1_index(s, guest_offset); in calculate_l2_meta()
H A Dqcow2.h687 static inline int offset_to_l1_index(BDRVQcow2State *s, uint64_t offset) in offset_to_l1_index() function