Searched refs:lkb_nodeid (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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() 186 lkb->lkb_nodeid, in print_format2_lock() 240 lkb->lkb_nodeid, in print_format3_lock() 642 int n, len, lkb_nodeid, lkb_status, error; in table_write2() local 654 &lkb_id, name, &lkb_flags, &lkb_nodeid, &lkb_status); in table_write2() 660 lkb_nodeid, lkb_status); in table_write2() 745 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() 1212 lkb->lkb_nodeid = -1; in _create_lkb() 1881 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in dlm_scan_timeout() 2501 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert() 2519 lkb->lkb_id, lkb->lkb_nodeid, in grant_pending_convert() 2684 lkb->lkb_nodeid = r->res_nodeid; in set_master() 2694 lkb->lkb_nodeid = 0; in set_master() 2699 lkb->lkb_nodeid = r->res_master_nodeid; in set_master() 2715 lkb->lkb_nodeid = 0; in set_master() [all …]
|
D | netlink.c | 99 data->nodeid = lkb->lkb_nodeid; in fill_data()
|
D | lock.h | 75 int lkb_nodeid, unsigned int lkb_flags, int lkb_status);
|
D | dlm_internal.h | 242 int lkb_nodeid; /* copied from rsb */ member
|
D | recover.c | 407 lkb->lkb_nodeid = nodeid; in set_lock_master()
|
D | lockspace.c | 759 return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV; in lkb_idr_is_local()
|