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

  /external/e2fsprogs/resize/
resize2fs.h 91 ext2fs_block_bitmap reserve_blocks; member in struct:ext2_resize_struct
131 ext2fs_block_bitmap reserve_blocks,
  /system/extras/ext4_utils/
allocate.c 208 static int reserve_blocks(struct block_group_info *bg, u32 start, u32 num) function
312 if (reserve_blocks(bg, bg->first_free_block, bg->header_blocks) < 0)
317 reserve_blocks(bg, info.blocks_per_group - overrun, overrun);
350 if (reserve_blocks(bg, bg->first_free_block, len) < 0) {

Completed in 71 milliseconds