Searched refs:reserve_blocks (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/resize/ |
D | resize2fs.c | 206 if (rfs->reserve_blocks) in resize_fs() 207 ext2fs_free_block_bitmap(rfs->reserve_blocks); in resize_fs() 274 ext2fs_block_bitmap reserve_blocks, in free_gdp_blocks() argument 285 ext2fs_mark_block_bitmap2(reserve_blocks, blk); in free_gdp_blocks() 292 ext2fs_mark_block_bitmap2(reserve_blocks, blk); in free_gdp_blocks() 305 ext2fs_mark_block_bitmap2(reserve_blocks, blk); in free_gdp_blocks() 314 ext2fs_block_bitmap reserve_blocks, blk64_t new_size) in adjust_fs_info() argument 418 if (reserve_blocks && new_size > ext2fs_blocks_count(old_fs->super)) { in adjust_fs_info() 420 real_end, reserve_blocks); in adjust_fs_info() 472 free_gdp_blocks(fs, reserve_blocks, old_fs, i); in adjust_fs_info() [all …]
|
D | resize2fs.h | 107 ext2fs_block_bitmap reserve_blocks; member 147 ext2fs_block_bitmap reserve_blocks,
|