MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / FreeFatInode

Method FreeFatInode

src/filesystem/fatfs/fatfs.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218auto FatFsFileSystem::FreeFatInode(FatInode* fi) -> void {
219 if (fi != nullptr) {
220 fi->in_use = false;
221 }
222}
223
224auto FatFsFileSystem::AllocateFil() -> FIL* {
225 for (auto& fh : fil_pool_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected