Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfscache.c31 struct list_head lru_head; member
184 INIT_LIST_HEAD(&drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
205 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()
240 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()
270 if (list_empty(&b->lru_head)) in prune_cache_entries()
274 if (!list_empty(&b->lru_head)) in prune_cache_entries()
372 struct list_head *rh = &b->lru_head; in nfsd_cache_search()