Searched refs:reserve_bg_chunk (Results 1 – 3 of 3) sorted by relevance
/system/extras/ext4_utils/ |
D | allocate.h | 99 void reserve_bg_chunk(int bg, u32 start_block, u32 size);
|
D | allocate.c | 303 reserve_bg_chunk(i, bg->header_blocks, 0); in init_bg() 309 reserve_bg_chunk(i, info.blocks_per_group - overrun, 0); in init_bg() 311 reserve_bg_chunk(i, info.blocks_per_group - 1, 0); in init_bg() 787 void reserve_bg_chunk(int bg, u32 start_block, u32 size) { in reserve_bg_chunk() function
|
D | make_ext4fs.c | 640 reserve_bg_chunk(block_group, start_block - bgs[block_group].first_block, block_file_size); in extract_base_fs_allocations()
|