Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/xen-blkback/
Dblkback.c1139 case BLKIF_OP_INDIRECT: in __do_block_io_op()
1198 req_operation = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1201 if ((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1233 nseg = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1237 unlikely((req->operation != BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1239 unlikely((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1254 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-v5.10/include/xen/interface/io/
Dblkif.h176 #define BLKIF_OP_INDIRECT 6 macro
/Linux-v5.10/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()
770 ring_req->operation = BLKIF_OP_INDIRECT; in blkif_queue_rw_req()
1296 segs = rinfo->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free_ring()
1307 if (rinfo->shadow[i].req.operation != BLKIF_OP_INDIRECT) in blkif_free_ring()
1440 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1527 if (s->req.operation == BLKIF_OP_INDIRECT) { in blkif_completion()