Home
last modified time | relevance | path

Searched refs:lkb_nodeid (Results 1 – 6 of 6) sorted by relevance

/linux/fs/dlm/
H A Ddebug_fs.c61 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()
505 int n, len, lkb_nodeid, lkb_status, error; in table_write2() local
517 &lkb_id, name, &lkb_flags, &lkb_nodeid, &lkb_status); in table_write2()
523 lkb_nodeid, lkb_status); in table_write2()
614 lkb->lkb_nodeid, lkb->lkb_resource->res_name); in waiters_read()
H A Dlock.c165 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()
1515 lkb->lkb_nodeid = -1; in _create_lkb()
2477 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert()
2495 lkb->lkb_id, lkb->lkb_nodeid, in grant_pending_convert()
2660 lkb->lkb_nodeid = r->res_nodeid; in set_master()
2670 lkb->lkb_nodeid = 0; in set_master()
2675 lkb->lkb_nodeid = r->res_master_nodeid; in set_master()
2691 lkb->lkb_nodeid = 0; in set_master()
3567 ms->m_nodeid = cpu_to_le32(lkb->lkb_nodeid); in send_args()
[all …]
H A Dlock.h63 int lkb_nodeid, unsigned int lkb_flags, int lkb_status);
H A Drecover.c411 lkb->lkb_nodeid = nodeid; in set_lock_master()
847 lkb->lkb_rqmode, lkb->lkb_nodeid, in recover_conversion()
H A Ddlm_internal.h256 int lkb_nodeid; /* copied from rsb */ member
H A Dlockspace.c688 if (lkb->lkb_nodeid == 0 && in lockspace_busy()