Searched refs:blk_exp (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/block/export/ |
H A D | fuse.c | 118 static int fuse_export_create(BlockExport *blk_exp, in fuse_export_create() argument 122 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_create() 212 fuse_export_delete(blk_exp); in fuse_export_create() 314 static void fuse_export_shutdown(BlockExport *blk_exp) in fuse_export_shutdown() argument 316 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_shutdown() 338 static void fuse_export_delete(BlockExport *blk_exp) in fuse_export_delete() argument 340 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_delete()
|
/openbmc/qemu/nbd/ |
H A D | server.c | 1795 static int nbd_export_create(BlockExport *blk_exp, BlockExportOptions *exp_args, in nbd_export_create() argument 1798 NBDExport *exp = container_of(blk_exp, NBDExport, common); in nbd_export_create() 1801 BlockBackend *blk = blk_exp->blk; in nbd_export_create() 1978 static void nbd_export_request_shutdown(BlockExport *blk_exp) in nbd_export_request_shutdown() argument 1980 NBDExport *exp = container_of(blk_exp, NBDExport, common); in nbd_export_request_shutdown() 2002 static void nbd_export_delete(BlockExport *blk_exp) in nbd_export_delete() argument 2005 NBDExport *exp = container_of(blk_exp, NBDExport, common); in nbd_export_delete()
|