Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfscache.c98 INIT_LIST_HEAD(&rp->c_lru); in nfsd_cacherep_alloc()
127 rp = list_first_entry(dispose, struct nfsd_cacherep, c_lru); in nfsd_cacherep_dispose()
128 list_del(&rp->c_lru); in nfsd_cacherep_dispose()
143 list_del(&rp->c_lru); in nfsd_cacherep_unlink_locked()
226 rp = list_first_entry(head, struct nfsd_cacherep, c_lru); in nfsd_reply_cache_shutdown()
246 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
272 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in nfsd_prune_bucket_locked()
285 list_add(&rp->c_lru, dispose); in nfsd_prune_bucket_locked()
H A Dcache.h35 struct list_head c_lru; member