Searched refs:last_found (Results 1 – 4 of 4) sorted by relevance
89 last_found: bool, field99 last_found: false, in new()188 if self.last_found { in next()217 self.last_found = full_image.is_last(); in next()
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()
4148 bool last_found = false; in process_dir_items_leaf() local4171 last_found = true; in process_dir_items_leaf()4242 return last_found ? 1 : 0; in process_dir_items_leaf()