Searched refs:ext2fs_be32_to_cpu (Results 1 – 5 of 5) sorted by relevance
75 if ((ext2fs_be32_to_cpu(hdr->magic) != QCOW_MAGIC) || in qcow2_read_header()76 (ext2fs_be32_to_cpu(hdr->version) != 2)) { in qcow2_read_header()172 img.cluster_bits = ext2fs_be32_to_cpu(hdr->cluster_bits); in qcow2_write_raw_image()174 img.l1_size = ext2fs_be32_to_cpu(hdr->l1_size); in qcow2_write_raw_image()
23 #define ext2fs_be32_to_cpu(x) ((__u32)(x)) macro36 #define ext2fs_be32_to_cpu(x) ext2fs_swab32((x)) macro
53 #define __be32_to_cpu(x) (ext2fs_be32_to_cpu((x)))
161 if (ext2fs_be32_to_cpu(dqh.dqh_magic) == file_magics[type]) in v2_check_file()
734 blocknr = ext2fs_be32_to_cpu(b); in scan_revoke_records()