Lines Matching refs:cpu_to_be32
108 h->h_chksum[0] = cpu_to_be32(csum); in jbd2_commit_block_csum_set()
139 tmp->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER); in journal_submit_commit_record()
140 tmp->h_blocktype = cpu_to_be32(JBD2_COMMIT_BLOCK); in journal_submit_commit_record()
141 tmp->h_sequence = cpu_to_be32(commit_transaction->t_tid); in journal_submit_commit_record()
143 tmp->h_commit_nsec = cpu_to_be32(now.tv_nsec); in journal_submit_commit_record()
148 tmp->h_chksum[0] = cpu_to_be32(crc32_sum); in journal_submit_commit_record()
317 tag->t_blocknr = cpu_to_be32(block & (u32)~0); in write_tag_block()
319 tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1); in write_tag_block()
335 tail->t_checksum = cpu_to_be32(csum); in jbd2_descr_block_csum_set()
350 seq = cpu_to_be32(sequence); in jbd2_block_tag_csum_set()
358 tag3->t_checksum = cpu_to_be32(csum32); in jbd2_block_tag_csum_set()
629 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER); in jbd2_journal_commit_transaction()
630 header->h_blocktype = cpu_to_be32(JBD2_DESCRIPTOR_BLOCK); in jbd2_journal_commit_transaction()
631 header->h_sequence = cpu_to_be32(commit_transaction->t_tid); in jbd2_journal_commit_transaction()