Home
last modified time | relevance | path

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

/fs/dlm/
Dlock.c163 lkb->lkb_nodeid, lkb->lkb_id, lkb->lkb_remid, lkb->lkb_exflags, in dlm_print_lkb()
247 return (lkb->lkb_nodeid && !(lkb->lkb_flags & DLM_IFL_MSTCPY)); in is_process_copy()
253 DLM_ASSERT(lkb->lkb_nodeid, dlm_print_lkb(lkb);); in is_master_copy()
594 lkb->lkb_nodeid = -1; in create_lkb()
1107 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in dlm_scan_timeout()
1701 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert()
1708 lkb->lkb_id, lkb->lkb_nodeid, r->res_name); in grant_pending_convert()
1862 lkb->lkb_nodeid = r->res_nodeid; in set_master()
1872 lkb->lkb_nodeid = 0; in set_master()
1877 lkb->lkb_nodeid = r->res_nodeid; in set_master()
[all …]
Ddebug_fs.c59 if (lkb->lkb_nodeid) { in print_format1_lock()
60 if (lkb->lkb_nodeid != res->res_nodeid) in print_format1_lock()
61 seq_printf(s, " Remote: %3d %08x", lkb->lkb_nodeid, in print_format1_lock()
192 lkb->lkb_nodeid, in print_format2_lock()
250 lkb->lkb_nodeid, in print_format3_lock()
630 lkb->lkb_nodeid, lkb->lkb_resource->res_name); in waiters_read()
Dnetlink.c111 data->nodeid = lkb->lkb_nodeid; in fill_data()
Ddlm_internal.h223 int lkb_nodeid; /* copied from rsb */ member
Drecover.c296 lkb->lkb_nodeid = nodeid; in set_lock_master()
Dlockspace.c657 if (!lkb->lkb_nodeid) { in lockspace_busy()