Searched refs:h_version (Results 1 - 14 of 14) sorted by relevance

/linux-master/fs/omfs/
H A Domfs_fs.h39 u8 h_version; /* version, always 1 */ member in struct:omfs_header
H A Dinode.c132 oi->i_head.h_version = 1;
/linux-master/include/trace/events/
H A Ddlm.h345 __field(uint32_t, h_version)
362 __entry->h_version = le32_to_cpu(rc->rc_header.h_version);
376 TP_printk("dst=%u h_seq=%u h_version=%s h_lockspace=%u h_nodeid=%u "
380 show_message_version(__entry->h_version),
409 __field(uint32_t, h_version)
440 __entry->h_version = le32_to_cpu(ms->m_header.h_version);
469 TP_printk("dst=%u h_seq=%u h_version=%s h_lockspace=%u h_nodeid=%u "
476 __entry->h_seq, show_message_version(__entry->h_version),
[all...]
/linux-master/fs/lockd/
H A Dhost.c144 host->h_version = ni->version;
261 if (host->h_version != version)
372 if (host->h_version != ni.version)
459 .version = host->h_version,
/linux-master/fs/dlm/
H A Drcom.c38 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
127 if ((le32_to_cpu(rc->rc_header.h_version) & 0xFFFF0000) != DLM_HEADER_MAJOR) {
130 le32_to_cpu(rc->rc_header.h_version));
519 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
H A Dmidcomms.c390 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
441 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
899 switch (hd->h_version) {
908 le32_to_cpu(hd->h_version), nodeid);
960 opts->o_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
1479 switch (h->h_version) {
H A Dmember.c23 if ((le32_to_cpu(h->h_version) & 0x0000FFFF) < DLM_HEADER_SLOTS)
H A Ddlm_internal.h384 __le32 h_version; member in struct:dlm_header
H A Dlock.c3352 ms->m_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
/linux-master/include/linux/lockd/
H A Dlockd.h51 u32 h_version; /* interface version */ member in struct:nlm_host
/linux-master/fs/xfs/
H A Dxfs_log_recover.c374 if ((be32_to_cpu(rh->h_version) & XLOG_VERSION_2) &&
1499 recp->h_version = cpu_to_be32(
2923 (!rhead->h_version ||
2924 (be32_to_cpu(rhead->h_version) &
2927 __func__, be32_to_cpu(rhead->h_version));
H A Dxfs_log.c1624 head->h_version = cpu_to_be32(
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h166 __be32 h_version; /* LR version : 4 */ member in struct:xlog_rec_header
/linux-master/net/rds/
H A Drds.h237 __be32 h_version; member in struct:rds_ext_header_version

Completed in 203 milliseconds