Home
last modified time | relevance | path

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

/Linux-v4.19/include/xen/interface/io/
Dblkif.h176 #define BLKIF_OP_INDIRECT 6 macro
/Linux-v4.19/drivers/block/xen-blkback/
Dblkback.c1180 case BLKIF_OP_INDIRECT: in __do_block_io_op()
1239 req_operation = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1242 if ((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1274 nseg = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1278 unlikely((req->operation != BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1280 unlikely((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1295 if (req->operation != BLKIF_OP_INDIRECT) { in dispatch_rw_block_io()
Dcommon.h421 case BLKIF_OP_INDIRECT: in blkif_get_x86_32_req()
469 case BLKIF_OP_INDIRECT: in blkif_get_x86_64_req()
/Linux-v4.19/drivers/block/
Dxen-blkfront.c612 if ((ring_req->operation == BLKIF_OP_INDIRECT) && in blkif_setup_rw_req_grant()
655 if (ring_req->operation != BLKIF_OP_INDIRECT) { in blkif_setup_rw_req_grant()
759 ring_req->operation = BLKIF_OP_INDIRECT; in blkif_queue_rw_req()
1287 segs = rinfo->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free_ring()
1298 if (rinfo->shadow[i].req.operation != BLKIF_OP_INDIRECT) in blkif_free_ring()
1431 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1518 if (s->req.operation == BLKIF_OP_INDIRECT) { in blkif_completion()