Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/dlm/
H A Dutil.c25 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 Drcom.c48 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 Ddlm_internal.h379 uint32_t h_version; member
H A Dmember.c22 if ((h->h_version & 0x0000FFFF) < DLM_HEADER_SLOTS) in dlm_slots_version()
H A Dlock.c3550 ms->m_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR); in _create_message()
/OK3568_Linux_fs/kernel/fs/lockd/
H 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()
/OK3568_Linux_fs/kernel/fs/omfs/
H A Domfs_fs.h39 u8 h_version; /* version, always 1 */ member
H A Dinode.c133 oi->i_head.h_version = 1; in __omfs_write_inode()
/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dlockd.h49 u32 h_version; /* interface version */ member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Domfs.rst62 u8 h_version; /* version, always 1 */
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_recover.c380 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()
H A Dxfs_log.c1408 head->h_version = cpu_to_be32( in xlog_alloc_log()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_log_format.h165 __be32 h_version; /* LR version : 4 */ member
/OK3568_Linux_fs/kernel/net/rds/
H A Drds.h237 __be32 h_version; member