Searched refs:c_lru (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfscache.c | 98 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()
|
H A D | cache.h | 35 struct list_head c_lru; member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfscache.c | 104 INIT_LIST_HEAD(&rp->c_lru); in nfsd_reply_cache_alloc() 129 list_del(&rp->c_lru); in nfsd_reply_cache_free_locked() 204 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()
|
H A D | cache.h | 35 struct list_head c_lru; member
|
Completed in 3 milliseconds