Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfscache.c138 INIT_LIST_HEAD(&rp->c_lru); in nfsd_reply_cache_alloc()
150 list_del(&rp->c_lru); in nfsd_reply_cache_free_locked()
211 rp = list_first_entry(head, struct svc_cacherep, c_lru); in nfsd_reply_cache_shutdown()
234 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
244 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()
379 list_for_each_entry(rp, rh, c_lru) { in nfsd_cache_search()
Dcache.h21 struct list_head c_lru; member