Searched refs:last_found (Results 1 – 3 of 3) sorted by relevance
64 struct page_info *last_found; member
452 if ((cache->last_found != NULL) && (cache->last_found->pbn == pbn)) in find_page()453 return cache->last_found; in find_page()455 cache->last_found = vdo_int_map_get(cache->page_map, pbn); in find_page()456 return cache->last_found; in find_page()
4141 bool last_found = false; in process_dir_items_leaf() local4164 last_found = true; in process_dir_items_leaf()4235 return last_found ? 1 : 0; in process_dir_items_leaf()