nf_lru 179 fs/nfsd/filecache.c INIT_LIST_HEAD(&nf->nf_lru); nf_lru 259 fs/nfsd/filecache.c if (!list_empty(&nf->nf_lru)) nf_lru 260 fs/nfsd/filecache.c list_lru_del(&nfsd_file_lru, &nf->nf_lru); nf_lru 289 fs/nfsd/filecache.c list_add(&nf->nf_lru, dispose); nf_lru 332 fs/nfsd/filecache.c nf = list_first_entry(dispose, struct nfsd_file, nf_lru); nf_lru 333 fs/nfsd/filecache.c list_del(&nf->nf_lru); nf_lru 345 fs/nfsd/filecache.c nf = list_first_entry(dispose, struct nfsd_file, nf_lru); nf_lru 346 fs/nfsd/filecache.c list_del(&nf->nf_lru); nf_lru 366 fs/nfsd/filecache.c struct nfsd_file *nf = list_entry(item, struct nfsd_file, nf_lru); nf_lru 394 fs/nfsd/filecache.c list_lru_isolate_move(lru, &nf->nf_lru, head); nf_lru 407 fs/nfsd/filecache.c struct nfsd_file, nf_lru); nf_lru 408 fs/nfsd/filecache.c list_del_init(&nf->nf_lru); nf_lru 872 fs/nfsd/filecache.c list_lru_add(&nfsd_file_lru, &nf->nf_lru); nf_lru 33 fs/nfsd/filecache.h struct list_head nf_lru;