h_sequence        848 fs/jbd2/journal.c 	header->h_sequence = cpu_to_be32(transaction->t_tid);
h_sequence        501 fs/jbd2/recovery.c 		sequence = be32_to_cpu(tmp->h_sequence);
h_sequence        598 fs/jbd2/recovery.c 						be32_to_cpu(tmp->h_sequence))) {
h_sequence        134 include/linux/jbd2.h 	__be32		h_sequence;
h_sequence        169 include/linux/jbd2.h 	__be32          h_sequence;
h_sequence        930 net/rds/ib_recv.c 		if (hdr->h_sequence != ihdr->h_sequence ||
h_sequence        954 net/rds/ib_recv.c 			state->ack_next = be64_to_cpu(hdr->h_sequence);
h_sequence         99 net/rds/loop.c 	rds_send_drop_acked(conn, be64_to_cpu(rm->m_inc.i_hdr.h_sequence),
h_sequence        193 net/rds/message.c 	hdr->h_sequence = cpu_to_be64(seq);
h_sequence        208 net/rds/rds.h  	__be64	h_sequence;
h_sequence        302 net/rds/recv.c 		 (unsigned long long)be64_to_cpu(inc->i_hdr.h_sequence),
h_sequence        329 net/rds/recv.c 	if (be64_to_cpu(inc->i_hdr.h_sequence) < cp->cp_next_rx_seq &&
h_sequence        334 net/rds/recv.c 	cp->cp_next_rx_seq = be64_to_cpu(inc->i_hdr.h_sequence) + 1;
h_sequence        785 net/rds/recv.c 	minfo.seq = be64_to_cpu(inc->i_hdr.h_sequence);
h_sequence        814 net/rds/recv.c 	minfo6.seq = be64_to_cpu(inc->i_hdr.h_sequence);
h_sequence        491 net/rds/send.c 	return be64_to_cpu(rm->m_inc.i_hdr.h_sequence) <= ack;
h_sequence        868 net/rds/send.c 		rm->m_inc.i_hdr.h_sequence = cpu_to_be64(cp->cp_next_tx_seq++);
h_sequence        875 net/rds/send.c 			 (unsigned long long)be64_to_cpu(rm->m_inc.i_hdr.h_sequence));