Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfscache.c125 INIT_LIST_HEAD(&rp->c_lru); in nfsd_reply_cache_alloc()
140 list_del(&rp->c_lru); in nfsd_reply_cache_free_locked()
189 rp = list_entry(lru_head.next, struct svc_cacherep, c_lru); in nfsd_reply_cache_shutdown()
210 list_move_tail(&rp->c_lru, &lru_head); in lru_put_end()
240 list_for_each_entry_safe(rp, tmp, &lru_head, c_lru) { in prune_cache_entries()
403 rp = list_first_entry(&lru_head, struct svc_cacherep, c_lru); in nfsd_cache_lookup()
442 struct svc_cacherep, c_lru)); in nfsd_cache_lookup()
Dcache.h22 struct list_head c_lru; member