Searched refs:lkb_nodeid (Results 1 – 6 of 6) sorted by relevance
/linux/fs/dlm/ |
H A D | debug_fs.c | 61 if (lkb->lkb_nodeid) { in print_format1_lock() 62 if (lkb->lkb_nodeid != res->res_nodeid) in print_format1_lock() 63 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock() 187 lkb->lkb_nodeid, in print_format2_lock() 241 lkb->lkb_nodeid, in print_format3_lock() 505 int n, len, lkb_nodeid, lkb_status, error; in table_write2() local 517 &lkb_id, name, &lkb_flags, &lkb_nodeid, &lkb_status); in table_write2() 523 lkb_nodeid, lkb_status); in table_write2() 614 lkb->lkb_nodeid, lkb->lkb_resource->res_name); in waiters_read()
|
H A D | lock.c | 252 return lkb->lkb_nodeid && in is_process_copy() 1501 lkb->lkb_nodeid = -1; in _create_lkb() 2665 lkb->lkb_nodeid = 0; in set_master() 2686 lkb->lkb_nodeid = 0; in set_master() 3675 to_nodeid = lkb->lkb_nodeid; in send_grant() 3971 else if (lkb->lkb_nodeid != -1 && lkb->lkb_nodeid != from) in validate_message() 3985 lkb->lkb_nodeid); in validate_message() 4469 lkb->lkb_nodeid = -1; in receive_request_reply() 4752 lkb->lkb_nodeid = -1; in receive_lookup_reply() 5085 lkb->lkb_nodeid, in dlm_recover_waiters_pre() [all …]
|
H A D | lock.h | 63 int lkb_nodeid, unsigned int lkb_flags, int lkb_status);
|
H A D | dlm_internal.h | 256 int lkb_nodeid; /* copied from rsb */ member
|
H A D | recover.c | 411 lkb->lkb_nodeid = nodeid; in set_lock_master()
|
H A D | lockspace.c | 688 if (lkb->lkb_nodeid == 0 && in lockspace_busy()
|