Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:u32

80 typedef unsigned int u32;
88 u32 bg_block_bitmap;
89 u32 bg_inode_bitmap;
90 u32 bg_inode_table;
95 u32 bg_reserved[2];
108 u32 first_data_block;
110 u32 inode_table_blocks;
111 u32 groups;
112 u32 bg_desc_blocks;
113 u32 default_i_flags;
114 u32 blocks_per_ind;
115 u32 blocks_per_dind;
116 u32 blocks_per_tind;
136 int bitmap_get_bit(u8 *bitmap, u32 bit);
137 void bitmap_clear_bit(u8 *bitmap, u32 bit);