Home
last modified time | relevance | path

Searched refs:BLKIF_OP_INDIRECT (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/xen-blkback/
H A Dblkback.c1143 case BLKIF_OP_INDIRECT: in __do_block_io_op()
1202 req_operation = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1205 if ((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1237 nseg = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1241 unlikely((req->operation != BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1243 unlikely((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1258 if (req->operation != BLKIF_OP_INDIRECT) { in dispatch_rw_block_io()
H A Dcommon.h426 case BLKIF_OP_INDIRECT: in blkif_get_x86_32_req()
474 case BLKIF_OP_INDIRECT: in blkif_get_x86_64_req()
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dblkif.h173 * If a backend does not recognize BLKIF_OP_INDIRECT, it should *not*
176 #define BLKIF_OP_INDIRECT 6 macro
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dblkif.h173 * If a backend does not recognize BLKIF_OP_INDIRECT, it should *not*
176 #define BLKIF_OP_INDIRECT 6 macro
/kernel/linux/linux-6.6/drivers/block/xen-blkback/
H A Dblkback.c1104 case BLKIF_OP_INDIRECT: in blkif_get_x86_32_req()
1157 case BLKIF_OP_INDIRECT: in blkif_get_x86_64_req()
1248 case BLKIF_OP_INDIRECT: in __do_block_io_op()
1307 req_operation = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1310 if ((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1342 nseg = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1346 unlikely((req->operation != BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1348 unlikely((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1363 if (req->operation != BLKIF_OP_INDIRECT) { in dispatch_rw_block_io()
/kernel/linux/linux-5.10/drivers/block/
H A Dxen-blkfront.c635 if ((ring_req->operation == BLKIF_OP_INDIRECT) && in blkif_setup_rw_req_grant()
678 if (ring_req->operation != BLKIF_OP_INDIRECT) { in blkif_setup_rw_req_grant()
784 ring_req->operation = BLKIF_OP_INDIRECT; in blkif_queue_rw_req()
1318 segs = rinfo->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free_ring()
1329 if (rinfo->shadow[i].req.operation != BLKIF_OP_INDIRECT) in blkif_free_ring()
1469 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1556 if (s->req.operation == BLKIF_OP_INDIRECT) { in blkif_completion()
1640 if (op == BLKIF_OP_INDIRECT) in blkif_interrupt()
/kernel/linux/linux-6.6/drivers/block/
H A 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()
1252 segs = rinfo->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free_ring()
1263 if (rinfo->shadow[i].req.operation != BLKIF_OP_INDIRECT) in blkif_free_ring()
1396 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1483 if (s->req.operation == BLKIF_OP_INDIRECT) { in blkif_completion()
1567 if (op == BLKIF_OP_INDIRECT) in blkif_interrupt()

Completed in 14 milliseconds