/kernel/linux/linux-6.6/include/trace/events/ |
H A D | dlm.h | 345 __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...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | util.c | 25 hd->h_version = cpu_to_le32(hd->h_version); in header_out() 33 hd->h_version = le32_to_cpu(hd->h_version); in header_in()
|
H A D | rcom.c | 48 rc->rc_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in create_rcom() 97 if ((rc->rc_header.h_version & 0xFFFF0000) != DLM_HEADER_MAJOR) { in check_rcom_config() 100 rc->rc_header.h_version); in check_rcom_config() 469 rc->rc_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ls_not_ready()
|
H A D | dlm_internal.h | 379 uint32_t h_version; member
|
H A D | member.c | 22 if ((h->h_version & 0x0000FFFF) < DLM_HEADER_SLOTS) in dlm_slots_version()
|
/kernel/linux/linux-5.10/fs/omfs/ |
H A D | omfs_fs.h | 39 u8 h_version; /* version, always 1 */ member
|
H A D | inode.c | 132 oi->i_head.h_version = 1; in __omfs_write_inode()
|
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | omfs_fs.h | 39 u8 h_version; /* version, always 1 */ member
|
H A D | inode.c | 132 oi->i_head.h_version = 1; in __omfs_write_inode()
|
/kernel/linux/linux-5.10/fs/lockd/ |
H 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()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | rcom.c | 38 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_rcom() 127 if ((le32_to_cpu(rc->rc_header.h_version) & 0xFFFF0000) != DLM_HEADER_MAJOR) { in check_rcom_config() 130 le32_to_cpu(rc->rc_header.h_version)); in check_rcom_config() 519 rc->rc_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ls_not_ready()
|
H A D | midcomms.c | 390 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ack() 441 m_header->h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_fin() 899 switch (hd->h_version) { in dlm_process_incoming_buffer() 908 le32_to_cpu(hd->h_version), nodeid); in dlm_process_incoming_buffer() 960 opts->o_header.h_version = cpu_to_le32(DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_fill_opts_header() 1479 switch (h->h_version) { in midcomms_new_rawmsg_cb()
|
H A D | dlm_internal.h | 384 __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()
|
/kernel/linux/linux-6.6/fs/lockd/ |
H 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()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H 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() 2916 (!rhead->h_version || in xlog_valid_rec_header() 2917 (be32_to_cpu(rhead->h_version) & in xlog_valid_rec_header() 2920 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header()
|
H A D | xfs_log.c | 1622 head->h_version = cpu_to_be32( in xlog_alloc_log()
|
/kernel/linux/linux-5.10/include/linux/lockd/ |
H A D | lockd.h | 49 u32 h_version; /* interface version */ member
|
/kernel/linux/linux-6.6/include/linux/lockd/ |
H A D | lockd.h | 51 u32 h_version; /* interface version */ member
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_recover.c | 380 if ((be32_to_cpu(rh->h_version) & XLOG_VERSION_2) && in xlog_logrec_hblks() 1505 recp->h_version = cpu_to_be32( in xlog_add_record() 2897 (!rhead->h_version || in xlog_valid_rec_header() 2898 (be32_to_cpu(rhead->h_version) & in xlog_valid_rec_header() 2901 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header() 3006 (rhead->h_version & cpu_to_be32(XLOG_VERSION_2))) { in xlog_do_recovery_pass()
|
H A D | xfs_log.c | 1408 head->h_version = cpu_to_be32( in xlog_alloc_log()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 165 __be32 h_version; /* LR version : 4 */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 166 __be32 h_version; /* LR version : 4 */ member
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | rds.h | 237 __be32 h_version; member
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | rds.h | 237 __be32 h_version; member
|