Searched refs:master_node (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ocfs2/dlm/ |
H A 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/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 373 int master_node, i, ret; in o2hb_nego_timeout() local 385 master_node = find_first_bit(live_node_bitmap, O2NM_MAX_NODES); in o2hb_nego_timeout() 387 if (master_node == o2nm_this_node()) { in o2hb_nego_timeout() 388 if (!test_bit(master_node, reg->hr_nego_node_bitmap)) { in o2hb_nego_timeout() 392 set_bit(master_node, reg->hr_nego_node_bitmap); in o2hb_nego_timeout() 414 if (i == master_node) in o2hb_nego_timeout() 428 reg_bdev(reg), master_node); in o2hb_nego_timeout() 430 master_node); in o2hb_nego_timeout() 433 master_node, ret); in o2hb_nego_timeout()
|
/linux/drivers/soundwire/ |
H A D | master.c | 101 ATTRIBUTE_GROUPS(master_node);
|