Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dallocate.c363 u32 hole_start, hole_size; in ext4_allocate_best_fit_partial() local
364 hole_start = bgs[i].chunks[j-1].block + bgs[i].chunks[j-1].len; in ext4_allocate_best_fit_partial()
365 hole_size = bgs[i].chunks[j].block - hole_start; in ext4_allocate_best_fit_partial()
370 found_block = hole_start; in ext4_allocate_best_fit_partial()
376 found_block = hole_start; in ext4_allocate_best_fit_partial()
383 found_block = hole_start; in ext4_allocate_best_fit_partial()