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

/system/extras/ext4_utils/
H A Dext4_utils.c50 struct fs_aux_info aux_info; variable in typeref:struct:fs_aux_info
178 for (i = 1; i < aux_info.groups; i++) {
180 offset = info.block_size * (aux_info.first_data_block
182 write_sb(fd, offset, aux_info.backup_sb[i]);
187 write_sb(fd, 1024, aux_info.sb);
202 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
203 aux_info.len_blocks = info.len / info.block_size;
204 aux_info.inode_table_blocks = DIV_ROUND_UP(info.inodes_per_group * info.inode_size,
206 aux_info.groups = DIV_ROUND_UP(aux_info
[all...]

Completed in 466 milliseconds