Home
last modified time | relevance | path

Searched refs:len_blocks (Results 1 – 7 of 7) sorted by relevance

/system/extras/ext4_utils/
Dext4_sb.c23 uint64_t len_blocks; in ext4_parse_sb() local
39 len_blocks = ((uint64_t)sb->s_blocks_count_hi << 32) + in ext4_parse_sb()
41 info->len = (uint64_t)info->block_size * len_blocks; in ext4_parse_sb()
Dext4_utils.c205 aux_info.len_blocks = info.len / info.block_size; in ext4_create_fs_aux_info()
208 aux_info.groups = DIV_ROUND_UP(aux_info.len_blocks - aux_info.first_data_block, in ext4_create_fs_aux_info()
220 u32 last_group_size = aux_info.len_blocks % info.blocks_per_group; in ext4_create_fs_aux_info()
230 aux_info.len_blocks -= last_group_size; in ext4_create_fs_aux_info()
286 sb->s_blocks_count_lo = aux_info.len_blocks; in ext4_fill_in_sb()
350 sb->s_blocks_count_hi = aux_info.len_blocks >> 32; in ext4_fill_in_sb()
635 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks); in read_ext()
Dallocate.c318 if (bg->first_block + info.blocks_per_group > aux_info.len_blocks) { in init_bg()
319 u32 overrun = bg->first_block + info.blocks_per_group - aux_info.len_blocks; in init_bg()
Dext4fixup.c280 num_block_groups = DIV_ROUND_UP(aux_info.len_blocks, info.blocks_per_group); in update_superblocks_and_bg_desc()
Dmake_ext4fs.c816 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks); in make_ext4fs_internal()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h111 u64 len_blocks; member
/system/vold/
Dcryptfs.cpp2136 (u32)(aux_info.len_blocks - first_block)); in encrypt_groups()