Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
H A Dheartbeat.c297 if (o2hb_global_heartbeat_active()) { in o2hb_write_timeout()
330 if (o2hb_global_heartbeat_active()) { in o2hb_arm_timeout()
845 if (!o2hb_global_heartbeat_active()) in o2hb_set_quorum_device()
1847 if (o2hb_global_heartbeat_active()) { in o2hb_region_dev_store()
1891 if (o2hb_global_heartbeat_active()) in o2hb_region_dev_store()
1900 if (hb_task && o2hb_global_heartbeat_active()) in o2hb_region_dev_store()
2016 if (o2hb_global_heartbeat_active()) { in o2hb_heartbeat_group_make_item()
2061 if (o2hb_global_heartbeat_active()) in o2hb_heartbeat_group_make_item()
2086 if (o2hb_global_heartbeat_active()) { in o2hb_heartbeat_group_drop_item()
2112 if (!o2hb_global_heartbeat_active() || !quorum_region) in o2hb_heartbeat_group_drop_item()
[all …]
H A Dheartbeat.h69 int o2hb_global_heartbeat_active(void);
/linux/fs/ocfs2/
H A Dstack_o2cb.c279 "started.\n", (o2hb_global_heartbeat_active() ? in o2cb_cluster_check()