Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
A Ddlmunlock.c86 int master_node) in dlmunlock_common() argument
94 mlog(0, "master_node = %d, valblk = %d\n", master_node, in dlmunlock_common()
97 if (master_node) in dlmunlock_common()
116 if (master_node && !(flags & LKM_CANCEL)) { in dlmunlock_common()
144 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node)) in dlmunlock_common()
150 if (master_node) in dlmunlock_common()
157 if (!master_node) { in dlmunlock_common()
217 master_node ? "" : "non-"); in dlmunlock_common()
/fs/ocfs2/cluster/
A Dheartbeat.c374 int master_node, i, ret; in o2hb_nego_timeout() local
386 master_node = find_first_bit(live_node_bitmap, O2NM_MAX_NODES); in o2hb_nego_timeout()
388 if (master_node == o2nm_this_node()) { in o2hb_nego_timeout()
389 if (!test_bit(master_node, reg->hr_nego_node_bitmap)) { in o2hb_nego_timeout()
393 set_bit(master_node, reg->hr_nego_node_bitmap); in o2hb_nego_timeout()
415 if (i == master_node) in o2hb_nego_timeout()
429 reg_bdev(reg), master_node); in o2hb_nego_timeout()
431 master_node); in o2hb_nego_timeout()
434 master_node, ret); in o2hb_nego_timeout()

Completed in 9 milliseconds