Searched refs:XenBlockDataPlane (Results 1 – 3 of 3) sorted by relevance
15 typedef struct XenBlockDataPlane XenBlockDataPlane; typedef17 XenBlockDataPlane *xen_block_dataplane_create(XenDevice *xendev,21 void xen_block_dataplane_destroy(XenBlockDataPlane *dataplane);22 void xen_block_dataplane_start(XenBlockDataPlane *dataplane,28 void xen_block_dataplane_stop(XenBlockDataPlane *dataplane);29 void xen_block_dataplane_attach(XenBlockDataPlane *dataplane);30 void xen_block_dataplane_detach(XenBlockDataPlane *dataplane);
44 XenBlockDataPlane *dataplane;49 struct XenBlockDataPlane { struct90 static XenBlockRequest *xen_block_start_request(XenBlockDataPlane *dataplane) in xen_block_start_request() argument125 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_complete_request()151 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_parse_request()212 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_copy_request()261 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_complete_aio()325 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_split_discard()356 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_do_aio()422 XenBlockDataPlane *dataplane = request->dataplane; in xen_block_send_response()[all …]
55 XenBlockDataPlane *dataplane;