Searched refs:master_node (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/dlm/ |
D | dlmunlock.c | 103 int master_node) in dlmunlock_common() argument 111 mlog(0, "master_node = %d, valblk = %d\n", master_node, in dlmunlock_common() 114 if (master_node) in dlmunlock_common() 133 if (master_node && !(flags & LKM_CANCEL)) { in dlmunlock_common() 161 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node)) in dlmunlock_common() 167 if (master_node) in dlmunlock_common() 174 if (!master_node) { in dlmunlock_common() 234 master_node ? "" : "non-"); in dlmunlock_common()
|
/fs/ocfs2/cluster/ |
D | heartbeat.c | 396 int master_node, i, ret; in o2hb_nego_timeout() local 408 master_node = find_next_bit(live_node_bitmap, O2NM_MAX_NODES, 0); in o2hb_nego_timeout() 410 if (master_node == o2nm_this_node()) { in o2hb_nego_timeout() 411 if (!test_bit(master_node, reg->hr_nego_node_bitmap)) { in o2hb_nego_timeout() 415 set_bit(master_node, reg->hr_nego_node_bitmap); in o2hb_nego_timeout() 436 if (i == master_node) in o2hb_nego_timeout() 450 reg->hr_dev_name, master_node); in o2hb_nego_timeout() 452 master_node); in o2hb_nego_timeout() 455 master_node, ret); in o2hb_nego_timeout()
|