Home | History | Annotate | Download | only in clvmd

Lines Matching defs:local_client_head

74 static struct local_client local_client_head;
452 local_client_head.fd = clops->get_main_cluster_fd();
453 local_client_head.type = CLUSTER_MAIN_SOCK;
454 local_client_head.callback = clops->cluster_fd_callback;
465 newfd->next = local_client_head.next;
466 local_client_head.next = newfd;
703 local_client_head.fd = clops->get_main_cluster_fd();
705 for (thisfd = &local_client_head; thisfd != NULL;
733 for (thisfd = &local_client_head; thisfd != NULL;
799 for (thisfd = &local_client_head; thisfd != NULL;
1003 for (newfd = &local_client_head; newfd != NULL;
1201 new_client->next = local_client_head.next;
1202 local_client_head.next = new_client;
2000 for (thisfd = &local_client_head; thisfd != NULL; thisfd = thisfd->next) {