Searched refs:qemu_gluster_init (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | gluster.c | 712 static struct glfs *qemu_gluster_init(BlockdevOptionsGluster *gconf, in qemu_gluster_init() function 830 s->glfs = qemu_gluster_init(gconf, filename, options, errp); in qemu_gluster_open() 923 reop_s->glfs = qemu_gluster_init(gconf, state->bs->exact_filename, NULL, in qemu_gluster_reopen_prepare() 926 reop_s->glfs = qemu_gluster_init(gconf, NULL, state->options, errp); in qemu_gluster_reopen_prepare()
|