Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-posix.c159 typedef struct BDRVRawState { struct
160 int fd;
161 bool use_lock;
162 int type;
163 int open_flags;
164 size_t buf_align;
167 uint64_t perm;
168 uint64_t shared_perm;
172 uint64_t locked_perm;
173 uint64_t locked_shared_perm;
[all …]
H A Dfile-win32.c55 typedef struct BDRVRawState { struct
60 } BDRVRawState; argument
H A Draw-format.c37 typedef struct BDRVRawState { struct
41 } BDRVRawState; typedef