Searched refs:hole_size (Results 1 - 2 of 2) sorted by relevance

/system/extras/puncture_fs/
H A Dpuncture_fs.c140 const u64 hole_size, const u64 total_hole_size) {
141 u64 increments = (hole_size * total_size) / total_hole_size;
176 hole_size,
181 starting_max = hole_max + hole_size;
209 u64 hole_size = 0; local
219 hole_size = atoll(optarg);
255 if (total_size < total_hole_size || total_hole_size < hole_size) {
262 if (!puncture_fs(path, total_size, hole_size, total_hole_size)) {
139 puncture_fs(const char * const path, const u64 total_size, const u64 hole_size, const u64 total_hole_size) argument
/system/extras/ext4_utils/
H A Dallocate.c377 u32 hole_start, hole_size; local
379 hole_size = bgs[i].chunks[j].block - hole_start;
380 if (hole_size == len) {
385 found_allocate_len = hole_size;
387 } else if (hole_size > len && (found_allocate_len == 0 || (found_allocate_len > hole_size))) {
391 found_allocate_len = hole_size;
394 if (found_allocate_len < hole_size) {
398 found_allocate_len = hole_size;

Completed in 97 milliseconds