Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
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()
247 rp = list_first_entry(head, struct nfsd_cacherep, c_lru); in nfsd_reply_cache_shutdown()
267 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
293 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in nfsd_prune_bucket_locked()
306 list_add(&rp->c_lru, dispose); in nfsd_prune_bucket_locked()
Dcache.h35 struct list_head c_lru; member