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

Function merge_file_changes

kernel/fatfs.c:339–395  ·  view source on GitHub ↗

/// Added - Ron Cemer */ If more than one SFT has a file open, and a write occurs, this function must be called to propagate the results of that write to the other f_nodes which have that file open. Note that this function only has an effect if SHARE is installed. This is for compatibility reasons, since DOS without SHARE does not share changes bet

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

dos_openFunction · 0.85
dos_closeFunction · 0.85
dos_merge_file_changesFunction · 0.85
dos_extendFunction · 0.85
rwblockFunction · 0.85
dos_setfattrFunction · 0.85

Calls 4

IsShareInstalledFunction · 0.85
DosCloseSftFunction · 0.85
setdstartFunction · 0.85
getdstartFunction · 0.85

Tested by

no test coverage detected