h_version         380 fs/dlm/dlm_internal.h 	uint32_t		h_version;
h_version        3548 fs/dlm/lock.c  	ms->m_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
h_version          22 fs/dlm/member.c 	if ((h->h_version & 0x0000FFFF) < DLM_HEADER_SLOTS)
h_version          48 fs/dlm/rcom.c  	rc->rc_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
h_version          97 fs/dlm/rcom.c  	if ((rc->rc_header.h_version & 0xFFFF0000) != DLM_HEADER_MAJOR) {
h_version         100 fs/dlm/rcom.c  			  rc->rc_header.h_version);
h_version         469 fs/dlm/rcom.c  	rc->rc_header.h_version = (DLM_HEADER_MAJOR | DLM_HEADER_MINOR);
h_version          25 fs/dlm/util.c  	hd->h_version		= cpu_to_le32(hd->h_version);
h_version          33 fs/dlm/util.c  	hd->h_version		= le32_to_cpu(hd->h_version);
h_version         144 fs/lockd/host.c 	host->h_version    = ni->version;
h_version         261 fs/lockd/host.c 		if (host->h_version != version)
h_version         372 fs/lockd/host.c 		if (host->h_version != ni.version)
h_version         464 fs/lockd/host.c 			.version	= host->h_version,
h_version         132 fs/omfs/inode.c 	oi->i_head.h_version = 1;
h_version          39 fs/omfs/omfs_fs.h 	u8 h_version;			/* version, always 1 */
h_version         165 fs/xfs/libxfs/xfs_log_format.h 	__be32	  h_version;	/* LR version				:  4 */
h_version        1455 fs/xfs/xfs_log.c 		head->h_version = cpu_to_be32(
h_version        1214 fs/xfs/xfs_log_recover.c 		int	h_version = be32_to_cpu(rhead->h_version);
h_version        1216 fs/xfs/xfs_log_recover.c 		if ((h_version & XLOG_VERSION_2) &&
h_version        1565 fs/xfs/xfs_log_recover.c 	recp->h_version = cpu_to_be32(
h_version        5199 fs/xfs/xfs_log_recover.c 	    (!rhead->h_version ||
h_version        5200 fs/xfs/xfs_log_recover.c 	    (be32_to_cpu(rhead->h_version) & (~XLOG_VERSION_OKBITS))))) {
h_version        5202 fs/xfs/xfs_log_recover.c 			__func__, be32_to_cpu(rhead->h_version));
h_version        5303 fs/xfs/xfs_log_recover.c 		if ((be32_to_cpu(rhead->h_version) & XLOG_VERSION_2) &&
h_version          51 include/linux/lockd/lockd.h 	u32			h_version;	/* interface version */
h_version         238 net/rds/rds.h  	__be32			h_version;