Home
last modified time | relevance | path

Searched refs:lc_find (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/block/drbd/
Ddrbd_actlog.c220 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in find_active_resync_extent()
375 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock()
412 extent = lc_find(device->act_log, enr); in drbd_al_complete_io()
665 e = lc_find(device->resync, enr); in update_rs_extent()
1027 e = lc_find(device->resync, device->resync_wenr); in drbd_try_rs_begin_io()
1125 e = lc_find(device->resync, enr); in drbd_rs_complete_io()
Ddrbd_receiver.c2453 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector)); in drbd_rs_should_slow_down()
/linux-4.4.14/include/linux/
Dlru_cache.h261 extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
/linux-4.4.14/lib/
Dlru_cache.c294 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() function
680 EXPORT_SYMBOL(lc_find);