HomeSort by relevance Sort by last modified time
    Searched full:indirect_len (Results 1 - 3 of 3) sorted by null

  /system/extras/ext4_utils/
indirect.c 390 u32 indirect_len = indirect_blocks_needed(block_len); local
392 struct block_allocation *alloc = allocate_blocks(block_len + indirect_len);
395 error("Failed to allocate %d blocks", block_len + indirect_len);
407 u32 indirect_len = indirect_blocks_needed(block_len); local
422 inode->i_blocks_lo = (block_len + indirect_len) * info.block_size / 512;
  /prebuilts/android-emulator/linux-x86_64/
emulator-ranchu-arm64 
emulator-ranchu-mips64 

Completed in 212 milliseconds