Searched refs:mutable_opts (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/block/ |
H A D | raw-format.c | 43 static const char *const mutable_opts[] = { "offset", "size", NULL }; variable 673 .mutable_opts = mutable_opts,
|
H A D | file-posix.c | 590 static const char *const mutable_opts[] = { "x-check-cache-dropped", NULL }; variable 3920 .mutable_opts = mutable_opts, 4262 .mutable_opts = mutable_opts, 4401 .mutable_opts = mutable_opts, 4527 .mutable_opts = mutable_opts,
|
H A D | qcow2.c | 682 static const char *const mutable_opts[] = { variable 6194 .mutable_opts = mutable_opts,
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 187 const char *const *mutable_opts; member
|
/openbmc/qemu/ |
H A D | block.c | 4289 !is_str_in_list(e->key, bs->drv->mutable_opts)) { in bdrv_reset_options_allowed()
|