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

  /external/qemu/distrib/ext4_utils/src/
allocate.c 377 unsigned int found_bg = 0; local
385 found_bg = i;
393 u32 block = ext4_allocate_blocks_from_block_group(allocate_len, found_bg);
395 error("failed to allocate %d blocks in block group %d", allocate_len, found_bg);
403 reg->bg = found_bg;
  /system/extras/ext4_utils/
allocate.c 378 unsigned int found_bg = 0; local
386 found_bg = i;
394 u32 block = ext4_allocate_blocks_from_block_group(allocate_len, found_bg);
396 error("failed to allocate %d blocks in block group %d", allocate_len, found_bg);
404 reg->bg = found_bg;

Completed in 35 milliseconds