Lines Matching refs:uint32_t

51 #define EXT2_BLOCK_SIZE(s)      ((uint32_t)EXT2_MIN_BLOCK_SIZE << (s).s_log_block_size)
52 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (uint32_t))
74 uint32_t bg_block_bitmap; /* Blocks bitmap block */
75 uint32_t bg_inode_bitmap; /* Inodes bitmap block */
76 uint32_t bg_inode_table; /* Inodes table block */
81 uint32_t bg_reserved[3];
106 uint32_t i_size; /* Size in bytes */
107 uint32_t i_atime; /* Access time */
108 uint32_t i_ctime; /* Creation time */
109 uint32_t i_mtime; /* Modification time */
110 uint32_t i_dtime; /* Deletion Time */
113 uint32_t i_blocks; /* Blocks count */
114 uint32_t i_flags; /* File flags */
117 uint32_t l_i_reserved1;
120 uint32_t h_i_translator;
123 uint32_t m_i_reserved1;
126 uint32_t i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
127 uint32_t i_generation; /* File version (for NFS) */
128 uint32_t i_file_acl; /* File ACL */
129 uint32_t i_dir_acl; /* Directory ACL */
130 uint32_t i_faddr; /* Fragment address */
138 uint32_t l_i_reserved2;
146 uint32_t h_i_author;
152 uint32_t m_i_reserved2[2];
220 uint32_t s_inodes_count; /* Inodes count */
221 uint32_t s_blocks_count; /* Blocks count */
222 uint32_t s_r_blocks_count; /* Reserved blocks count */
223 uint32_t s_free_blocks_count; /* Free blocks count */
224 uint32_t s_free_inodes_count; /* Free inodes count */
225 uint32_t s_first_data_block; /* First Data Block */
226 uint32_t s_log_block_size; /* Block size */
227 uint32_t s_log_frag_size; /* Fragment size */
228 uint32_t s_blocks_per_group; /* # Blocks per group */
229 uint32_t s_frags_per_group; /* # Fragments per group */
230 uint32_t s_inodes_per_group; /* # Inodes per group */
231 uint32_t s_mtime; /* Mount time */
232 uint32_t s_wtime; /* Write time */
239 uint32_t s_lastcheck; /* time of last check */
240 uint32_t s_checkinterval; /* max. time between checks */
241 uint32_t s_creator_os; /* OS */
242 uint32_t s_rev_level; /* Revision level */
258 uint32_t s_first_ino; /* First non-reserved inode */
261 uint32_t s_feature_compat; /* compatible feature set */
262 uint32_t s_feature_incompat; /* incompatible feature set */
263 uint32_t s_feature_ro_compat; /* readonly-compatible feature set */
267 uint32_t s_algorithm_usage_bitmap; /* For compression */
279 uint32_t s_journal_inum; /* inode number of journal file */
280 uint32_t s_journal_dev; /* device number of journal file */
281 uint32_t s_last_orphan; /* start of list of inodes to delete */
282 uint32_t s_hash_seed[4]; /* HTREE hash seed */
286 uint32_t s_default_mount_opts;
287 uint32_t s_first_meta_bg; /* First metablock block group */
288 uint32_t s_reserved[190]; /* Padding to the end of the block */
389 uint32_t inode; /* Inode number */
402 uint32_t inode; /* Inode number */