Home
last modified time | relevance | path

Searched refs:last_found (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
A Dblock-map.h64 struct page_info *last_found; member
A Dblock-map.c445 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()
/linux/fs/btrfs/
A Dtree-log.c3723 bool last_found = false; in process_dir_items_leaf() local
3747 last_found = true; in process_dir_items_leaf()
3820 return last_found ? 1 : 0; in process_dir_items_leaf()

Completed in 27 milliseconds