Home
last modified time | relevance | path

Searched refs:__le32 (Results 1 – 10 of 10) sorted by relevance

/system/extras/ext4_utils/include/ext4_utils/
Dext4.h111 __le32 bg_block_bitmap_lo;
112 __le32 bg_inode_bitmap_lo;
113 __le32 bg_inode_table_lo;
121 __le32 bg_block_bitmap_hi;
122 __le32 bg_inode_bitmap_hi;
123 __le32 bg_inode_table_hi;
245 __le32 i_size_lo;
246 __le32 i_atime;
247 __le32 i_ctime;
248 __le32 i_mtime;
[all …]
Dxattr.h10 __le32 h_magic;
11 __le32 h_refcount;
12 __le32 h_blocks;
13 __le32 h_hash;
14 __le32 h_checksum;
19 __le32 h_magic;
26 __le32 e_value_block;
27 __le32 e_value_size;
28 __le32 e_hash;
Dext4_extents.h33 __le32 ee_block;
36 __le32 ee_start_lo;
40 __le32 ei_block;
41 __le32 ei_leaf_lo;
51 __le32 eh_generation;
Dext4_kernel_headers.h26 #define __le32 uint32_t macro
46 #undef __le32
/system/core/libsparse/
Dsparse_format.h26 __le32 magic; /* 0xed26ff3a */
31 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */
32 __le32 total_blks; /* total blocks in the non-sparse output image */
33 __le32 total_chunks; /* total chunks in the sparse input image */
34 __le32 image_checksum; /* CRC32 checksum of the original data, counting "don't care" */
49 __le32 chunk_sz; /* in blocks in output image */
50 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */
Dsparse_defs.h24 #define __le32 u32 macro
/system/core/libcutils/include/private/
Dandroid_filesystem_capability.h28 #define __le32 uint32_t macro
54 #define XATTR_CAPS_SZ_1 (sizeof(__le32) * (1 + 2 * VFS_CAP_U32_1))
57 #define XATTR_CAPS_SZ_2 (sizeof(__le32) * (1 + 2 * VFS_CAP_U32_2))
63 __le32 magic_etc;
65 __le32 permitted;
66 __le32 inheritable;
117 #undef __le32
/system/core/fastboot/device/
Dusb_client.cpp59 __le32 fs_count;
60 __le32 hs_count;
61 __le32 ss_count;
/system/vold/
Dcryptfs.cpp170 __le32 magic; /* See above */
173 __le32 ftr_size; /* in bytes, not including key following */
174 __le32 flags; /* See above */
175 __le32 keysize; /* in bytes */
176 __le32 crypt_type; /* how master_key is encrypted. Must be a
179 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and
184 __le32 spare2; /* ignored */
191 __le32 persist_data_size; /* The number of bytes allocated to each copy of the
208 __le32 keymaster_blob_size;
253 __le32 persist_magic;
[all …]
/system/core/fs_mgr/
Dfs_mgr.cpp608 __le32 sb1, sb2; in read_f2fs_superblock()
638 __le32 sb; in fs_mgr_is_f2fs()