MCPcopy Create free account
hub / github.com/apache/trafficserver / statvfs

Class statvfs

src/proxy/logging/LogConfig.cc:622–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 partition_space_left = m_partition_space_left;
621
622 struct statvfs fs;
623
624 if (::statvfs(logfile_dir, &fs) >= 0) {
625 partition_space_left = static_cast<int64_t>(fs.f_bavail) * static_cast<int64_t>(fs.f_bsize);

Callers 1

update_space_usedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected