Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfscache.c33 struct list_head lru_head; member
187 INIT_LIST_HEAD(&drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
207 struct list_head *head = &drc_hashtbl[i].lru_head; in nfsd_reply_cache_shutdown()
230 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
239 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()
268 if (list_empty(&b->lru_head)) in prune_cache_entries()
355 struct list_head *rh = &b->lru_head; in nfsd_cache_search()