Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/md/
H A Ddm-bufio.c80 struct lru_entry { struct
88 struct lru_entry *stop; argument
89 struct lru_entry *e;
117 static void lru_insert(struct lru *lru, struct lru_entry *le) in lru_insert()
139 static inline struct lru_entry *to_le(struct list_head *l) in to_le()
141 return container_of(l, struct lru_entry, list); in to_le()
164 typedef bool (*iter_predicate)(struct lru_entry *le, void *context);
171 static struct lru_entry *lru_iter_next(struct lru_iter *it, in lru_iter_next()
174 struct lru_entry *e; in lru_iter_next()
196 static void lru_iter_invalidate(struct lru *lru, struct lru_entry *e) in lru_iter_invalidate()
[all …]