Home
last modified time | relevance | path

Searched refs:lru_entry (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dlru_cache.c135 struct btrfs_lru_cache_entry *lru_entry; in btrfs_lru_cache_store() local
137 lru_entry = list_first_entry(&cache->lru_list, in btrfs_lru_cache_store()
140 btrfs_lru_cache_remove(cache, lru_entry); in btrfs_lru_cache_store()
/linux-6.15/drivers/md/
H A Ddm-bufio.c82 struct lru_entry { struct
90 struct lru_entry *stop; argument
91 struct lru_entry *e;
176 struct lru_entry *e; in lru_iter_next()
263 struct lru_entry *le; in lru_evict()
350 struct lru_entry lru;
533 struct lru_entry *le = list_entry(l, struct lru_entry, list); in list_to_buffer()
685 struct lru_entry *le; in __cache_evict()
737 struct lru_entry *le; in __cache_mark_many()
784 struct lru_entry *le, *first; in __cache_iterate()
[all …]
/linux-6.15/drivers/md/dm-vdo/
H A Dblock-map.h151 struct list_head lru_entry; member
H A Dblock-map.c203 INIT_LIST_HEAD(&info->lru_entry); in initialize_info()
338 if (info->cache->lru_list.prev != &info->lru_entry) in update_lru()
339 list_move_tail(&info->lru_entry, &info->cache->lru_list); in update_lru()
413 list_del_init(&info->lru_entry); in reset_page_info()
464 list_for_each_entry(info, &cache->lru_list, lru_entry) in select_lru_page()