Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-img.c1670 typedef struct ImgConvertState { struct
1702 } ImgConvertState; argument
1704 static void convert_select_part(ImgConvertState *s, int64_t sector_num, in convert_select_part()
1717 convert_iteration_sectors(ImgConvertState *s, int64_t sector_num) in convert_iteration_sectors()
1823 static int coroutine_fn convert_co_read(ImgConvertState *s, int64_t sector_num, in convert_co_read()
1877 static int coroutine_fn convert_co_write(ImgConvertState *s, int64_t sector_num, in convert_co_write()
1941 static int coroutine_fn convert_co_copy_range(ImgConvertState *s, int64_t sector_num, in convert_co_copy_range()
1974 ImgConvertState *s = opaque; in convert_co_do_copy()
2095 static int convert_do_copy(ImgConvertState *s) in convert_do_copy()
2258 ImgConvertState s = (ImgConvertState) { in img_convert()