Searched refs:lc_put (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_actlog.c417 lc_put(device->act_log, extent); drbd_al_complete_io()
719 lc_put(device->resync, &ext->lce); update_rs_extent()
969 if (lc_put(device->resync, &bm_ext->lce) == 0) { drbd_rs_begin_io()
1020 * application writes, we'd miss the lc_put on the drbd_try_rs_begin_io()
1024 * the lc_put here... drbd_try_rs_begin_io()
1034 if (lc_put(device->resync, &bm_ext->lce) == 0) { drbd_try_rs_begin_io()
1105 if (lc_put(device->resync, &bm_ext->lce) == 0) { drbd_try_rs_begin_io()
1142 if (lc_put(device->resync, &bm_ext->lce) == 0) { drbd_rs_complete_io()
1199 lc_put(device->resync, &bm_ext->lce); drbd_rs_del_all()
/linux-4.1.27/lib/
H A Dlru_cache.c565 * lc_put - give up refcnt of @e
573 unsigned int lc_put(struct lru_cache *lc, struct lc_element *e) lc_put() function
682 EXPORT_SYMBOL(lc_put); variable
/linux-4.1.27/include/linux/
H A Dlru_cache.h263 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);

Completed in 224 milliseconds