Home
last modified time | relevance | path

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

/linux-6.6.21/fs/dlm/
Drcom.c38 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_rcom()
39 rc->rc_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id); in _create_rcom()
40 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in _create_rcom()
41 rc->rc_header.h_length = cpu_to_le16(mb_len); in _create_rcom()
42 rc->rc_header.h_cmd = DLM_RCOM; in _create_rcom()
127 if ((le32_to_cpu(rc->rc_header.h_version) & 0xFFFF0000) != DLM_HEADER_MAJOR) { in check_rcom_config()
130 le32_to_cpu(rc->rc_header.h_version)); in check_rcom_config()
231 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_status()
237 if (!dlm_slots_version(&rc_in->rc_header)) { in receive_rcom_status()
294 le32_to_cpu(rc_in->rc_header.h_nodeid), in receive_sync_reply()
[all …]
Ddir.c104 left = le16_to_cpu(ls->ls_recover_buf->rc_header.h_length); in dlm_recover_directory()
Dmember.c33 if (!dlm_slots_version(&rc->rc_header)) in dlm_slot_save()
107 if (!dlm_slots_version(&rc->rc_header)) in dlm_slots_copy_in()
Ddlm_internal.h455 struct dlm_header rc_header; member
Dlock.c5348 lkb->lkb_nodeid = le32_to_cpu(rc->rc_header.h_nodeid); in receive_rcom_lock_args()
5363 int lvblen = le16_to_cpu(rc->rc_header.h_length) - in receive_rcom_lock_args()
5401 int from_nodeid = le32_to_cpu(rc->rc_header.h_nodeid); in dlm_recover_master_copy()
5494 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5505 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5521 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5532 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
/linux-6.6.21/include/trace/events/
Ddlm.h356 le16_to_cpu(rc->rc_header.h_length) - sizeof(*rc))
362 __entry->h_version = le32_to_cpu(rc->rc_header.h_version);
363 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace);
364 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
365 __entry->h_length = le16_to_cpu(rc->rc_header.h_length);
366 __entry->h_cmd = rc->rc_header.h_cmd;