HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_OPT_SIZE (Results 1 - 11 of 11) sorted by null

  /external/qemu/block/
cow.c 231 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
292 .name = BLOCK_OPT_SIZE,
raw-win32.c 216 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
234 .name = BLOCK_OPT_SIZE,
raw.c 233 .name = BLOCK_OPT_SIZE,
qcow.c 754 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
934 .name = BLOCK_OPT_SIZE,
raw-posix.c 702 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
732 .name = BLOCK_OPT_SIZE,
    [all...]
vmdk.c 699 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
834 .name = BLOCK_OPT_SIZE,
vpc.c 613 .name = BLOCK_OPT_SIZE,
qcow2.c 1054 if (!strcmp(options->name, BLOCK_OPT_SIZE)) {
    [all...]
vvfat.c     [all...]
  /external/qemu/
block_int.h 35 #define BLOCK_OPT_SIZE "size"
block.c 566 set_option_parameter_int(options, BLOCK_OPT_SIZE, total_size);
    [all...]

Completed in 153 milliseconds