Searched defs:growable (Results 1 - 3 of 3) sorted by relevance

/external/qemu/block/
H A Dqcow2.c1272 int growable = bs->growable; local
1276 bs->growable = 1;
1278 bs->growable = growable;
1287 int growable = bs->growable; local
1291 bs->growable = 1;
1293 bs->growable = growable;
[all...]
/external/qemu/
H A Dblock_int.h183 int growable; member in struct:BlockDriverState
H A Dqemu-io.c1590 static int openfile(char *name, int flags, int growable) argument
1597 if (growable) {
1654 int growable = 0; local
1669 growable = 1;
1683 return openfile(argv[optind], flags, growable);
1719 " -g, --growable allow file to grow (only applies to protocols)\n"
1732 int growable = 0; local
1743 { "growable", 0, NULL, 'g' },
1771 growable = 1;
1825 openfile(argv[optind], flags, growable);
[all...]

Completed in 507 milliseconds