Home
last modified time | relevance | path

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

/linux/fs/dlm/
A Dutil.c25 hd->h_version = cpu_to_le32(hd->h_version); in header_out()
34 hd->h_version = le32_to_cpu(hd->h_version); in header_in()
A Drcom.c37 rc->rc_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_rcom()
130 if ((rc->rc_header.h_version & 0xFFFF0000) != DLM_HEADER_MAJOR) { in check_rcom_config()
133 rc->rc_header.h_version); in check_rcom_config()
503 rc->rc_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ls_not_ready()
A Dmidcomms.c376 m_header->h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ack()
405 m_header->h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_fin()
912 switch (le32_to_cpu(hd->h_version)) { in dlm_process_incoming_buffer()
921 le32_to_cpu(hd->h_version), nodeid); in dlm_process_incoming_buffer()
1016 opts->o_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_fill_opts_header()
A Ddlm_internal.h388 uint32_t h_version; member
A Dmember.c23 if ((h->h_version & 0x0000FFFF) < DLM_HEADER_SLOTS) in dlm_slots_version()
A Dlock.c3546 ms->m_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_message()
/linux/fs/lockd/
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()
/linux/fs/omfs/
A Domfs_fs.h39 u8 h_version; /* version, always 1 */ member
A Dinode.c132 oi->i_head.h_version = 1; in __omfs_write_inode()
/linux/include/linux/lockd/
A Dlockd.h51 u32 h_version; /* interface version */ member
/linux/Documentation/filesystems/
A Domfs.rst62 u8 h_version; /* version, always 1 */
/linux/fs/xfs/
A Dxfs_log_recover.c381 if ((be32_to_cpu(rh->h_version) & XLOG_VERSION_2) && in xlog_logrec_hblks()
1506 recp->h_version = cpu_to_be32( in xlog_add_record()
2919 (!rhead->h_version || in xlog_valid_rec_header()
2920 (be32_to_cpu(rhead->h_version) & in xlog_valid_rec_header()
2923 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header()
A Dxfs_log.c1607 head->h_version = cpu_to_be32( in xlog_alloc_log()
/linux/fs/xfs/libxfs/
A Dxfs_log_format.h162 __be32 h_version; /* LR version : 4 */ member
/linux/net/rds/
A Drds.h237 __be32 h_version; member

Completed in 84 milliseconds