Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h692 static inline int offset_to_l2_index(BDRVQcow2State *s, int64_t offset) in offset_to_l2_index() function
H A Dqcow2-cluster.c216 (offset_to_l2_index(s, offset) - offset_to_l2_slice_index(s, offset)); in l2_load()