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.c199 list_move_tail(&clp->cl_lru, &nn->client_lru); in renew_client_locked()
2390 INIT_LIST_HEAD(&clp->cl_lru); in alloc_client()
2479 list_del_init(&clp->cl_lru); in unhash_client_locked()
3168 already_expired = list_empty(&clp->cl_lru); in force_expire_client()
6838 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_get_client_reaplist()
6855 list_add(&clp->cl_lru, reaplist); in nfs4_get_client_reaplist()
6875 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_get_courtesy_client_reaplist()
6881 list_add(&clp->cl_lru, reaplist); in nfs4_get_courtesy_client_reaplist()
6895 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_process_client_reaplist()
6897 list_del_init(&clp->cl_lru); in nfs4_process_client_reaplist()
[all …]
H A Dnfs4proc.c1466 list_for_each_entry(clp, &nn->client_lru, cl_lru) { in nfsd4_async_copy_reaper()