Searched refs:VOLUME_CACHE_QUEUED_FLAG (Results 1 – 1 of 1) sorted by relevance
66 #define VOLUME_CACHE_QUEUED_FLAG (1 << 15) macro322 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()