Searched refs:h_version (Results 1 – 11 of 11) sorted by relevance
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()
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()
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()
407 __le32 h_version; member
23 if ((le32_to_cpu(h->h_version) & 0x0000FFFF) < DLM_HEADER_SLOTS) in dlm_slots_version()
3516 ms->m_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_message()
39 u8 h_version; /* version, always 1 */ member
133 oi->i_head.h_version = 1; in __omfs_write_inode()
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()2959 (!rhead->h_version || in xlog_valid_rec_header()2960 (be32_to_cpu(rhead->h_version) & in xlog_valid_rec_header()2963 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header()3068 (rhead->h_version & cpu_to_be32(XLOG_VERSION_2))) { in xlog_do_recovery_pass()
1467 head->h_version = cpu_to_be32( in xlog_alloc_log()
169 __be32 h_version; /* LR version : 4 */ member
Completed in 48 milliseconds