Home
last modified time | relevance | path

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

/linux-4.19.296/fs/dlm/
Dutil.c27 hd->h_version = cpu_to_le32(hd->h_version); in header_out()
35 hd->h_version = le32_to_cpu(hd->h_version); in header_in()
Drcom.c50 rc->rc_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in create_rcom()
99 if ((rc->rc_header.h_version & 0xFFFF0000) != DLM_HEADER_MAJOR) { in check_rcom_config()
102 rc->rc_header.h_version); in check_rcom_config()
471 rc->rc_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in dlm_send_ls_not_ready()
Ddlm_internal.h381 uint32_t h_version; member
Dmember.c24 if ((h->h_version & 0x0000FFFF) < DLM_HEADER_SLOTS) in dlm_slots_version()
Dlock.c3553 ms->m_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_message()
/linux-4.19.296/fs/omfs/
Domfs_fs.h39 u8 h_version; /* version, always 1 */ member
Dinode.c132 oi->i_head.h_version = 1; in __omfs_write_inode()
/linux-4.19.296/fs/lockd/
Dhost.c143 host->h_version = ni->version; in nlm_alloc_host()
254 if (host->h_version != version) in nlmclnt_lookup_host()
365 if (host->h_version != ni.version) in nlmsvc_lookup_host()
452 .version = host->h_version, in nlm_bind_host()
/linux-4.19.296/include/linux/lockd/
Dlockd.h51 u32 h_version; /* interface version */ member
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c1292 int h_version = be32_to_cpu(rhead->h_version); in xlog_check_unmount_rec() local
1294 if ((h_version & XLOG_VERSION_2) && in xlog_check_unmount_rec()
1642 recp->h_version = cpu_to_be32( in xlog_add_record()
5272 (!rhead->h_version || in xlog_valid_rec_header()
5273 (be32_to_cpu(rhead->h_version) & (~XLOG_VERSION_OKBITS))))) { in xlog_valid_rec_header()
5275 __func__, be32_to_cpu(rhead->h_version)); in xlog_valid_rec_header()
5376 if ((be32_to_cpu(rhead->h_version) & XLOG_VERSION_2) && in xlog_do_recovery_pass()
Dxfs_log.c1547 head->h_version = cpu_to_be32( in xlog_alloc_log()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h165 __be32 h_version; /* LR version : 4 */ member