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

  /system/extras/ext4_utils/
ext4_utils.c 170 aux_info.bg_desc_blocks =
179 last_header_size += 1 + aux_info.bg_desc_blocks +
193 aux_info.bg_desc = calloc(info.block_size, aux_info.bg_desc_blocks);
301 aux_info.bg_desc_blocks * info.block_size,
303 header_size = 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks;
380 aux_info.bg_desc_blocks;
ext2simg.c 71 ret = read(fd, aux_info.bg_desc, info.block_size * aux_info.bg_desc_blocks);
74 if (ret != (int)info.block_size * (int)aux_info.bg_desc_blocks)
ext4_utils.h 125 u32 bg_desc_blocks; member in struct:fs_aux_info
ext4fixup.c 228 ret = read(fd, aux_info.bg_desc, info.block_size * aux_info.bg_desc_blocks);
231 if (ret != (int)info.block_size * (int)aux_info.bg_desc_blocks)
434 ret = write(fd, aux_info.bg_desc, info.block_size * aux_info.bg_desc_blocks);
437 if (ret != (int)info.block_size * (int)aux_info.bg_desc_blocks)
make_ext4fs.c 232 u32 bg_desc_blocks = DIV_ROUND_UP(block_groups * sizeof(struct ext2_group_desc), local
237 info.block_size) - bg_desc_blocks;
allocate.c 151 block += aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks + 1;
172 block += aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks + 1;
278 header_blocks += 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks;
289 block += 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks;
indirect.c 453 int r = (i - aux_info.bg_desc_blocks) % info.bg_desc_reserve_blocks;

Completed in 97 milliseconds