Searched defs:aux_info (Results 1 - 1 of 1) sorted by relevance

/system/extras/ext4_utils/
H A Dext4_utils.c48 struct fs_aux_info aux_info; variable in typeref:struct:fs_aux_info
92 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
93 aux_info.len_blocks = info.len / info.block_size;
94 aux_info.inode_table_blocks = DIV_ROUND_UP(info.inodes_per_group * info.inode_size,
96 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block,
98 aux_info.blocks_per_ind = info.block_size / sizeof(u32);
99 aux_info.blocks_per_dind = aux_info
[all...]

Completed in 37 milliseconds