HomeSort by relevance Sort by last modified time
    Searched full:total_hole_size (Results 1 - 1 of 1) sorted by null

  /system/extras/puncture_fs/
puncture_fs.c 140 const u64 hole_size, const u64 total_hole_size) {
141 u64 increments = (hole_size * total_size) / total_hole_size;
206 u64 total_hole_size = 0; local
219 total_hole_size = atoll(optarg);
251 if (total_size < total_hole_size || total_hole_size < hole_size) {
258 if (!puncture_fs(path, total_size, hole_size, total_hole_size)) {

Completed in 115 milliseconds