Determine if a file is stored sparsely. Finds how much of a file is holes (sparse) and data. Compatible with recent versions of Linux, BSD, and Mac.
- C 83.8%
- Makefile 16.2%
|
|
||
|---|---|---|
| LICENSES | Fix reuse lint errors | |
| .gitignore | Fix reuse lint errors | |
| Makefile | Add clang-tidy to make checks | |
| README.md | Fix reuse lint errors | |
| sparseseek.c | Free finfo after use | |
sparseseek
Determine if a file is stored sparsely (sparse files). Finds how much of a file is holes (sparse) and data. Compatible with recent versions of Linux, BSD, and Mac.