Home
last modified time | relevance | path

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

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