Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfscache.c35 struct list_head lru_head; member
177 INIT_LIST_HEAD(&nn->drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
200 struct list_head *head = &nn->drc_hashtbl[i].lru_head; in nfsd_reply_cache_shutdown()
224 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
233 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()
262 if (list_empty(&b->lru_head)) in prune_cache_entries()