lc_find
e = lc_find(device->resync, device->resync_wenr);
e = lc_find(device->resync, enr);
tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT);
tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT);
extent = lc_find(device->act_log, enr);
e = lc_find(device->resync, enr);
tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector));
extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
EXPORT_SYMBOL(lc_find);