Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dfilecache.c181 INIT_LIST_HEAD(&nf->nf_lru); in nfsd_file_alloc()
262 if (!list_empty(&nf->nf_lru)) in nfsd_file_unhash()
263 list_lru_del(&nfsd_file_lru, &nf->nf_lru); in nfsd_file_unhash()
284 list_add(&nf->nf_lru, dispose); in nfsd_file_unhash_and_release_locked()
333 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list()
334 list_del(&nf->nf_lru); in nfsd_file_dispose_list()
346 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_sync()
347 list_del(&nf->nf_lru); in nfsd_file_dispose_list_sync()
390 list_for_each_entry_safe(nf, tmp, src, nf_lru) { in nfsd_file_list_add_pernet()
392 list_move_tail(&nf->nf_lru, dst); in nfsd_file_list_add_pernet()
[all …]
H A Dfilecache.h33 struct list_head nf_lru; member