Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfscache.c34 struct list_head lru_head; member
195 INIT_LIST_HEAD(&nn->drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
218 struct list_head *head = &nn->drc_hashtbl[i].lru_head; in nfsd_reply_cache_shutdown()
241 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
250 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()
279 if (list_empty(&b->lru_head)) in prune_cache_entries()