Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c1146 case BLKIF_OP_INDIRECT: in __do_block_io_op()
1204 req_operation = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1206 if ((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1235 nseg = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1239 unlikely((req->operation != BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1241 unlikely((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1256 if (req->operation != BLKIF_OP_INDIRECT) { in dispatch_rw_block_io()
Dcommon.h422 case BLKIF_OP_INDIRECT: in blkif_get_x86_32_req()
470 case BLKIF_OP_INDIRECT: in blkif_get_x86_64_req()
/linux-4.1.27/include/xen/interface/io/
Dblkif.h127 #define BLKIF_OP_INDIRECT 6 macro
/linux-4.1.27/drivers/block/
Dxen-blkfront.c462 ring_req->operation = BLKIF_OP_INDIRECT; in blkif_queue_request()
501 if ((ring_req->operation == BLKIF_OP_INDIRECT) && in blkif_queue_request()
555 if (ring_req->operation != BLKIF_OP_INDIRECT) { in blkif_queue_request()
994 segs = info->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free()
1005 if (info->shadow[i].req.operation != BLKIF_OP_INDIRECT) in blkif_free()
1057 nseg = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1105 if (s->req.operation == BLKIF_OP_INDIRECT) { in blkif_completion()