Home
last modified time | relevance | path

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

/qemu/block/
H A Dvhdx.c988 qemu_vfree(s->bat); in vhdx_close()
989 s->bat = NULL; in vhdx_close()
1016 s->bat = NULL; in vhdx_open()
1077 if (s->bat == NULL) { in vhdx_open()
1089 s->bat[i] = le64_to_cpu(s->bat[i]); in vhdx_open()
1717 assert(s->bat == NULL); in vhdx_create_bat()
1753 s->bat = g_try_malloc0(length); in vhdx_create_bat()
1754 if (length && s->bat == NULL) { in vhdx_create_bat()
1770 s->bat[sinfo.bat_idx] = cpu_to_le64(s->bat[sinfo.bat_idx]); in vhdx_create_bat()
1783 g_free(s->bat); in vhdx_create_bat()
[all …]
H A Dvhdx.h384 VHDXBatEntry *bat; member