Searched refs:len_blocks (Results 1 – 7 of 7) sorted by relevance
23 uint64_t len_blocks; in ext4_parse_sb() local39 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()
205 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()
318 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()
280 num_block_groups = DIV_ROUND_UP(aux_info.len_blocks, info.blocks_per_group); in update_superblocks_and_bg_desc()
816 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks); in make_ext4fs_internal()
111 u64 len_blocks; member
2136 (u32)(aux_info.len_blocks - first_block)); in encrypt_groups()