Searched refs:lkb_nodeid (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/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() 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()
|
H A 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() 2720 /* note: it's valid for lkb_nodeid/res_nodei 6094 dlm_debug_add_lkb(struct dlm_ls *ls, uint32_t lkb_id, char *name, int len, int lkb_nodeid, unsigned int lkb_dflags, int lkb_status) dlm_debug_add_lkb() argument [all...] |
H A D | lock.h | 60 int lkb_nodeid, unsigned int lkb_flags, int lkb_status);
|
H A D | dlm_internal.h | 157 * (lkb_nodeid is zero and DLM_LKF_MSTCPY is not set) 159 * (lkb_nodeid is non-zero and DLM_LKF_MSTCPY is not set) 161 * (lkb_nodeid is non-zero and DLM_LKF_MSTCPY is set) 186 * lkb_nodeid: when the lkb is a local copy, nodeid is 0; when the lkb 233 int lkb_nodeid; /* copied from rsb */ member
|
H A D | recover.c | 408 lkb->lkb_nodeid = nodeid; in set_lock_master()
|
H A D | lockspace.c | 732 return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV; in lkb_idr_is_local()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 164 lkb->lkb_nodeid, lkb->lkb_id, lkb->lkb_remid, lkb->lkb_exflags, in dlm_print_lkb() 251 return (lkb->lkb_nodeid && !(lkb->lkb_flags & DLM_IFL_MSTCPY)); in is_process_copy() 1190 lkb->lkb_nodeid = -1; in create_lkb() 1908 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in dlm_scan_timeout() 2534 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert() 2552 lkb->lkb_id, lkb->lkb_nodeid, in grant_pending_convert() 2717 lkb->lkb_nodeid = r->res_nodeid; in set_master() 2727 lkb->lkb_nodeid = 0; in set_master() 2732 lkb->lkb_nodeid = r->res_master_nodeid; in set_master() 2748 lkb->lkb_nodeid in set_master() [all...] |
H A D | debug_fs.c | 58 if (lkb->lkb_nodeid) { in print_format1_lock() 59 if (lkb->lkb_nodeid != res->res_nodeid) in print_format1_lock() 60 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock() 184 lkb->lkb_nodeid, in print_format2_lock() 238 lkb->lkb_nodeid, in print_format3_lock() 713 lkb->lkb_nodeid, lkb->lkb_resource->res_name); in waiters_read()
|
H A D | netlink.c | 98 data->nodeid = lkb->lkb_nodeid; in fill_data()
|
H A D | dlm_internal.h | 161 * (lkb_nodeid is zero and DLM_LKF_MSTCPY is not set) 163 * (lkb_nodeid is non-zero and DLM_LKF_MSTCPY is not set) 165 * (lkb_nodeid is non-zero and DLM_LKF_MSTCPY is set) 190 * lkb_nodeid: when the lkb is a local copy, nodeid is 0; when the lkb 233 int lkb_nodeid; /* copied from rsb */ member
|
H A D | recover.c | 407 lkb->lkb_nodeid = nodeid; in set_lock_master()
|
H A D | lockspace.c | 716 return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV; in lkb_idr_is_local()
|
Completed in 21 milliseconds