Home
last modified time | relevance | path

Searched refs:blk_exp_find (Results 1 – 3 of 3) sorted by relevance

/qemu/block/export/
H A Dexport.c50 BlockExport *blk_exp_find(const char *id) in blk_exp_find() function
92 if (blk_exp_find(export->id)) { in blk_exp_add()
315 exp = blk_exp_find(id); in qmp_block_export_del()
/qemu/include/block/
H A Dexport.h84 BlockExport *blk_exp_find(const char *id);
/qemu/
H A Dblockdev-nbd.c262 exp = blk_exp_find(name); in qmp_nbd_server_remove()