Searched refs:lkb_nodeid (Results 1 – 6 of 6) sorted by relevance
/fs/dlm/ |
D | lock.c | 163 lkb->lkb_nodeid, lkb->lkb_id, lkb->lkb_remid, lkb->lkb_exflags, in dlm_print_lkb() 247 return (lkb->lkb_nodeid && !(lkb->lkb_flags & DLM_IFL_MSTCPY)); in is_process_copy() 253 DLM_ASSERT(lkb->lkb_nodeid, dlm_print_lkb(lkb);); in is_master_copy() 594 lkb->lkb_nodeid = -1; in create_lkb() 1107 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in dlm_scan_timeout() 1701 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert() 1708 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert() 1862 lkb->lkb_nodeid = r->res_nodeid; in set_master() 1872 lkb->lkb_nodeid = 0; in set_master() 1877 lkb->lkb_nodeid = r->res_nodeid; in set_master() [all …]
|
D | debug_fs.c | 59 if (lkb->lkb_nodeid) { in print_format1_lock() 60 if (lkb->lkb_nodeid != res->res_nodeid) in print_format1_lock() 61 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock() 192 lkb->lkb_nodeid, in print_format2_lock() 250 lkb->lkb_nodeid, in print_format3_lock() 630 lkb->lkb_nodeid, lkb->lkb_resource->res_name); in waiters_read()
|
D | netlink.c | 111 data->nodeid = lkb->lkb_nodeid; in fill_data()
|
D | dlm_internal.h | 223 int lkb_nodeid; /* copied from rsb */ member
|
D | recover.c | 296 lkb->lkb_nodeid = nodeid; in set_lock_master()
|
D | lockspace.c | 657 if (!lkb->lkb_nodeid) { in lockspace_busy()
|