Home
last modified time | relevance | path

Searched defs:block_group_info (Results 1 – 1 of 1) sorted by relevance

/system/extras/ext4_utils/
Dallocate.c46 struct block_group_info { struct
47 u32 first_block;
48 int header_blocks;
49 int data_blocks_used;
50 int has_superblock;
51 u8 *bitmaps;
52 u8 *block_bitmap;
53 u8 *inode_bitmap;
54 u8 *inode_table;
55 u32 free_blocks;
[all …]