Symbol: lc_element
drivers/block/drbd/drbd_actlog.c
1016
struct lc_element *e;
drivers/block/drbd/drbd_actlog.c
1137
struct lc_element *e;
drivers/block/drbd/drbd_actlog.c
1195
struct lc_element *e;
drivers/block/drbd/drbd_actlog.c
208
struct lc_element *tmp;
drivers/block/drbd/drbd_actlog.c
218
static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock)
drivers/block/drbd/drbd_actlog.c
220
struct lc_element *al_ext;
drivers/block/drbd/drbd_actlog.c
271
struct lc_element *al_ext;
drivers/block/drbd/drbd_actlog.c
318
struct lc_element *e;
drivers/block/drbd/drbd_actlog.c
502
struct lc_element *tmp;
drivers/block/drbd/drbd_actlog.c
516
struct lc_element *al_ext;
drivers/block/drbd/drbd_actlog.c
540
struct lc_element *extent;
drivers/block/drbd/drbd_actlog.c
562
static int _try_lc_del(struct drbd_device *device, struct lc_element *al_ext)
drivers/block/drbd/drbd_actlog.c
586
struct lc_element *al_ext;
drivers/block/drbd/drbd_actlog.c
648
struct lc_element *e;
drivers/block/drbd/drbd_actlog.c
899
struct lc_element *e;
drivers/block/drbd/drbd_debugfs.c
649
static void resync_dump_detail(struct seq_file *m, struct lc_element *e)
drivers/block/drbd/drbd_int.h
1163
struct lc_element lce;
drivers/block/drbd/drbd_main.c
2099
"drbd_al", sizeof(struct lc_element), 0, 0, NULL);
drivers/block/drbd/drbd_nl.c
1151
struct lc_element *e;
drivers/block/drbd/drbd_nl.c
1162
dc->al_extents, sizeof(struct lc_element), 0);
drivers/block/drbd/drbd_receiver.c
2552
struct lc_element *tmp;
include/linux/lru_cache.h
206
struct lc_element **lc_element;
include/linux/lru_cache.h
243
extern void lc_del(struct lru_cache *lc, struct lc_element *element);
include/linux/lru_cache.h
245
extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
include/linux/lru_cache.h
246
extern struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr);
include/linux/lru_cache.h
247
extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
include/linux/lru_cache.h
248
extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);
include/linux/lru_cache.h
249
extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
include/linux/lru_cache.h
256
void (*detail) (struct seq_file *, struct lc_element *));
include/linux/lru_cache.h
297
extern struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i);
lib/lru_cache.c
100
element = kzalloc_objs(struct lc_element *, e_count);
lib/lru_cache.c
119
lc->lc_element = element;
lib/lru_cache.c
152
void *p = lc->lc_element[i];
lib/lru_cache.c
171
kfree(lc->lc_element);
lib/lru_cache.c
202
struct lc_element *e = lc->lc_element[i];
lib/lru_cache.c
239
static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr,
lib/lru_cache.c
242
struct lc_element *e;
lib/lru_cache.c
270
struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr)
lib/lru_cache.c
287
struct lc_element *e = __lc_find(lc, enr, 1);
lib/lru_cache.c
299
void lc_del(struct lru_cache *lc, struct lc_element *e)
lib/lru_cache.c
311
static struct lc_element *lc_prepare_for_change(struct lru_cache *lc, unsigned new_number)
lib/lru_cache.c
314
struct lc_element *e;
lib/lru_cache.c
323
e = list_entry(n, struct lc_element, list);
lib/lru_cache.c
351
static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags)
lib/lru_cache.c
353
struct lc_element *e;
lib/lru_cache.c
41
struct lc_element *e_ = (e); \
lib/lru_cache.c
44
BUG_ON(lc_->lc_element[i] != e_); } while (0)
lib/lru_cache.c
470
struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr)
lib/lru_cache.c
490
struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr)
lib/lru_cache.c
511
struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr)
lib/lru_cache.c
526
struct lc_element *e, *tmp;
lib/lru_cache.c
549
unsigned int lc_put(struct lru_cache *lc, struct lc_element *e)
lib/lru_cache.c
569
struct lc_element *lc_element_by_index(struct lru_cache *lc, unsigned i)
lib/lru_cache.c
572
BUG_ON(lc->lc_element[i] == NULL);
lib/lru_cache.c
573
BUG_ON(lc->lc_element[i]->lc_index != i);
lib/lru_cache.c
574
return lc->lc_element[i];
lib/lru_cache.c
587
void (*detail) (struct seq_file *, struct lc_element *))
lib/lru_cache.c
590
struct lc_element *e;
lib/lru_cache.c
82
struct lc_element **element = NULL;
lib/lru_cache.c
84
struct lc_element *e;