Home
last modified time | relevance | path

Searched refs:has_zero_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D188.out19 == verify that has_zero_init returns false when preallocating ==
/openbmc/qemu/block/
H A Dnfs.c60 bool has_zero_init; member
554 client->has_zero_init = S_ISREG(st.st_mode); in nfs_client_open()
625 if (client->has_zero_init) { in nfs_file_open()
711 return client->has_zero_init; in nfs_has_zero_init()
H A Dssh.c1000 int has_zero_init = 0; in ssh_has_zero_init() local
1003 has_zero_init = 1; in ssh_has_zero_init()
1006 return has_zero_init; in ssh_has_zero_init()
H A Dvhdx.c1715 bool has_zero_init; in vhdx_create_bat() local
1746 has_zero_init = bdrv_has_zero_init(blk_bs(blk)); in vhdx_create_bat()
1751 has_zero_init == 0) { in vhdx_create_bat()
/openbmc/qemu/
H A Dqemu-img.c1687 bool has_zero_init; member
1923 if (s->has_zero_init) { in convert_co_write()
2105 if (!s->has_zero_init && s->target_is_new && s->min_sparse && in convert_do_copy()
2108 s->has_zero_init = bdrv_has_zero_init(blk_bs(s->target)); in convert_do_copy()
2408 s.has_zero_init = true; in img_convert()
2453 if (s.has_zero_init && !skip_create) { in img_convert()
2598 if (s.has_zero_init && s.target_has_backing) { in img_convert()