Searched refs:offset_to_l1_index (Results 1 – 2 of 2) sorted by relevance
617 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()
687 static inline int offset_to_l1_index(BDRVQcow2State *s, uint64_t offset) in offset_to_l1_index() function