Values
FL_COLLAPSE_RANGE | comptime_int | Removes a range of a file without leaving a hole in the file |
FL_INSERT_RANGE | comptime_int | Inserts space within the file size without overwriting any existing data |
FL_KEEP_SIZE | comptime_int | Default is extend size |
FL_NO_HIDE_STALE | comptime_int | Reserved codepoint |
FL_PUNCH_HOLE | comptime_int | De-allocates range |
FL_UNSHARE_RANGE | comptime_int | Unshares shared blocks within the file size without overwriting any existing dat… |
FL_ZERO_RANGE | comptime_int | Converts a range of file to zeros preferably without issuing data IO |