Home
last modified time | relevance | path

Searched refs:cl_lru (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dstate.h456 struct list_head cl_lru; /* tail queue */ member
H A Dnfs4state.c204 list_move_tail(&clp->cl_lru, &nn->client_lru); in renew_client_locked()
2380 INIT_LIST_HEAD(&clp->cl_lru); in alloc_client()
2465 list_del_init(&clp->cl_lru); in unhash_client_locked()
3151 already_expired = list_empty(&clp->cl_lru); in force_expire_client()
6820 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_get_client_reaplist()
6837 list_add(&clp->cl_lru, reaplist); in nfs4_get_client_reaplist()
6857 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_get_courtesy_client_reaplist()
6863 list_add(&clp->cl_lru, reaplist); in nfs4_get_courtesy_client_reaplist()
6877 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_process_client_reaplist()
6879 list_del_init(&clp->cl_lru); in nfs4_process_client_reaplist()
[all …]
H A Dnfs4proc.c1463 list_for_each_entry(clp, &nn->client_lru, cl_lru) { in nfsd4_async_copy_reaper()