HomeSort by relevance Sort by last modified time
    Searched refs:bg_desc (Results 1 - 2 of 2) sorted by null

  /system/extras/ext4_utils/
ext4_utils.c 101 (u8*)aux_info.bg_desc,
151 aux_info.bg_desc = calloc(info.block_size, aux_info.bg_desc_blocks);
152 if (!aux_info.bg_desc)
159 free(aux_info.bg_desc);
246 queue_data_block((u8 *)aux_info.bg_desc,
253 aux_info.bg_desc[i].bg_block_bitmap = group_start_block + header_size;
254 aux_info.bg_desc[i].bg_inode_bitmap = group_start_block + header_size + 1;
255 aux_info.bg_desc[i].bg_inode_table = group_start_block + header_size + 2;
257 aux_info.bg_desc[i].bg_free_blocks_count = sb->s_blocks_per_group;
258 aux_info.bg_desc[i].bg_free_inodes_count = sb->s_inodes_per_group
    [all...]
ext4_utils.h 91 struct ext2_group_desc *bg_desc; member in struct:fs_aux_info

Completed in 33 milliseconds