Searched refs:lkb_nodeid (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/dlm/ |
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() 707 int n, len, lkb_nodeid, lkb_status, error; in table_write2() local 719 &lkb_id, name, &lkb_flags, &lkb_nodeid, &lkb_status); in table_write2() 725 lkb_nodeid, lkb_status); in table_write2() 832 lkb->lkb_nodeid, lkb->lkb_resource->res_name); in waiters_read()
|
D | lock.c | 165 lkb->lkb_nodeid, lkb->lkb_id, lkb->lkb_remid, lkb->lkb_exflags, in dlm_print_lkb() 252 return lkb->lkb_nodeid && in is_process_copy() 1201 lkb->lkb_nodeid = -1; in _create_lkb() 2308 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert() 2326 lkb->lkb_id, lkb->lkb_nodeid, in grant_pending_convert() 2491 lkb->lkb_nodeid = r->res_nodeid; in set_master() 2501 lkb->lkb_nodeid = 0; in set_master() 2506 lkb->lkb_nodeid = r->res_master_nodeid; in set_master() 2522 lkb->lkb_nodeid = 0; in set_master() 3403 ms->m_nodeid = cpu_to_le32(lkb->lkb_nodeid); in send_args() [all …]
|
D | lock.h | 60 int lkb_nodeid, unsigned int lkb_flags, int lkb_status);
|
D | dlm_internal.h | 233 int lkb_nodeid; /* copied from rsb */ member
|
D | recover.c | 408 lkb->lkb_nodeid = nodeid; in set_lock_master()
|
D | lockspace.c | 732 return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV; in lkb_idr_is_local()
|