Home
last modified time | relevance | path

Searched refs:allocate_len (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
Dallocate.c391 u32 allocate_len = min(len, found_bg_len); in ext4_allocate_best_fit_partial() local
393 u32 block = ext4_allocate_blocks_from_block_group(allocate_len, found_bg); in ext4_allocate_best_fit_partial()
395 error("failed to allocate %d blocks in block group %d", allocate_len, found_bg); in ext4_allocate_best_fit_partial()
400 reg->len = allocate_len; in ext4_allocate_best_fit_partial()