Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-bitmap.c66 typedef struct QEMU_PACKED Qcow2BitmapDirEntry { struct
79 } Qcow2BitmapDirEntry; argument
421 static inline int dir_entry_size(Qcow2BitmapDirEntry *entry) in dir_entry_size()
431 static inline char *dir_entry_copy_name(Qcow2BitmapDirEntry *entry) in dir_entry_copy_name()
437 static inline Qcow2BitmapDirEntry *next_dir_entry(Qcow2BitmapDirEntry *entry) in next_dir_entry()
494 Qcow2BitmapDirEntry *e = (Qcow2BitmapDirEntry *)dir; in bitmap_directory_to_be()
562 Qcow2BitmapDirEntry *e; in bitmap_list_load()
590 for (e = (Qcow2BitmapDirEntry *)dir; in bitmap_list_load()
591 e < (Qcow2BitmapDirEntry *)dir_end; in bitmap_list_load()
745 Qcow2BitmapDirEntry *e; in bitmap_list_store()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py161 [Qcow2BitmapDirEntry(fd, cluster_size=self.cluster_size)
176 class Qcow2BitmapDirEntry(Qcow2Struct): class
210 super(Qcow2BitmapDirEntry, self).dump()