OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bdrv_is_allocated
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
block_int.h
63
int (*
bdrv_is_allocated
)(BlockDriverState *bs, int64_t sector_num,
member in struct:BlockDriver
block.c
797
if (drv->
bdrv_is_allocated
(bs, sector, COMMIT_BUF_SECTORS, &n)) {
1498
int
bdrv_is_allocated
(BlockDriverState *bs, int64_t sector_num, int nb_sectors,
function
[
all
...]
Completed in 125 milliseconds