MCPcopy Index your code
hub / github.com/FDOS/kernel / dos_extend

Function dos_extend

kernel/fatfs.c:1051–1165  ·  view source on GitHub ↗

extends a file from f_dir.dir_size to f_offset */ Proper OSes write zeros in between, but DOS just adds */ garbage sectors, and lets the caller do the zero filling */ if you prefer you can have this enabled using */ #define WRITEZEROS 1 */ but because we want to be compatible, we don't do this by */ default

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

rwblockFunction · 0.85

Calls 3

map_clusterFunction · 0.85
merge_file_changesFunction · 0.85
printfFunction · 0.85

Tested by

no test coverage detected