Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-bitmap.c437 static inline Qcow2BitmapDirEntry *next_dir_entry(Qcow2BitmapDirEntry *entry) in next_dir_entry() function
592 e = next_dir_entry(e)) in bitmap_list_load()
607 if ((uint8_t *)next_dir_entry(e) > dir_end) { in bitmap_list_load()
784 e = next_dir_entry(e); in bitmap_list_store()