HomeSort by: relevance | last modified time | path
    Searched defs:clops (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 78 struct cluster_ops *clops = NULL; variable in typeref:struct:cluster_ops
404 if ((cluster_iface == IF_AUTO || cluster_iface == IF_CMAN) && (clops = init_cman_cluster())) {
412 if (!clops)
413 if ((cluster_iface == IF_AUTO || cluster_iface == IF_GULM) && (clops = init_gulm_cluster())) {
422 if (!clops)
423 if (((cluster_iface == IF_AUTO || cluster_iface == IF_COROSYNC) && (clops = init_corosync_cluster()))) {
431 if (!clops)
432 if ((cluster_iface == IF_AUTO || cluster_iface == IF_OPENAIS) && (clops = init_openais_cluster())) {
440 if (!clops) {
449 clops->get_our_csid(our_csid)
    [all...]

Completed in 27 milliseconds