Home
last modified time | relevance | path

Searched refs:h_length (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/trace/events/
H A Ddlm.h348 __field(uint16_t, h_length)
356 le16_to_cpu(rc->rc_header.h_length) - sizeof(*rc))
365 __entry->h_length = le16_to_cpu(rc->rc_header.h_length);
381 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
412 __field(uint16_t, h_length)
433 le16_to_cpu(ms->m_header.h_length) - sizeof(*ms))
443 __entry->h_length = le16_to_cpu(ms->m_header.h_length);
477 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length,
509 __field(uint16_t, h_length)
530 le16_to_cpu(ms->m_header.h_length) - sizeof(*ms))
[all …]
/openbmc/linux/fs/dlm/
H A Drcom.c41 rc->rc_header.h_length = cpu_to_le16(mb_len); in _create_rcom()
300 le16_to_cpu(rc_in->rc_header.h_length)); in receive_sync_reply()
345 inlen = le16_to_cpu(rc_in->rc_header.h_length) - in receive_rcom_names()
386 int len = le16_to_cpu(rc_in->rc_header.h_length) - in receive_rcom_lookup()
522 rc->rc_header.h_length = cpu_to_le16(mb_len); in dlm_send_ls_not_ready()
649 if (le16_to_cpu(rc->rc_header.h_length) < lock_size) in dlm_receive_rcom()
667 if (le16_to_cpu(rc->rc_header.h_length) < lock_size) in dlm_receive_rcom()
H A Dmidcomms.c392 m_header->h_length = cpu_to_le16(mb_len); in dlm_send_ack()
443 m_header->h_length = cpu_to_le16(mb_len); in dlm_send_fin()
661 uint16_t msglen = le16_to_cpu(p->header.h_length); in dlm_midcomms_receive_buffer_3_2()
739 msglen = le16_to_cpu(p->header.h_length); in dlm_midcomms_receive_buffer_3_2()
789 uint16_t msglen = le16_to_cpu(p->header.h_length); in dlm_midcomms_receive_buffer_3_1()
859 msglen = le16_to_cpu(hd->h_length); in dlm_validate_incoming_buffer()
895 msglen = le16_to_cpu(hd->h_length); in dlm_process_incoming_buffer()
962 opts->o_header.h_length = cpu_to_le16(DLM_MIDCOMMS_OPT_LEN + inner_len); in dlm_fill_opts_header()
H A Drequestqueue.c37 int length = le16_to_cpu(ms->m_header.h_length) - in dlm_add_requestqueue()
H A Ddir.c104 left = le16_to_cpu(ls->ls_recover_buf->rc_header.h_length); in dlm_recover_directory()
H A Ddlm_internal.h393 __le16 h_length; member
H A Dlock.c3350 ms->m_header.h_length = cpu_to_le16(mb_len); in _create_message()
3689 return (le16_to_cpu(ms->m_header.h_length) - in receive_extralen()
5361 int lvblen = le16_to_cpu(rc->rc_header.h_length) - in receive_rcom_lock_args()
/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dudp_client.c63 bcopy((char*) host->h_addr, (char*) &server_addr.sin_addr.s_addr,host->h_length); in main()
/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/
H A Dtcp_client.c81 bcopy((char*) host->h_addr, (char*) &server_addr.sin_addr.s_addr,host->h_length); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch145 - host->h_length)
146 - { int j=host->h_length;
230 - tmemmove(&newaddr.sin_addr,host->h_0addr_list,host->h_length);
/openbmc/ipmitool/lib/
H A Dipmi_tsol.c446 memcpy(&sa_in->sin_addr, host->h_addr_list[0], host->h_length); in ipmi_tsol_main()