h_len             166 fs/xfs/libxfs/xfs_log_format.h 	__be32	  h_len;	/* len in bytes; should be 64-bit aligned: 4 */
h_len            1885 fs/xfs/xfs_log.c 	iclog->ic_header.h_len = cpu_to_be32(size);
h_len             528 fs/xfs/xfs_log_recover.c 	    BTOBB(be32_to_cpu(head->h_len)) + xhdrs)
h_len            1229 fs/xfs/xfs_log_recover.c 			rhead_blk + hblks + BTOBB(be32_to_cpu(rhead->h_len)));
h_len            4540 fs/xfs/xfs_log_recover.c 	end = dp + be32_to_cpu(rhead->h_len);
h_len            5109 fs/xfs/xfs_log_recover.c 	for (i = 0; i < BTOBB(be32_to_cpu(rhead->h_len)) &&
h_len            5117 fs/xfs/xfs_log_recover.c 		for ( ; i < BTOBB(be32_to_cpu(rhead->h_len)); i++) {
h_len            5141 fs/xfs/xfs_log_recover.c 	crc = xlog_cksum(log, rhead, dp, be32_to_cpu(rhead->h_len));
h_len            5207 fs/xfs/xfs_log_recover.c 	hlen = be32_to_cpu(rhead->h_len);
h_len            5242 fs/xfs/xfs_log_recover.c 	int			error = 0, h_size, h_len;
h_len            5291 fs/xfs/xfs_log_recover.c 		h_len = be32_to_cpu(rhead->h_len);
h_len            5292 fs/xfs/xfs_log_recover.c 		if (h_len > h_size) {
h_len            5293 fs/xfs/xfs_log_recover.c 			if (h_len <= log->l_mp->m_logbsize &&
h_len            5387 fs/xfs/xfs_log_recover.c 			bblks = (int)BTOBB(be32_to_cpu(rhead->h_len));
h_len            5469 fs/xfs/xfs_log_recover.c 		bblks = (int)BTOBB(be32_to_cpu(rhead->h_len));
h_len            1980 fs/xfs/xfs_trace.h 		__entry->len = be32_to_cpu(rhead->h_len);
h_len             544 net/rds/ib_recv.c 	len = be32_to_cpu(inc->i_hdr.h_len);
h_len             790 net/rds/ib_recv.c 	if (be32_to_cpu(ibinc->ii_inc.i_hdr.h_len) != RDS_CONG_MAP_BYTES)
h_len             920 net/rds/ib_recv.c 		ic->i_recv_data_rem = be32_to_cpu(hdr->h_len);
h_len             931 net/rds/ib_recv.c 		    hdr->h_len != ihdr->h_len ||
h_len             518 net/rds/ib_send.c 	if (be32_to_cpu(rm->m_inc.i_hdr.h_len) == 0)
h_len             521 net/rds/ib_send.c 		i = DIV_ROUND_UP(be32_to_cpu(rm->m_inc.i_hdr.h_len), RDS_FRAG_SIZE);
h_len              81 net/rds/loop.c 			be32_to_cpu(rm->m_inc.i_hdr.h_len);
h_len             346 net/rds/message.c 	rm->m_inc.i_hdr.h_len = cpu_to_be32(total_len);
h_len             371 net/rds/message.c 	rm->m_inc.i_hdr.h_len = cpu_to_be32(iov_iter_count(from));
h_len             429 net/rds/message.c 	rm->m_inc.i_hdr.h_len = cpu_to_be32(iov_iter_count(from));
h_len             477 net/rds/message.c 	len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
h_len             210 net/rds/rds.h  	__be32	h_len;
h_len             303 net/rds/recv.c 		 be32_to_cpu(inc->i_hdr.h_len),
h_len             380 net/rds/recv.c 				      be32_to_cpu(inc->i_hdr.h_len),
h_len             434 net/rds/recv.c 					      -be32_to_cpu(inc->i_hdr.h_len),
h_len             708 net/rds/recv.c 		if (ret < be32_to_cpu(inc->i_hdr.h_len)) {
h_len             710 net/rds/recv.c 				ret = be32_to_cpu(inc->i_hdr.h_len);
h_len             767 net/rds/recv.c 				      -be32_to_cpu(inc->i_hdr.h_len),
h_len             786 net/rds/recv.c 	minfo.len = be32_to_cpu(inc->i_hdr.h_len);
h_len             815 net/rds/recv.c 	minfo6.len = be32_to_cpu(inc->i_hdr.h_len);
h_len             291 net/rds/send.c 			len = ntohl(rm->m_inc.i_hdr.h_len);
h_len             475 net/rds/send.c 	u32 len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
h_len             829 net/rds/send.c 	len = be32_to_cpu(rm->m_inc.i_hdr.h_len);
h_len             116 net/rds/tcp_recv.c 	if (be32_to_cpu(tinc->ti_inc.i_hdr.h_len) != RDS_CONG_MAP_BYTES)
h_len             209 net/rds/tcp_recv.c 					be32_to_cpu(tinc->ti_inc.i_hdr.h_len);
h_len              92 net/rds/tcp_send.c 				be32_to_cpu(rm->m_inc.i_hdr.h_len) - 1;