lc_find           209 drivers/block/drbd/drbd_actlog.c 	tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT);
lc_find           521 drivers/block/drbd/drbd_actlog.c 		tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT);
lc_find           558 drivers/block/drbd/drbd_actlog.c 		extent = lc_find(device->act_log, enr);
lc_find           667 drivers/block/drbd/drbd_actlog.c 		e = lc_find(device->resync, enr);
lc_find          1044 drivers/block/drbd/drbd_actlog.c 		e = lc_find(device->resync, device->resync_wenr);
lc_find          1142 drivers/block/drbd/drbd_actlog.c 	e = lc_find(device->resync, enr);
lc_find          2776 drivers/block/drbd/drbd_receiver.c 	tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector));
lc_find           249 include/linux/lru_cache.h extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
lc_find           666 lib/lru_cache.c EXPORT_SYMBOL(lc_find);