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

Method statvfs

fs/cache/cached_fs.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 return srcFs_ ? srcFs_->statfs(path, buf) : -1;
97 }
98 int statvfs(const char *path, struct statvfs *buf) override {
99 return srcFs_ ? srcFs_->statvfs(path, buf) : -1;
100 }
101 int stat(const char *path, struct stat *buf) override {
102 return srcFs_ ? srcFs_->stat(path, buf) : -1;
103 }

Callers 2

evictionMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36