Searched refs:BLOCKIO_WRITE (Results 1 – 15 of 15) sorted by relevance
| /system/ulib/fs/include/fs/ |
| A D | block-txn.h | 142 using WriteTxn = TypedTxn<vmoid_t, BLOCKIO_WRITE>; 147 using WriteTxn = TypedTxn<const void*, BLOCKIO_WRITE>;
|
| /system/utest/ramdisk/ |
| A D | ramdisk.cpp | 413 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 D | zxcrypt.cpp | 357 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 D | test-device.cpp | 264 ASSERT_OK(block_fifo_txn(BLOCKIO_WRITE, off, len)); in WriteVmo()
|
| /system/ulib/blktest/ |
| A D | blktest.cpp | 200 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 D | block-txn.cpp | 92 if (op == BLOCKIO_WRITE) { in EnqueueOperation()
|
| /system/public/zircon/device/ |
| A D | block.h | 278 #define BLOCKIO_WRITE 0x00000002 macro
|
| /system/uapp/iotime/ |
| A D | iotime.c | 151 .opcode = is_read ? BLOCKIO_READ : BLOCKIO_WRITE, in iotime_fifo()
|
| /system/dev/block/block/ |
| A D | server.cpp | 74 static_assert(BLOCK_OP_WRITE == BLOCKIO_WRITE, ""); in OpcodeToCommand() 307 case BLOCKIO_WRITE: { in ProcessRequest()
|
| /system/ulib/minfs/ |
| A D | writeback.cpp | 76 blk_reqs[i].opcode = BLOCKIO_WRITE; in Flush()
|
| /system/uapp/biotime/ |
| A D | biotime.cpp | 160 req.opcode = a->write ? BLOCKIO_WRITE : BLOCKIO_READ; in bio_random_thread()
|
| /system/ulib/blobfs/ |
| A D | writeback.cpp | 77 blk_reqs[i].opcode = BLOCKIO_WRITE; in Flush()
|
| /system/uapp/disk-pave/ |
| A D | pave-lib.cpp | 266 request.opcode = BLOCKIO_WRITE; in WriteVmoToBlock() 817 request.opcode = BLOCKIO_WRITE; in FvmStreamPartitions()
|
| /system/uapp/iochk/ |
| A D | iochk.cpp | 234 .opcode = BLOCKIO_WRITE, in Fill()
|
| /system/utest/fvm/ |
| A D | fvm.cpp | 379 request.opcode = BLOCKIO_WRITE; in CheckWrite()
|
Completed in 35 milliseconds