Searched refs:io_op (Results 1 – 2 of 2) sorted by relevance
139 } io_op; member
113 int io_op) { in block_cache_queue_io_op() argument114 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() argument183 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()