Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ syncfs
Method
syncfs
fs/subfs.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
return underlayfs->truncate(path, length);
198
}
199
virtual int syncfs() override
200
{
201
return underlayfs->syncfs();
202
}
203
virtual int statfs(const char *path, struct statfs *buf) override
204
{
205
PathCat __(this, path);
Callers
1
OVERRIDE_ASYNC0
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected