Searched refs:BLKIF_OP_READ (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dblkif.h528 #define BLKIF_OP_READ 0 macro
/netbsd-current/sys/arch/xen/xen/
H A Dxbdback_xenbus.c1072 if (real_op != BLKIF_OP_READ &&
1083 case BLKIF_OP_READ:
1192 KASSERT(req->operation == BLKIF_OP_READ ||
1477 case BLKIF_OP_READ:
1557 req->operation == BLKIF_OP_READ);
1559 if (req->operation == BLKIF_OP_READ && bp->b_error == 0) {
H A Dxbd_xenbus.c827 if (rep->operation != BLKIF_OP_READ &&
1277 bp->b_flags & B_READ ? BLKIF_OP_READ : BLKIF_OP_WRITE;
1340 bp->b_flags & B_READ ? BLKIF_OP_READ : BLKIF_OP_WRITE;

Completed in 183 milliseconds