Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dnfscache.c103 INIT_LIST_HEAD(&rp->c_lru); in nfsd_reply_cache_alloc()
128 list_del(&rp->c_lru); in nfsd_reply_cache_free_locked()
202 rp = list_first_entry(head, struct svc_cacherep, c_lru); 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()
Dcache.h35 struct list_head c_lru; member