Searched refs:lkb_nodeid (Results 1 – 6 of 6) sorted by relevance
/fs/dlm/ |
D | debug_fs.c | 60 if (lkb->lkb_nodeid) { in print_format1_lock() 61 if (lkb->lkb_nodeid != res->res_nodeid) in print_format1_lock() 62 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock() 193 lkb->lkb_nodeid, in print_format2_lock() 251 lkb->lkb_nodeid, in print_format3_lock() 700 lkb->lkb_nodeid, lkb->lkb_resource->res_name); in waiters_read()
|
D | lock.c | 166 lkb->lkb_nodeid, lkb->lkb_id, lkb->lkb_remid, lkb->lkb_exflags, in dlm_print_lkb() 253 return (lkb->lkb_nodeid && !(lkb->lkb_flags & DLM_IFL_MSTCPY)); in is_process_copy() 1192 lkb->lkb_nodeid = -1; in create_lkb() 1907 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in dlm_scan_timeout() 2542 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert() 2549 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert() 2712 lkb->lkb_nodeid = r->res_nodeid; in set_master() 2722 lkb->lkb_nodeid = 0; in set_master() 2727 lkb->lkb_nodeid = r->res_master_nodeid; in set_master() 2743 lkb->lkb_nodeid = 0; in set_master() [all …]
|
D | netlink.c | 99 data->nodeid = lkb->lkb_nodeid; in fill_data()
|
D | dlm_internal.h | 227 int lkb_nodeid; /* copied from rsb */ member
|
D | recover.c | 405 lkb->lkb_nodeid = nodeid; in set_lock_master()
|
D | lockspace.c | 709 if (!lkb->lkb_nodeid) in lkb_idr_is_local()
|