Home
last modified time | relevance | path

Searched refs:BLOCKIO_WRITE (Results 1 – 15 of 15) sorted by relevance

/system/ulib/fs/include/fs/
A Dblock-txn.h142 using WriteTxn = TypedTxn<vmoid_t, BLOCKIO_WRITE>;
147 using WriteTxn = TypedTxn<const void*, BLOCKIO_WRITE>;
/system/utest/ramdisk/
A Dramdisk.cpp413 request.opcode = BLOCKIO_WRITE; in RamdiskTestReleaseDuringFifoAccess()
1147 request.opcode = BLOCKIO_WRITE; in RamdiskTestFifoBadClientVmoid()
1182 request.opcode = BLOCKIO_WRITE; in RamdiskTestFifoBadClientUnalignedRequest()
1220 request.opcode = BLOCKIO_WRITE; in RamdiskTestFifoBadClientOverflow()
1294 request.opcode = BLOCKIO_WRITE; in RamdiskTestFifoBadClientBadVmo()
1351 requests[0].opcode = BLOCKIO_WRITE; in RamdiskTestFifoSleepUnavailable()
1358 requests[1].opcode = BLOCKIO_WRITE; in RamdiskTestFifoSleepUnavailable()
1384 requests[0].opcode = BLOCKIO_WRITE; in RamdiskTestFifoSleepUnavailable()
1387 requests[1].opcode = BLOCKIO_WRITE; in RamdiskTestFifoSleepUnavailable()
1551 requests[0].opcode = BLOCKIO_WRITE; in RamdiskTestFifoSleepDeferred()
[all …]
/system/utest/zxcrypt/
A Dzxcrypt.cpp357 EXPECT_ZX(device.block_fifo_txn(BLOCKIO_WRITE, 0, 0), ZX_ERR_INVALID_ARGS); in TestVmoZeroLength()
414 EXPECT_ZX(device.block_fifo_txn(BLOCKIO_WRITE, n, 1), ZX_ERR_OUT_OF_RANGE); in TestVmoOutOfBounds()
415 EXPECT_ZX(device.block_fifo_txn(BLOCKIO_WRITE, n - 1, 2), ZX_ERR_OUT_OF_RANGE); in TestVmoOutOfBounds()
416 EXPECT_ZX(device.block_fifo_txn(BLOCKIO_WRITE, 2, n - 1), ZX_ERR_OUT_OF_RANGE); in TestVmoOutOfBounds()
417 EXPECT_ZX(device.block_fifo_txn(BLOCKIO_WRITE, 1, n), ZX_ERR_OUT_OF_RANGE); in TestVmoOutOfBounds()
482 requests[i].opcode = (i % 2 == 0 ? BLOCKIO_WRITE : BLOCKIO_READ); in TestVmoStall()
A Dtest-device.cpp264 ASSERT_OK(block_fifo_txn(BLOCKIO_WRITE, off, len)); in WriteVmo()
/system/ulib/blktest/
A Dblktest.cpp200 requests[0].opcode = BLOCKIO_WRITE; in blkdev_test_fifo_basic()
207 requests[1].opcode = BLOCKIO_WRITE; in blkdev_test_fifo_basic()
271 request.opcode = BLOCKIO_WRITE; in blkdev_test_fifo_whole_disk()
343 requests[b].opcode = BLOCKIO_WRITE; in write_striped_vmo_helper()
601 request.opcode = BLOCKIO_WRITE; in blkdev_test_fifo_bad_client_vmoid()
637 request.opcode = BLOCKIO_WRITE; in blkdev_test_fifo_bad_client_unaligned_request()
675 request.opcode = BLOCKIO_WRITE; in blkdev_test_fifo_bad_client_overflow()
756 request.opcode = BLOCKIO_WRITE; in blkdev_test_fifo_bad_client_bad_vmo()
/system/ulib/fs/
A Dblock-txn.cpp92 if (op == BLOCKIO_WRITE) { in EnqueueOperation()
/system/public/zircon/device/
A Dblock.h278 #define BLOCKIO_WRITE 0x00000002 macro
/system/uapp/iotime/
A Diotime.c151 .opcode = is_read ? BLOCKIO_READ : BLOCKIO_WRITE, in iotime_fifo()
/system/dev/block/block/
A Dserver.cpp74 static_assert(BLOCK_OP_WRITE == BLOCKIO_WRITE, ""); in OpcodeToCommand()
307 case BLOCKIO_WRITE: { in ProcessRequest()
/system/ulib/minfs/
A Dwriteback.cpp76 blk_reqs[i].opcode = BLOCKIO_WRITE; in Flush()
/system/uapp/biotime/
A Dbiotime.cpp160 req.opcode = a->write ? BLOCKIO_WRITE : BLOCKIO_READ; in bio_random_thread()
/system/ulib/blobfs/
A Dwriteback.cpp77 blk_reqs[i].opcode = BLOCKIO_WRITE; in Flush()
/system/uapp/disk-pave/
A Dpave-lib.cpp266 request.opcode = BLOCKIO_WRITE; in WriteVmoToBlock()
817 request.opcode = BLOCKIO_WRITE; in FvmStreamPartitions()
/system/uapp/iochk/
A Diochk.cpp234 .opcode = BLOCKIO_WRITE, in Fill()
/system/utest/fvm/
A Dfvm.cpp379 request.opcode = BLOCKIO_WRITE; in CheckWrite()

Completed in 35 milliseconds