Home
last modified time | relevance | path

Searched refs:cpu_to_be32 (Results 1 – 6 of 6) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Drecovery.c189 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()
Drevoke.c628 cpu_to_be32(record->blocknr); in write_one_revoke_record()
651 header->r_count = cpu_to_be32(offset); in flush_descriptor()
Djfs_user.h251 tail->t_checksum = cpu_to_be32(csum); in jbd2_descriptor_block_csum_set()
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h27 #define cpu_to_be32(x) ext2fs_cpu_to_be32(x) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h254 #define cpu_to_be32(x) (u32)__cpu_to_be32((u32)(x)) macro
/third_party/ntfs-3g/libntfs-3g/
Dacls.c4171 bsid->identifier_authority.low_part = cpu_to_be32(auth); in encodesid()