Searched refs:h_version (Results 1 – 9 of 9) sorted by relevance
| /linux/include/trace/events/ |
| H A D | dlm.h | 337 __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/dlm/ |
| H A D | midcomms.c | 388 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 D | rcom.c | 38 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 D | member.c | 23 if ((le32_to_cpu(h->h_version) & 0x0000FFFF) < DLM_HEADER_SLOTS) in dlm_slots_version()
|
| H A D | lock.c | 3517 ms->m_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_message()
|
| /linux/fs/omfs/ |
| H A D | omfs_fs.h | 39 u8 h_version; /* version, always 1 */ member
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 374 if ((be32_to_cpu(rh->h_version) & XLOG_VERSION_2) && in xlog_logrec_hblks() 1495 recp->h_version = cpu_to_be32( in xlog_add_record() 2956 u32 h_version = be32_to_cpu(rhead->h_version); in xlog_valid_rec_header() local 2967 if (XFS_IS_CORRUPT(mp, h_version != XLOG_VERSION_2)) in xlog_valid_rec_header() 2970 if (XFS_IS_CORRUPT(mp, h_version != XLOG_VERSION_1)) in xlog_valid_rec_header() 3075 (rhead->h_version & cpu_to_be32(XLOG_VERSION_2))) { in xlog_do_recovery_pass()
|
| H A D | xfs_log.c | 1421 iclog->ic_header->h_version = cpu_to_be32( in xlog_alloc_log()
|
| /linux/Documentation/filesystems/ |
| H A D | omfs.rst | 62 u8 h_version; /* version, always 1 */
|