Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dbuffer.c1290 struct buffer_head *evictee = NULL; in bh_lru_install() local
1309 BUG_ON(evictee != NULL); in bh_lru_install()
1310 evictee = bh2; in bh_lru_install()
1322 if (evictee) in bh_lru_install()
1323 __brelse(evictee); in bh_lru_install()