Searched refs:client_lru (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nfsd/
H A Dnetns.h90 * client_lru holds client queue ordered by nfs4_client.cl_time
98 struct list_head client_lru; member in struct:nfsd_net
H A Dnfs4state.c204 list_move_tail(&clp->cl_lru, &nn->client_lru);
6364 list_for_each_safe(pos, next, &nn->client_lru) {
6401 list_for_each_safe(pos, next, &nn->client_lru) {
6443 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6603 list_for_each_safe(pos, next, &nn->client_lru) {
8524 INIT_LIST_HEAD(&nn->client_lru);

Completed in 147 milliseconds