Searched refs:c_lru (Results 1 – 2 of 2) sorted by relevance
100 INIT_LIST_HEAD(&rp->c_lru); in nfsd_cacherep_alloc()129 rp = list_first_entry(dispose, struct nfsd_cacherep, c_lru); in nfsd_cacherep_dispose()130 list_del(&rp->c_lru); in nfsd_cacherep_dispose()145 list_del(&rp->c_lru); in nfsd_cacherep_unlink_locked()230 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()278 list_add(&rp->c_lru, dispose); in nfsd_prune_bucket_locked()
36 struct list_head c_lru; member