/external/e2fsprogs/resize/ |
resize2fs.h | 107 ext2fs_block_bitmap reserve_blocks; member in struct:ext2_resize_struct 147 ext2fs_block_bitmap reserve_blocks,
|
resize2fs.c | 206 if (rfs->reserve_blocks) 207 ext2fs_free_block_bitmap(rfs->reserve_blocks); 274 ext2fs_block_bitmap reserve_blocks, 285 ext2fs_mark_block_bitmap2(reserve_blocks, blk); 292 ext2fs_mark_block_bitmap2(reserve_blocks, blk); 305 ext2fs_mark_block_bitmap2(reserve_blocks, blk); 314 ext2fs_block_bitmap reserve_blocks, blk64_t new_size) 416 * the reserve_blocks bitmap 418 if (reserve_blocks && new_size > ext2fs_blocks_count(old_fs->super)) { 420 real_end, reserve_blocks); [all...] |
/external/qemu/distrib/ext4_utils/src/ |
allocate.c | 207 static int reserve_blocks(struct block_group_info *bg, u32 start, u32 num) function 311 if (reserve_blocks(bg, bg->first_free_block, bg->header_blocks) < 0) 316 reserve_blocks(bg, info.blocks_per_group - overrun, overrun); 350 if (reserve_blocks(bg, bg->first_free_block, len) < 0) {
|
/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); 351 if (reserve_blocks(bg, bg->first_free_block, len) < 0) {
|