Searched refs:nf_lru (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/nfsd/ |
| D | filecache.c | 179 INIT_LIST_HEAD(&nf->nf_lru); in nfsd_file_alloc() 259 if (!list_empty(&nf->nf_lru)) in nfsd_file_do_unhash() 260 list_lru_del(&nfsd_file_lru, &nf->nf_lru); in nfsd_file_do_unhash() 289 list_add(&nf->nf_lru, dispose); in nfsd_file_unhash_and_release_locked() 332 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list() 333 list_del(&nf->nf_lru); in nfsd_file_dispose_list() 345 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_sync() 346 list_del(&nf->nf_lru); in nfsd_file_dispose_list_sync() 366 struct nfsd_file *nf = list_entry(item, struct nfsd_file, nf_lru); in nfsd_file_lru_cb() 394 list_lru_isolate_move(lru, &nf->nf_lru, head); in nfsd_file_lru_cb() [all …]
|
| D | filecache.h | 33 struct list_head nf_lru; member
|