Symbol: lru_entry
drivers/md/dm-bufio.c
109
static void lru_insert(struct lru *lru, struct lru_entry *le)
drivers/md/dm-bufio.c
131
static inline struct lru_entry *to_le(struct list_head *l)
drivers/md/dm-bufio.c
133
return container_of(l, struct lru_entry, list);
drivers/md/dm-bufio.c
156
typedef bool (*iter_predicate)(struct lru_entry *le, void *context);
drivers/md/dm-bufio.c
163
static struct lru_entry *lru_iter_next(struct lru_iter *it,
drivers/md/dm-bufio.c
166
struct lru_entry *e;
drivers/md/dm-bufio.c
188
static void lru_iter_invalidate(struct lru *lru, struct lru_entry *e)
drivers/md/dm-bufio.c
214
static void lru_remove(struct lru *lru, struct lru_entry *le)
drivers/md/dm-bufio.c
2140
static bool is_writing(struct lru_entry *e, void *context)
drivers/md/dm-bufio.c
2151
struct lru_entry *e;
drivers/md/dm-bufio.c
230
static inline void lru_reference(struct lru_entry *le)
drivers/md/dm-bufio.c
247
typedef enum evict_result (*le_predicate)(struct lru_entry *le, void *context);
drivers/md/dm-bufio.c
249
static struct lru_entry *lru_evict(struct lru *lru, le_predicate pred, void *context, bool no_sleep)
drivers/md/dm-bufio.c
253
struct lru_entry *le;
drivers/md/dm-bufio.c
340
struct lru_entry lru;
drivers/md/dm-bufio.c
531
static inline struct dm_buffer *le_to_buffer(struct lru_entry *le)
drivers/md/dm-bufio.c
538
struct lru_entry *le = list_entry(l, struct lru_entry, list);
drivers/md/dm-bufio.c
656
static enum evict_result __evict_pred(struct lru_entry *le, void *context)
drivers/md/dm-bufio.c
674
struct lru_entry *le;
drivers/md/dm-bufio.c
728
struct lru_entry *le;
drivers/md/dm-bufio.c
775
struct lru_entry *le, *first;
drivers/md/dm-bufio.c
80
struct lru_entry *stop;
drivers/md/dm-bufio.c
81
struct lru_entry *e;
drivers/md/dm-vdo/block-map.c
204
INIT_LIST_HEAD(&info->lru_entry);
drivers/md/dm-vdo/block-map.c
343
if (info->cache->lru_list.prev != &info->lru_entry)
drivers/md/dm-vdo/block-map.c
344
list_move_tail(&info->lru_entry, &info->cache->lru_list);
drivers/md/dm-vdo/block-map.c
420
list_del_init(&info->lru_entry);
drivers/md/dm-vdo/block-map.c
474
list_for_each_entry(info, &cache->lru_list, lru_entry)
drivers/md/dm-vdo/block-map.h
151
struct list_head lru_entry;
fs/btrfs/lru_cache.c
135
struct btrfs_lru_cache_entry *lru_entry;
fs/btrfs/lru_cache.c
137
lru_entry = list_first_entry(&cache->lru_list,
fs/btrfs/lru_cache.c
140
btrfs_lru_cache_remove(cache, lru_entry);