Searched refs:lkb_nodeid (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/dlm/ | 
| 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() 712 			       lkb->lkb_nodeid, lkb->lkb_resource->res_name);  in waiters_read()
  | 
| 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() 1905 				  lkb->lkb_id, lkb->lkb_nodeid, r->res_name);  in dlm_scan_timeout() 2531 				  lkb->lkb_id, lkb->lkb_nodeid, r->res_name);  in grant_pending_convert() 2549 					  lkb->lkb_id, lkb->lkb_nodeid,  in grant_pending_convert() 2714 		lkb->lkb_nodeid = r->res_nodeid;  in set_master() 2724 		lkb->lkb_nodeid = 0;  in set_master() 2729 		lkb->lkb_nodeid = r->res_master_nodeid;  in set_master() 2745 		lkb->lkb_nodeid = 0;  in set_master() [all …] 
 | 
| D | netlink.c | 98 	data->nodeid = lkb->lkb_nodeid;  in fill_data()
  | 
| D | dlm_internal.h | 234 	int			lkb_nodeid;	/* copied from rsb */  member
  | 
| D | recover.c | 407 			lkb->lkb_nodeid = nodeid;  in set_lock_master()
  | 
| D | lockspace.c | 726 	return lkb->lkb_nodeid == 0 && lkb->lkb_grmode != DLM_LOCK_IV;  in lkb_idr_is_local()
  |