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);
6384 list_for_each_safe(pos, next, &nn->client_lru) {
6421 list_for_each_safe(pos, next, &nn->client_lru) {
6463 list_for_each_entry(clp, &nn->client_lru, cl_lru) {
6623 list_for_each_safe(pos, next, &nn->client_lru) {
8551 INIT_LIST_HEAD(&nn->client_lru);

Completed in 123 milliseconds