/external/qemu/block/ |
cow.c | 215 if (!strcmp(options->name, BLOCK_OPT_SIZE)) { 266 .name = BLOCK_OPT_SIZE,
|
raw-win32.c | 220 if (!strcmp(options->name, BLOCK_OPT_SIZE)) { 238 .name = BLOCK_OPT_SIZE,
|
vpc.c | 598 .name = BLOCK_OPT_SIZE,
|
qcow.c | 756 if (!strcmp(options->name, BLOCK_OPT_SIZE)) { 913 .name = BLOCK_OPT_SIZE,
|
qcow2.c | 789 if (!strcmp(options->name, BLOCK_OPT_SIZE)) { 966 .name = BLOCK_OPT_SIZE,
|
vmdk.c | 721 if (!strcmp(options->name, BLOCK_OPT_SIZE)) { 832 .name = BLOCK_OPT_SIZE,
|
raw-posix.c | 844 if (!strcmp(options->name, BLOCK_OPT_SIZE)) { 868 .name = BLOCK_OPT_SIZE, [all...] |
vvfat.c | [all...] |
/external/qemu/ |
block_int.h | 34 #define BLOCK_OPT_SIZE "size"
|
block.c | 379 set_option_parameter_int(options, BLOCK_OPT_SIZE, total_size * 512); [all...] |