Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_cache_priv.h139 } io_op; member
Dblock_cache.c113 int io_op) { in block_cache_queue_io_op() argument
114 assert(io_op == BLOCK_CACHE_IO_OP_READ || io_op == BLOCK_CACHE_IO_OP_WRITE); in block_cache_queue_io_op()
115 assert(entry->io_op == BLOCK_CACHE_IO_OP_NONE); in block_cache_queue_io_op()
119 entry->io_op = io_op; in block_cache_queue_io_op()
176 unsigned int io_op) { in block_cache_pop_io_op() argument
183 assert(entry->io_op == io_op); in block_cache_pop_io_op()
184 entry->io_op = BLOCK_CACHE_IO_OP_NONE; in block_cache_pop_io_op()
971 block_cache_entries[i].io_op = BLOCK_CACHE_IO_OP_NONE; in block_cache_init()