Searched refs:rc_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/dlm/ |
D | rcom.c | 196 allow_sync_reply(ls, &rc->rc_id); in dlm_rcom_status() 261 rc->rc_id = rc_in->rc_id; in receive_rcom_status() 291 le64_to_cpu(rc_in->rc_id) != ls->ls_rcom_seq) { in receive_sync_reply() 295 (unsigned long long)le64_to_cpu(rc_in->rc_id), in receive_sync_reply() 324 allow_sync_reply(ls, &rc->rc_id); in dlm_rcom_names() 353 rc->rc_id = rc_in->rc_id; in receive_rcom_names() 373 rc->rc_id = cpu_to_le64(r->res_id); in dlm_send_rcom_lookup() 390 if (rc_in->rc_id == cpu_to_le64(0xFFFFFFFF)) { in receive_rcom_lookup() 406 rc->rc_id = rc_in->rc_id; in receive_rcom_lookup() 466 rc->rc_id = cpu_to_le64((uintptr_t)r); in dlm_send_rcom_lock() [all …]
|
D | recover.c | 572 r = recover_idr_find(ls, le64_to_cpu(rc->rc_id)); in dlm_recover_master_reply() 575 (unsigned long long)le64_to_cpu(rc->rc_id)); in dlm_recover_master_reply()
|
D | dlm_internal.h | 458 __le64 rc_id; /* match reply with request */ member
|
/linux-6.6.21/include/trace/events/ |
D | dlm.h | 352 __field(uint64_t, rc_id) 369 __entry->rc_id = le64_to_cpu(rc->rc_id); 384 __entry->rc_result, __entry->rc_id, __entry->rc_seq,
|
/linux-6.6.21/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 234 u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, re, rc_id, re_id, base; in ibmphp_access_ebda() local 298 rc_id = readw(io_mem + sub_addr); /* sub blk id */ in ibmphp_access_ebda() 301 if (rc_id != 0x5243) in ibmphp_access_ebda()
|