Home
last modified time | relevance | path

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

/system/extras/ext4_utils/include/ext4_utils/
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_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/vold/
Dcryptfs.h109 __le32 magic; /* See above */
112 __le32 ftr_size; /* in bytes, not including key following */
113 __le32 flags; /* See above */
114 __le32 keysize; /* in bytes */
115 __le32 crypt_type; /* how master_key is encrypted. Must be a
118 __le32 failed_decrypt_count; /* count of # of failed attempts to decrypt and
123 __le32 spare2; /* ignored */
130 __le32 persist_data_size; /* The number of bytes allocated to each copy of the
151 __le32 keymaster_blob_size;
196 __le32 persist_magic;
[all …]
/system/core/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/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/adb/daemon/
Dusb_ffs.cpp59 __le32 magic;
60 __le32 length;
61 __le32 fs_count;
62 __le32 hs_count;
70 __le32 fs_count;
71 __le32 hs_count;
72 __le32 ss_count;
73 __le32 os_count;
/system/core/fastboot/device/
Dusb_client.cpp59 __le32 fs_count;
60 __le32 hs_count;
61 __le32 ss_count;
/system/core/fs_mgr/
Dfs_mgr.cpp501 __le32 sb1, sb2; in read_f2fs_superblock()
531 __le32 sb; in fs_mgr_is_f2fs()