Searched refs:L2E_SIZE_EXTENDED (Results 1 – 2 of 2) sorted by relevance
100 #define L2E_SIZE_EXTENDED (sizeof(uint64_t) * 2) macro608 return has_subclusters(s) ? L2E_SIZE_EXTENDED : L2E_SIZE_NORMAL; in l2_entry_size()
3394 size_t l2e_size = extended_l2 ? L2E_SIZE_EXTENDED : L2E_SIZE_NORMAL; in qcow2_calc_prealloc_size()5150 l2e_size = extended_l2 ? L2E_SIZE_EXTENDED : L2E_SIZE_NORMAL; in qcow2_measure()