Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/dlm/
Ddlmunlock.c88 int master_node) in dlmunlock_common() argument
96 mlog(0, "master_node = %d, valblk = %d\n", master_node, in dlmunlock_common()
99 if (master_node) in dlmunlock_common()
118 if (master_node && !(flags & LKM_CANCEL)) { in dlmunlock_common()
146 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node)) in dlmunlock_common()
152 if (master_node) in dlmunlock_common()
159 if (!master_node) { in dlmunlock_common()
219 master_node ? "" : "non-"); in dlmunlock_common()
/Linux-v5.10/fs/ocfs2/cluster/
Dheartbeat.c372 int master_node, i, ret; in o2hb_nego_timeout() local
384 master_node = find_next_bit(live_node_bitmap, O2NM_MAX_NODES, 0); in o2hb_nego_timeout()
386 if (master_node == o2nm_this_node()) { in o2hb_nego_timeout()
387 if (!test_bit(master_node, reg->hr_nego_node_bitmap)) { in o2hb_nego_timeout()
391 set_bit(master_node, reg->hr_nego_node_bitmap); in o2hb_nego_timeout()
412 if (i == master_node) in o2hb_nego_timeout()
426 reg->hr_dev_name, master_node); in o2hb_nego_timeout()
428 master_node); in o2hb_nego_timeout()
431 master_node, ret); in o2hb_nego_timeout()
/Linux-v5.10/drivers/soundwire/
Dmaster.c92 ATTRIBUTE_GROUPS(master_node);