lc_element        219 include/linux/lru_cache.h 	struct lc_element **lc_element;
lc_element        257 include/linux/lru_cache.h extern void lc_del(struct lru_cache *lc, struct lc_element *element);
lc_element        259 include/linux/lru_cache.h extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
lc_element        260 include/linux/lru_cache.h extern struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr);
lc_element        261 include/linux/lru_cache.h extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
lc_element        262 include/linux/lru_cache.h extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);
lc_element        263 include/linux/lru_cache.h extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
lc_element        270 include/linux/lru_cache.h 				void (*detail) (struct seq_file *, struct lc_element *));
lc_element        311 include/linux/lru_cache.h extern struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i);
lc_element        312 include/linux/lru_cache.h extern unsigned int lc_index_of(struct lru_cache *lc, struct lc_element *e);