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

  /system/extras/ext4_utils/
ext4_utils.c 102 aux_info.bg_desc_blocks * info.block_size);
124 aux_info.bg_desc_blocks =
130 info.block_size) - aux_info.bg_desc_blocks;
140 last_header_size += 1 + aux_info.bg_desc_blocks +
151 aux_info.bg_desc = calloc(info.block_size, aux_info.bg_desc_blocks);
247 aux_info.bg_desc_blocks * info.block_size,
250 header_size = 1 + aux_info.bg_desc_blocks + aux_info.bg_desc_reserve_blocks;
280 aux_info.bg_desc_blocks;
ext4_utils.h 97 u32 bg_desc_blocks; member in struct:fs_aux_info
allocate.c 151 block += aux_info.bg_desc_blocks + aux_info.bg_desc_reserve_blocks + 1;
261 header_blocks += 1 + aux_info.bg_desc_blocks + aux_info.bg_desc_reserve_blocks;
272 block += 1 + aux_info.bg_desc_blocks + aux_info.bg_desc_reserve_blocks;
indirect.c 453 int r = (i - aux_info.bg_desc_blocks) % aux_info.bg_desc_reserve_blocks;

Completed in 31 milliseconds