Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/block/xen-blkback/
Dblkback.c1144 case BLKIF_OP_INDIRECT: in __do_block_io_op()
1203 req_operation = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1206 if ((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1238 nseg = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1242 unlikely((req->operation != BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1244 unlikely((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1259 if (req->operation != BLKIF_OP_INDIRECT) { in dispatch_rw_block_io()
Dcommon.h424 case BLKIF_OP_INDIRECT: in blkif_get_x86_32_req()
472 case BLKIF_OP_INDIRECT: in blkif_get_x86_64_req()
/Linux-v6.1/include/xen/interface/io/
Dblkif.h176 #define BLKIF_OP_INDIRECT 6 macro
/Linux-v6.1/drivers/block/
Dxen-blkfront.c623 if ((ring_req->operation == BLKIF_OP_INDIRECT) && in blkif_setup_rw_req_grant()
666 if (ring_req->operation != BLKIF_OP_INDIRECT) { in blkif_setup_rw_req_grant()
772 ring_req->operation = BLKIF_OP_INDIRECT; in blkif_queue_rw_req()
1251 segs = rinfo->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free_ring()
1262 if (rinfo->shadow[i].req.operation != BLKIF_OP_INDIRECT) in blkif_free_ring()
1395 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1482 if (s->req.operation == BLKIF_OP_INDIRECT) { in blkif_completion()
1566 if (op == BLKIF_OP_INDIRECT) in blkif_interrupt()