Searched defs:make_holes (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/debugfs/
H A Ddebugfs.c1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes) argument
1619 if (make_holes) {
1663 int make_holes = 0; local
1740 make_holes = 1;
1747 retval = copy_file(fd, newfile, bufsize, make_holes);

Completed in 50 milliseconds