Searched refs:last_found (Results 1 – 3 of 3) sorted by relevance
64 struct page_info *last_found; member
445 if ((cache->last_found != NULL) && (cache->last_found->pbn == pbn)) in find_page()446 return cache->last_found; in find_page()448 cache->last_found = vdo_int_map_get(cache->page_map, pbn); in find_page()449 return cache->last_found; in find_page()
3723 bool last_found = false; in process_dir_items_leaf() local3747 last_found = true; in process_dir_items_leaf()3820 return last_found ? 1 : 0; in process_dir_items_leaf()
Completed in 27 milliseconds