Searched refs:ext2fs_cpu_to_be32 (Results 1 – 4 of 4) sorted by relevance
217 ((j)->j_superblock->s_feature_compat & ext2fs_cpu_to_be32((mask))))220 ((j)->j_superblock->s_feature_ro_compat & ext2fs_cpu_to_be32((mask))))223 ((j)->j_superblock->s_feature_incompat & ext2fs_cpu_to_be32((mask))))
22 #define ext2fs_cpu_to_be32(x) ((__u32)(x)) macro35 #define ext2fs_cpu_to_be32(x) ext2fs_swab32((x)) macro
54 #define __cpu_to_be32(x) (ext2fs_cpu_to_be32((x)))
882 header->magic = ext2fs_cpu_to_be32(QCOW_MAGIC); in initialize_qcow2_image()883 header->version = ext2fs_cpu_to_be32(QCOW_VERSION); in initialize_qcow2_image()885 header->cluster_bits = ext2fs_cpu_to_be32(cluster_bits); in initialize_qcow2_image()896 header->l1_size = ext2fs_cpu_to_be32(l1_size); in initialize_qcow2_image()910 ext2fs_cpu_to_be32(image->refcount.refcount_table_clusters); in initialize_qcow2_image()