Lines Matching defs:sfs
1234 struct statfs sfs;
1235 int rc = statfs(path.c_str(), &sfs);
1238 double s = (double) sfs.f_bavail / (double) sfs.f_blocks;
3139 struct stat sfs;
3140 rc = stat(srps.c_str(), &sfs);
3146 << " mtime=" << sfs.st_mtime
3172 .bind(4, sfs.st_mtime)
4110 struct statfs sfs;
4111 rc = statfs(tmpdir.c_str(), &sfs);
4115 fdcache_mbs = sfs.f_bavail * sfs.f_bsize / 1024 / 1024 / 4; // 25% of free space