Home
last modified time | relevance | path

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

/linux-5.19.10/fs/dlm/
Drcom.c37 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_rcom()
38 rc->rc_header.u.h_lockspace = cpu_to_le32(ls->ls_global_id); in _create_rcom()
39 rc->rc_header.h_nodeid = cpu_to_le32(dlm_our_nodeid()); in _create_rcom()
40 rc->rc_header.h_length = cpu_to_le16(mb_len); in _create_rcom()
41 rc->rc_header.h_cmd = DLM_RCOM; in _create_rcom()
128 if ((le32_to_cpu(rc->rc_header.h_version) & 0xFFFF0000) != DLM_HEADER_MAJOR) { in check_rcom_config()
131 le32_to_cpu(rc->rc_header.h_version)); in check_rcom_config()
228 int nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); in receive_rcom_status()
234 if (!dlm_slots_version(&rc_in->rc_header)) { in receive_rcom_status()
291 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.h453 struct dlm_header rc_header; member
Dlock.c5648 lkb->lkb_nodeid = le32_to_cpu(rc->rc_header.h_nodeid); in receive_rcom_lock_args()
5663 int lvblen = le16_to_cpu(rc->rc_header.h_length) - in receive_rcom_lock_args()
5700 int from_nodeid = le32_to_cpu(rc->rc_header.h_nodeid); in dlm_recover_master_copy()
5789 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5800 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5816 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()
5827 lkid, le32_to_cpu(rc->rc_header.h_nodeid), remid, in dlm_recover_process_copy()