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

  /system/extras/ext4_utils/
ext4_utils.c 212 aux_info.bg_desc_blocks =
221 last_header_size += 1 + aux_info.bg_desc_blocks +
255 aux_info.bg_desc = calloc(info.block_size, aux_info.bg_desc_blocks);
374 aux_info.bg_desc_blocks * info.block_size,
376 header_size = 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks;
441 aux_info.bg_desc_blocks;
612 ret = read(fd, aux_info.bg_desc, info.block_size * aux_info.bg_desc_blocks);
615 if (ret != (int)info.block_size * (int)aux_info.bg_desc_blocks)
ext4_utils.h 112 u32 bg_desc_blocks; member in struct:fs_aux_info
ext4fixup.c 336 ret = write(fd, aux_info.bg_desc, info.block_size * aux_info.bg_desc_blocks);
339 if (ret != (int)info.block_size * (int)aux_info.bg_desc_blocks)
allocate.c 169 block += aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks + 1;
275 header_blocks += 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks;
286 block += 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks;
indirect.c 458 int r = (i - aux_info.bg_desc_blocks) % info.bg_desc_reserve_blocks;
make_ext4fs.c 396 u32 bg_desc_blocks = DIV_ROUND_UP(block_groups * sizeof(struct ext2_group_desc), local
401 info.block_size) - bg_desc_blocks;

Completed in 224 milliseconds