Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume.c66 #define VOLUME_CACHE_QUEUED_FLAG (1 << 15) macro
322 if ((cache->index[physical_page] & VOLUME_CACHE_QUEUED_FLAG) == 0) { in enqueue_read()
336 read_queue_index | VOLUME_CACHE_QUEUED_FLAG); in enqueue_read()
341 read_queue_index = cache->index[physical_page] & ~VOLUME_CACHE_QUEUED_FLAG; in enqueue_read()
385 queued = (index_value & VOLUME_CACHE_QUEUED_FLAG) != 0; in reserve_read_queue_entry()
663 queued = (index_value & VOLUME_CACHE_QUEUED_FLAG) != 0; in get_page_and_index()
664 index = index_value & ~VOLUME_CACHE_QUEUED_FLAG; in get_page_and_index()