summaryrefslogtreecommitdiffstats
path: root/c_pgms/sparse
Commit message (Collapse)AuthorAgeFilesLines
* sparse: add sparse file creation tools to the gitRaghavendra Bhat2012-02-242-0/+197
sparse_file_write.c: This program takes the filename and the size as the argument from the user (default size 5GB) and creates the sparse file with the name and the size provided. sparse_file_alt.c: This program will create a sparse file with alternate empty blocks and data blocks. Takes the path as the argument Change-Id: I8dfc95c933167fefc53fb0b665f234997aa0c68f Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>