MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / statfs

Method statfs

fs/subfs.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 return underlayfs->syncfs();
202 }
203 virtual int statfs(const char *path, struct statfs *buf) override
204 {
205 PathCat __(this, path);
206 return underlayfs->statfs(path, buf);
207 }
208 virtual int statvfs(const char *path, struct statvfs *buf) override
209 {
210 PathCat __(this, path);

Callers 1

OVERRIDE_ASYNCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected