| 203 | } |
| 204 | |
| 205 | auto FatFsFileSystem::GetFileOps() -> vfs::FileOps* { return &file_ops_; } |
| 206 | |
| 207 | auto FatFsFileSystem::AllocateFatInode() -> FatInode* { |
| 208 | for (auto& fi : inodes_) { |
nothing calls this directly
no outgoing calls
no test coverage detected