Searched refs:h_version (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | dlm.h | 352 __field(uint32_t, h_version) 369 __entry->h_version = le32_to_cpu(rc->rc_header.h_version); 387 show_message_version(__entry->h_version), 416 __field(uint32_t, h_version) 447 __entry->h_version = le32_to_cpu(ms->m_header.h_version); 483 __entry->h_seq, show_message_version(__entry->h_version), 513 __field(uint32_t, h_version) 543 __entry->h_version = le32_to_cpu(ms->m_header.h_version); 577 __entry->h_seq, show_message_version(__entry->h_version),
|
/linux-6.3-rc2/fs/lockd/ |
A D | host.c | 144 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()
|
/linux-6.3-rc2/fs/omfs/ |
A D | omfs_fs.h | 39 u8 h_version; /* version, always 1 */ member
|
A D | inode.c | 132 oi->i_head.h_version = 1; in __omfs_write_inode()
|
/linux-6.3-rc2/fs/dlm/ |
A D | rcom.c | 37 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); 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() 505 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ls_not_ready()
|
A D | midcomms.c | 385 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ack() 414 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_fin() 942 switch (hd->h_version) { in dlm_process_incoming_buffer() 951 le32_to_cpu(hd->h_version), nodeid); in dlm_process_incoming_buffer() 1046 opts->o_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_fill_opts_header() 1538 switch (h->h_version) { in midcomms_new_rawmsg_cb()
|
A D | dlm_internal.h | 397 __le32 h_version; member
|
A D | member.c | 23 if ((le32_to_cpu(h->h_version) & 0x0000FFFF) < DLM_HEADER_SLOTS) in dlm_slots_version()
|
A D | lock.c | 3522 ms->m_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_message()
|
/linux-6.3-rc2/include/linux/lockd/ |
A D | lockd.h | 51 u32 h_version; /* interface version */ member
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | omfs.rst | 62 u8 h_version; /* version, always 1 */
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log_recover.c | 374 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() 2917 (!rhead->h_version || in xlog_valid_rec_header() 2918 (be32_to_cpu(rhead->h_version) & in xlog_valid_rec_header() 2921 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header()
|
A D | xfs_log.c | 1656 head->h_version = cpu_to_be32( in xlog_alloc_log()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_log_format.h | 166 __be32 h_version; /* LR version : 4 */ member
|
/linux-6.3-rc2/net/rds/ |
A D | rds.h | 237 __be32 h_version; member
|
Completed in 52 milliseconds