Searched refs:cpu_to_be32 (Results 1 – 6 of 6) sorted by relevance
189 return provided == cpu_to_be32(calculated); in jbd2_descriptor_block_csum_verify()432 return provided == cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()445 seq = cpu_to_be32(sequence); in jbd2_block_tag_csum_verify()450 return tag3->t_checksum == cpu_to_be32(csum32); in jbd2_block_tag_csum_verify()538 if (tmp->h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER)) { in do_one_pass()682 cpu_to_be32(JBD2_MAGIC_NUMBER); in do_one_pass()
628 cpu_to_be32(record->blocknr); in write_one_revoke_record()651 header->r_count = cpu_to_be32(offset); in flush_descriptor()
251 tail->t_checksum = cpu_to_be32(csum); in jbd2_descriptor_block_csum_set()
27 #define cpu_to_be32(x) ext2fs_cpu_to_be32(x) macro
254 #define cpu_to_be32(x) (u32)__cpu_to_be32((u32)(x)) macro
4171 bsid->identifier_authority.low_part = cpu_to_be32(auth); in encodesid()