Home
last modified time | relevance | path

Searched refs:ext2fs_cpu_to_be32 (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h217 ((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))))
Dbitops.h22 #define ext2fs_cpu_to_be32(x) ((__u32)(x)) macro
35 #define ext2fs_cpu_to_be32(x) ext2fs_swab32((x)) macro
Dcrc32c.c54 #define __cpu_to_be32(x) (ext2fs_cpu_to_be32((x)))
/external/e2fsprogs/misc/
De2image.c882 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()