Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/xen-blkback/
Dblkback.c180 static void make_response(struct xen_blkif *blkif, u64 id,
711 make_response(blkif, pending_req->id, in xen_blkbk_unmap_and_respond_callback()
1021 make_response(blkif, req->u.discard.id, req->operation, status); in dispatch_discard_io()
1031 make_response(blkif, req->u.other.id, req->operation, in dispatch_other_io()
1391 make_response(blkif, req->u.rw.id, req_operation, BLKIF_RSP_ERROR); in dispatch_rw_block_io()
1410 static void make_response(struct xen_blkif *blkif, u64 id, in make_response() function