Searched refs:master_node (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/ocfs2/dlm/ |
D | dlmunlock.c | 86 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()
|
/linux-6.1.9/fs/ocfs2/cluster/ |
D | heartbeat.c | 368 int master_node, i, ret; in o2hb_nego_timeout() local 380 master_node = find_first_bit(live_node_bitmap, O2NM_MAX_NODES); in o2hb_nego_timeout() 382 if (master_node == o2nm_this_node()) { in o2hb_nego_timeout() 383 if (!test_bit(master_node, reg->hr_nego_node_bitmap)) { in o2hb_nego_timeout() 387 set_bit(master_node, reg->hr_nego_node_bitmap); in o2hb_nego_timeout() 408 if (i == master_node) in o2hb_nego_timeout() 422 reg->hr_bdev, master_node); in o2hb_nego_timeout() 424 master_node); in o2hb_nego_timeout() 427 master_node, ret); in o2hb_nego_timeout()
|
/linux-6.1.9/drivers/soundwire/ |
D | master.c | 101 ATTRIBUTE_GROUPS(master_node);
|