Searched refs:BLOCKIO_FLUSH (Results 1 – 6 of 6) sorted by relevance
21 request.opcode = BLOCKIO_FLUSH; in FlushClient()
96 } else if (op == BLOCKIO_FLUSH) { in EnqueueOperation()
129 txn_.EnqueueOperation(BLOCKIO_FLUSH, id, vmo_offset, dev_offset, nblocks); in EnqueueFlush()
281 #define BLOCKIO_FLUSH 0x00000003 macro
75 static_assert(BLOCK_OP_FLUSH == BLOCKIO_FLUSH, ""); in OpcodeToCommand()420 case BLOCKIO_FLUSH: { in ProcessRequest()
167 bop->command = BLOCKIO_FLUSH; in DoIoLocked()
Completed in 9 milliseconds