Searched refs:client_lru (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | netns.h | 120 struct list_head client_lru; member
|
| H A D | nfs4state.c | 205 list_move_tail(&clp->cl_lru, &nn->client_lru); in renew_client_locked() 7506 list_for_each_safe(pos, next, &nn->client_lru) { in nfs4_get_client_reaplist() 7543 list_for_each_safe(pos, next, &nn->client_lru) { in nfs4_get_courtesy_client_reaplist() 7585 list_for_each_entry(clp, &nn->client_lru, cl_lru) { in nfs40_clean_admin_revoked() 7776 list_for_each_safe(pos, next, &nn->client_lru) { in deleg_reaper() 9758 INIT_LIST_HEAD(&nn->client_lru); in nfs4_state_create_net()
|
| H A D | nfs4proc.c | 1495 list_for_each_entry(clp, &nn->client_lru, cl_lru) { in nfsd4_async_copy_reaper()
|