Searched refs:h_version (Results 1 – 12 of 12) 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/lockd/ |
| H A D | host.c | 143 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 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 | dlm_internal.h | 407 __le32 h_version; member
|
| 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 | 3516 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
|
| H A D | inode.c | 134 oi->i_head.h_version = 1; in __omfs_write_inode()
|
| /linux/Documentation/filesystems/ |
| H A D | omfs.rst | 62 u8 h_version; /* version, always 1 */
|
| /linux/include/linux/lockd/ |
| H A D | lockd.h | 52 u32 h_version; /* interface version */ member
|
| /linux/fs/xfs/ |
| H A D | xfs_log.c | 1461 iclog->ic_header->h_version = cpu_to_be32( in xlog_alloc_log()
|