Searched refs:master_node (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/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-v5.15/fs/ocfs2/cluster/ | 
| D | heartbeat.c | 370 	int master_node, i, ret;  in o2hb_nego_timeout()  local 382 	master_node = find_next_bit(live_node_bitmap, O2NM_MAX_NODES, 0);  in o2hb_nego_timeout() 384 	if (master_node == o2nm_this_node()) {  in o2hb_nego_timeout() 385 		if (!test_bit(master_node, reg->hr_nego_node_bitmap)) {  in o2hb_nego_timeout() 389 			set_bit(master_node, reg->hr_nego_node_bitmap);  in o2hb_nego_timeout() 410 			if (i == master_node)  in o2hb_nego_timeout() 424 			reg->hr_dev_name, master_node);  in o2hb_nego_timeout() 426 				master_node);  in o2hb_nego_timeout() 429 				master_node, ret);  in o2hb_nego_timeout()
  | 
| /Linux-v5.15/drivers/soundwire/ | 
| D | master.c | 101 ATTRIBUTE_GROUPS(master_node);
  |