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

  /system/extras/ext4_utils/
ext4_utils.c 115 aux_info.len_blocks = info.len / info.block_size;
118 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block,
137 u32 last_group_size = aux_info.len_blocks % info.blocks_per_group;
144 aux_info.len_blocks -= last_group_size;
169 sb->s_blocks_count_lo = aux_info.len_blocks;
224 sb->s_blocks_count_hi = aux_info.len_blocks >> 32;
ext4_utils.h 94 u64 len_blocks; member in struct:fs_aux_info
make_ext4fs.c 291 printf(" Blocks: %llu\n", aux_info.len_blocks);
allocate.c 284 u32 overrun = bg->first_block + info.blocks_per_group - aux_info.len_blocks;

Completed in 1288 milliseconds