Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c173 static void make_response(struct xen_blkif *blkif, u64 id,
704 make_response(blkif, pending_req->id, in xen_blkbk_unmap_and_respond_callback()
1009 make_response(blkif, req->u.discard.id, req->operation, status); in dispatch_discard_io()
1019 make_response(blkif, req->u.other.id, req->operation, in dispatch_other_io()
1378 make_response(blkif, req->u.rw.id, req_operation, BLKIF_RSP_ERROR); in dispatch_rw_block_io()
1397 static void make_response(struct xen_blkif *blkif, u64 id, in make_response() function