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

/linux-master/fs/btrfs/
H A Dlru_cache.c135 struct btrfs_lru_cache_entry *lru_entry; local
137 lru_entry = list_first_entry(&cache->lru_list,
140 btrfs_lru_cache_remove(cache, lru_entry);
/linux-master/drivers/md/
H A Ddm-bufio.c80 struct lru_entry { struct
88 struct lru_entry *stop;
89 struct lru_entry *e;
117 static void lru_insert(struct lru *lru, struct lru_entry *le)
137 * Convert a list_head pointer to an lru_entry pointer.
139 static inline struct lru_entry *to_le(struct list_head *l)
141 return container_of(l, struct lru_entry, list);
164 typedef bool (*iter_predicate)(struct lru_entry *le, void *context);
171 static struct lru_entry *lru_iter_next(struct lru_iter *it,
174 struct lru_entry *
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.h151 struct list_head lru_entry; member in struct:page_info
H A Dblock-map.c203 INIT_LIST_HEAD(&info->lru_entry);
340 if (info->cache->lru_list.prev != &info->lru_entry)
341 list_move_tail(&info->lru_entry, &info->cache->lru_list);
415 list_del_init(&info->lru_entry);
466 list_for_each_entry(info, &cache->lru_list, lru_entry)

Completed in 205 milliseconds