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

/linux-master/include/linux/
H A Dlru_cache.h250 extern void lc_committed(struct lru_cache *lc);
/linux-master/lib/
H A Dlru_cache.c465 * lc_committed(lc) and lc_unlock(), to finish the change.
517 * lc_committed - tell @lc that pending changes have been recorded
524 void lc_committed(struct lru_cache *lc) function
616 EXPORT_SYMBOL(lc_committed); variable
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c467 lc_committed(device->act_log);
618 lc_committed(device->act_log);
718 lc_committed(device->resync);
922 lc_committed(device->resync);
1102 lc_committed(device->resync);

Completed in 138 milliseconds