Searched refs:__le32 (Results 1 - 6 of 6) sorted by relevance

/system/extras/ext4_utils/
H A Dsparse_format.h18 __le32 magic; /* 0xed26ff3a */
23 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */
24 __le32 total_blks; /* total blocks in the non-sparse output image */
25 __le32 total_chunks; /* total chunks in the sparse input image */
26 __le32 image_checksum; /* CRC32 checksum of the original data, counting "don't care" */
41 __le32 chunk_sz; /* in blocks in output image */
42 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */
H A Dxattr.h10 __le32 e_value_block;
11 __le32 e_value_size;
12 __le32 e_hash;
H A Dext4.h105 __le32 bg_block_bitmap_lo;
106 __le32 bg_inode_bitmap_lo;
107 __le32 bg_inode_table_lo;
115 __le32 bg_block_bitmap_hi;
116 __le32 bg_inode_bitmap_hi;
117 __le32 bg_inode_table_hi;
236 __le32 i_size_lo;
237 __le32 i_atime;
238 __le32 i_ctime;
239 __le32 i_mtim
[all...]
H A Dext4_extents.h33 __le32 ee_block;
36 __le32 ee_start_lo;
40 __le32 ei_block;
41 __le32 ei_leaf_lo;
51 __le32 eh_generation;
H A Dext4_utils.h75 #define __le32 u32 macro
96 __le32 bg_block_bitmap;
97 __le32 bg_inode_bitmap;
98 __le32 bg_inode_table;
103 __le32 bg_reserved[3];
/system/vold/
H A Dcryptfs.h42 #define __le32 unsigned int macro
46 __le32 magic; /* See above */
49 __le32 ftr_size; /* in bytes, not including key following */
50 __le32 flags; /* See above */
51 __le32 keysize; /* in bytes */
52 __le32 spare1; /* ignored */
54 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and

Completed in 253 milliseconds