Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dstate.h425 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()
2345 INIT_LIST_HEAD(&clp->cl_lru); in alloc_client()
2424 list_del_init(&clp->cl_lru); in unhash_client_locked()
3108 already_expired = list_empty(&clp->cl_lru); in force_expire_client()
6651 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_get_client_reaplist()
6668 list_add(&clp->cl_lru, reaplist); in nfs4_get_client_reaplist()
6688 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_get_courtesy_client_reaplist()
6694 list_add(&clp->cl_lru, reaplist); in nfs4_get_courtesy_client_reaplist()
6708 clp = list_entry(pos, struct nfs4_client, cl_lru); in nfs4_process_client_reaplist()
6710 list_del_init(&clp->cl_lru); in nfs4_process_client_reaplist()
[all …]
H A Dnfs4proc.c1347 list_for_each_entry(clp, &nn->client_lru, cl_lru) { in nfsd4_async_copy_reaper()