Home
last modified time | relevance | path

Searched refs:BLOCK_CACHE_IO_OP_READ (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/
Dblock_cache_priv.h137 BLOCK_CACHE_IO_OP_READ, enumerator
Dblock_cache.c114 assert(io_op == BLOCK_CACHE_IO_OP_READ || io_op == BLOCK_CACHE_IO_OP_WRITE); in block_cache_queue_io_op()
130 block_cache_queue_io_op(entry, BLOCK_CACHE_IO_OP_READ); in block_cache_queue_read()
218 entry = block_cache_pop_io_op(dev, block, BLOCK_CACHE_IO_OP_READ); in block_cache_complete_read()