Home
last modified time | relevance | path

Searched refs:h_version (Results 1 – 12 of 12) sorted by relevance

/linux/include/trace/events/
H A Ddlm.h337 __field(uint32_t, h_version)
354 __entry->h_version = le32_to_cpu(rc->rc_header.h_version);
372 show_message_version(__entry->h_version),
401 __field(uint32_t, h_version)
432 __entry->h_version = le32_to_cpu(ms->m_header.h_version);
468 __entry->h_seq, show_message_version(__entry->h_version),
498 __field(uint32_t, h_version)
528 __entry->h_version = le32_to_cpu(ms->m_header.h_version);
562 __entry->h_seq, show_message_version(__entry->h_version),
/linux/fs/lockd/
H A Dhost.c143 host->h_version = ni->version; in nlm_alloc_host()
260 if (host->h_version != version) in nlmclnt_lookup_host()
371 if (host->h_version != ni.version) in nlmsvc_lookup_host()
458 .version = host->h_version, in nlm_bind_host()
/linux/fs/dlm/
H A Dmidcomms.c388 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ack()
439 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_fin()
897 switch (hd->h_version) { in dlm_process_incoming_buffer()
906 le32_to_cpu(hd->h_version), nodeid); in dlm_process_incoming_buffer()
958 opts->o_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_fill_opts_header()
1474 switch (h->h_version) { in midcomms_new_rawmsg_cb()
H A Drcom.c38 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); 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()
518 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ls_not_ready()
H A Ddlm_internal.h407 __le32 h_version; member
H A Dmember.c23 if ((le32_to_cpu(h->h_version) & 0x0000FFFF) < DLM_HEADER_SLOTS) in dlm_slots_version()
H A Dlock.c3516 ms->m_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_message()
/linux/fs/omfs/
H A Domfs_fs.h39 u8 h_version; /* version, always 1 */ member
H A Dinode.c134 oi->i_head.h_version = 1; in __omfs_write_inode()
/linux/Documentation/filesystems/
H A Domfs.rst62 u8 h_version; /* version, always 1 */
/linux/include/linux/lockd/
H A Dlockd.h52 u32 h_version; /* interface version */ member
/linux/fs/xfs/
H A Dxfs_log.c1461 iclog->ic_header->h_version = cpu_to_be32( in xlog_alloc_log()