Home
last modified time | relevance | path

Searched defs:RawPosixAIOData (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dfile-posix.c222 typedef struct RawPosixAIOData { struct
223 BlockDriverState *bs;
224 int aio_type;
225 int aio_fildes;
227 off_t aio_offset;
228 uint64_t aio_nbytes;
230 union {
255 } RawPosixAIOData; typedef