Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h100 #define L2E_SIZE_EXTENDED (sizeof(uint64_t) * 2) macro
608 return has_subclusters(s) ? L2E_SIZE_EXTENDED : L2E_SIZE_NORMAL; in l2_entry_size()
H A Dqcow2.c3380 size_t l2e_size = extended_l2 ? L2E_SIZE_EXTENDED : L2E_SIZE_NORMAL; in qcow2_calc_prealloc_size()
5134 l2e_size = extended_l2 ? L2E_SIZE_EXTENDED : L2E_SIZE_NORMAL; in qcow2_measure()