Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Ddlm.h345 __field(uint32_t, h_version)
362 __entry->h_version = le32_to_cpu(rc->rc_header.h_version);
380 show_message_version(__entry->h_version),
409 __field(uint32_t, h_version)
440 __entry->h_version = le32_to_cpu(ms->m_header.h_version);
476 __entry->h_seq, show_message_version(__entry->h_version),
506 __field(uint32_t, h_version)
536 __entry->h_version = le32_to_cpu(ms->m_header.h_version);
570 __entry->h_seq, show_message_version(__entry->h_version),
/openbmc/linux/fs/lockd/
H A Dhost.c144 host->h_version = ni->version; in nlm_alloc_host()
261 if (host->h_version != version) in nlmclnt_lookup_host()
372 if (host->h_version != ni.version) in nlmsvc_lookup_host()
459 .version = host->h_version, in nlm_bind_host()
/openbmc/linux/fs/omfs/
H A Domfs_fs.h39 u8 h_version; /* version, always 1 */ member
H A Dinode.c132 oi->i_head.h_version = 1; in __omfs_write_inode()
/openbmc/linux/fs/dlm/
H A Dmidcomms.c390 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ack()
441 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_fin()
899 switch (hd->h_version) { in dlm_process_incoming_buffer()
908 le32_to_cpu(hd->h_version), nodeid); in dlm_process_incoming_buffer()
960 opts->o_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_fill_opts_header()
1479 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()
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()
519 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ls_not_ready()
H A Ddlm_internal.h385 __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.c3347 ms->m_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_message()
/openbmc/linux/fs/xfs/
H A Dxfs_log_recover.c374 if ((be32_to_cpu(rh->h_version) & XLOG_VERSION_2) && in xlog_logrec_hblks()
1499 recp->h_version = cpu_to_be32( in xlog_add_record()
2925 (!rhead->h_version || in xlog_valid_rec_header()
2926 (be32_to_cpu(rhead->h_version) & in xlog_valid_rec_header()
2929 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header()
3034 (rhead->h_version & cpu_to_be32(XLOG_VERSION_2))) { in xlog_do_recovery_pass()
H A Dxfs_log.c1623 head->h_version = cpu_to_be32( in xlog_alloc_log()
/openbmc/linux/include/linux/lockd/
H A Dlockd.h51 u32 h_version; /* interface version */ member
/openbmc/linux/Documentation/filesystems/
H A Domfs.rst62 u8 h_version; /* version, always 1 */
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h166 __be32 h_version; /* LR version : 4 */ member
/openbmc/linux/net/rds/
H A Drds.h237 __be32 h_version; member