OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockRequest
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
block_int.h
77
int (*bdrv_aio_multiwrite)(BlockDriverState *bs,
BlockRequest
*reqs,
79
int (*bdrv_merge_requests)(BlockDriverState *bs,
BlockRequest
* a,
80
BlockRequest
*b);
block.h
123
typedef struct
BlockRequest
{
133
}
BlockRequest
;
135
int bdrv_aio_multiwrite(BlockDriverState *bs,
BlockRequest
*reqs,
qemu-io.c
285
static int do_aio_multiwrite(
BlockRequest
* reqs, int num_reqs, int *total)
903
BlockRequest
*reqs;
[
all
...]
block.c
[
all
...]
Completed in 18 milliseconds