Searched defs:evicted (Results 1 - 1 of 1) sorted by relevance

/drivers/block/drbd/
H A Ddrbd_actlog.c298 const unsigned int evicted = aw->old_enr; local
308 drbd_disk_str(mdev->state.disk), evicted, new_enr);
317 * if we cannot write out the bitmap of the evicted extent. */
318 if (mdev->state.conn < C_CONNECTED && evicted != LC_FREE)
319 drbd_bm_write_page(mdev, al_extent_to_bm_page(evicted));
325 drbd_disk_str(mdev->state.disk), evicted, new_enr);

Completed in 49 milliseconds