OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reserve_bg_chunk
(Results
1 - 3
of
3
) sorted by null
/system/extras/ext4_utils/
allocate.h
99
void
reserve_bg_chunk
(int bg, u32 start_block, u32 size);
allocate.c
303
reserve_bg_chunk
(i, bg->header_blocks, 0);
309
reserve_bg_chunk
(i, info.blocks_per_group - overrun, 0);
311
reserve_bg_chunk
(i, info.blocks_per_group - 1, 0);
787
void
reserve_bg_chunk
(int bg, u32 start_block, u32 size) {
function
make_ext4fs.c
640
reserve_bg_chunk
(block_group, start_block - bgs[block_group].first_block, block_file_size);
Completed in 403 milliseconds