MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Sync

Method Sync

Kernel/src/fs/ext2.cpp:1597–1599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595 }
1596
1597 void Ext2Node::Sync(){
1598 vol->SyncNode(this);
1599 }
1600
1601 void Ext2Node::Close(){
1602 handleCount--;

Callers

nothing calls this directly

Calls 1

SyncNodeMethod · 0.80

Tested by

no test coverage detected