OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026