Searched refs:total_hole_size (Results 1 – 1 of 1) sorted by relevance
140 const u64 hole_size, const u64 total_hole_size) { in puncture_fs() argument141 u64 increments = (hole_size * total_size) / total_hole_size; in puncture_fs()210 u64 total_hole_size = 0; in main() local223 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()