Home
last modified time | relevance | path

Searched refs:bg_desc (Results 1 – 3 of 3) sorted by relevance

/system/extras/ext4_utils/
Dext4_utils.cpp151 aux_info.bg_desc = in ext4_create_fs_aux_info()
153 if (!aux_info.bg_desc) critical_error_errno("calloc"); in ext4_create_fs_aux_info()
165 free(aux_info.bg_desc); in ext4_free_fs_aux_info()
258 aux_info.bg_desc[i].bg_block_bitmap = in read_block_group_descriptors()
260 aux_info.bg_desc[i].bg_inode_bitmap = in read_block_group_descriptors()
262 aux_info.bg_desc[i].bg_inode_table = in read_block_group_descriptors()
264 aux_info.bg_desc[i].bg_free_blocks_count = in read_block_group_descriptors()
267 aux_info.bg_desc[i].bg_free_inodes_count = in read_block_group_descriptors()
270 aux_info.bg_desc[i].bg_used_dirs_count = in read_block_group_descriptors()
272 aux_info.bg_desc[i].bg_flags = gdp->bg_flags; in read_block_group_descriptors()
/system/vold/
DEncryptInplace.cpp220 uint64_t offset = (uint64_t)aux_info.bg_desc[group].bg_block_bitmap * info.block_size; in ReadExt4BlockBitmap()
254 if (aux_info.bg_desc[group].bg_flags & EXT4_BG_BLOCK_UNINIT) in EncryptInPlaceExt4()
258 (NumBlocksInGroup(group) - aux_info.bg_desc[group].bg_free_blocks_count); in EncryptInPlaceExt4()
269 bool uninit = (aux_info.bg_desc[group].bg_flags & EXT4_BG_BLOCK_UNINIT); in EncryptInPlaceExt4()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h102 struct ext2_group_desc* bg_desc; member