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

  /external/qemu/distrib/ext4_utils/src/
allocate.c 391 u32 allocate_len = min(len, found_bg_len); local
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);
400 reg->len = allocate_len;
  /system/extras/ext4_utils/
allocate.c 392 u32 allocate_len = min(len, found_bg_len); local
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);
401 reg->len = allocate_len;

Completed in 101 milliseconds