Lines Matching refs:cpu_to_be32
440 cpu_to_be32(JBD2_FEATURE_COMPAT_CHECKSUM))) in ext4fs_check_journal_state()
442 cpu_to_be32(JBD2_FEATURE_COMPAT_CHECKSUM); in ext4fs_check_journal_state()
494 cpu_to_be32(be32_to_cpu( in ext4fs_check_journal_state()
525 jsb->s_start = cpu_to_be32(1); in ext4fs_check_journal_state()
526 jsb->s_sequence = cpu_to_be32(be32_to_cpu(jsb->s_sequence) + 1); in ext4fs_check_journal_state()
574 jdb.h_blocktype = cpu_to_be32(EXT3_JOURNAL_DESCRIPTOR_BLOCK); in update_descriptor_block()
575 jdb.h_magic = cpu_to_be32(EXT3_JOURNAL_MAGIC_NUMBER); in update_descriptor_block()
590 tag.block = cpu_to_be32(journal_ptr[i]->blknr); in update_descriptor_block()
591 tag.flags = cpu_to_be32(EXT3_JOURNAL_FLAG_SAME_UUID); in update_descriptor_block()
596 tag.block = cpu_to_be32(journal_ptr[--i]->blknr); in update_descriptor_block()
597 tag.flags = cpu_to_be32(EXT3_JOURNAL_FLAG_LAST_TAG); in update_descriptor_block()
626 jdb.h_blocktype = cpu_to_be32(EXT3_JOURNAL_COMMIT_BLOCK); in update_commit_block()
627 jdb.h_magic = cpu_to_be32(EXT3_JOURNAL_MAGIC_NUMBER); in update_commit_block()