Home
last modified time | relevance | path

Searched refs:clops (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c78 struct cluster_ops *clops = NULL; variable
404 if ((cluster_iface == IF_AUTO || cluster_iface == IF_CMAN) && (clops = init_cman_cluster())) { in main()
412 if (!clops) in main()
413 if ((cluster_iface == IF_AUTO || cluster_iface == IF_GULM) && (clops = init_gulm_cluster())) { in main()
422 if (!clops) in main()
423 …if (((cluster_iface == IF_AUTO || cluster_iface == IF_COROSYNC) && (clops = init_corosync_cluster(… in main()
431 if (!clops) in main()
432 …if ((cluster_iface == IF_AUTO || cluster_iface == IF_OPENAIS) && (clops = init_openais_cluster()))… in main()
440 if (!clops) { in main()
449 clops->get_our_csid(our_csid); in main()
[all …]
H A Dclvmd-command.c84 extern struct cluster_ops *clops;
167 status = clops->get_cluster_name(*buf, buflen); in do_command()