Searched refs:last_found (Results 1 – 3 of 3) sorted by relevance
64 struct page_info *last_found; member
443 if ((cache->last_found != NULL) && (cache->last_found->pbn == pbn)) in find_page()444 return cache->last_found; in find_page()446 cache->last_found = vdo_int_map_get(cache->page_map, pbn); in find_page()447 return cache->last_found; in find_page()
3703 bool last_found = false; in process_dir_items_leaf() local3727 last_found = true; in process_dir_items_leaf()3800 return last_found ? 1 : 0; in process_dir_items_leaf()