Searched refs:master_node (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmunlock.c | 88 int master_node) in dlmunlock_common() 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() 83 dlmunlock_common(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int flags, int *call_ast, int master_node) dlmunlock_common() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmunlock.c | 86 int master_node) in dlmunlock_common() 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() 81 dlmunlock_common(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int flags, int *call_ast, int master_node) dlmunlock_common() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 372 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()
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | master.c | 101 ATTRIBUTE_GROUPS(master_node); variable
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | master.c | 101 ATTRIBUTE_GROUPS(master_node); variable
|
Completed in 10 milliseconds