lru_entry
le = container_of(h, struct lru_entry, list);
struct lru_entry *le = list_entry(l, struct lru_entry, list);
struct lru_entry {