Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:u32

86 typedef unsigned int u32;
94 u32 bg_block_bitmap;
95 u32 bg_inode_bitmap;
96 u32 bg_inode_table;
101 u32 bg_reserved[2];
114 u32 first_data_block;
116 u32 inode_table_blocks;
117 u32 groups;
118 u32 bg_desc_blocks;
119 u32 default_i_flags;
130 int bitmap_get_bit(u8 *bitmap, u32 bit); // vold