Home
last modified time | relevance | path

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

/system/extras/puncture_fs/
Dpuncture_fs.cpp140 const u64 hole_size, const u64 total_hole_size) { in puncture_fs() argument
141 u64 increments = (hole_size * total_size) / total_hole_size; in puncture_fs()
210 u64 total_hole_size = 0; in main() local
223 total_hole_size = atoll(optarg); in main()
255 if (total_size < total_hole_size || total_hole_size < hole_size) { in main()
262 if (!puncture_fs(path, total_size, hole_size, total_hole_size)) { in main()