Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A 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()
126 if ((le32_to_cpu(rc->rc_header.h_version) & 0xFFFF0000) != DLM_HEADER_MAJOR) { in check_rcom_config()
129 le32_to_cpu(rc->rc_header.h_version)); in check_rcom_config()
230 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_status()
236 if (!dlm_slots_version(&rc_in->rc_header)) { in receive_rcom_status()
293 le32_to_cpu(rc_in->rc_header in receive_sync_reply()
[all...]
H A 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()
H A Ddir.c102 left = le16_to_cpu(ls->ls_recover_buf->rc_header.h_length); in dlm_recover_directory()
H A Ddlm_internal.h478 struct dlm_header rc_header; member
H A Dlock.c5548 lkb->lkb_nodeid = le32_to_cpu(rc->rc_header.h_nodeid); in receive_rcom_lock_args()
5563 int lvblen = le16_to_cpu(rc->rc_header.h_length) - in receive_rcom_lock_args()
5602 int from_nodeid = le32_to_cpu(rc->rc_header.h_nodeid); in dlm_recover_master_copy()
5695 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5706 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5722 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5733 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
/linux/include/trace/events/
H A Ddlm.h348 le16_to_cpu(rc->rc_header.h_length) - sizeof(*rc))
354 __entry->h_version = le32_to_cpu(rc->rc_header.h_version);
355 __entry->h_lockspace = le32_to_cpu(rc->rc_header.u.h_lockspace);
356 __entry->h_nodeid = le32_to_cpu(rc->rc_header.h_nodeid);
357 __entry->h_length = le16_to_cpu(rc->rc_header.h_length);
358 __entry->h_cmd = rc->rc_header.h_cmd;