Home
last modified time | relevance | path

Searched refs:init_corosync_cluster (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd-comms.h112 struct cluster_ops *init_corosync_cluster(void);
H A Dclvmd-corosync.c645 struct cluster_ops *init_corosync_cluster(void) in init_corosync_cluster() function
H A Dclvmd.c423 …if (((cluster_iface == IF_AUTO || cluster_iface == IF_COROSYNC) && (clops = init_corosync_cluster(… in main()