Searched refs:sfs (Results 1 – 1 of 1) sorted by relevance
485 struct statfs sfs; in data_disk_free() local486 if (statfs(data_path.c_str(), &sfs) == 0) { in data_disk_free()487 return sfs.f_bavail * sfs.f_bsize; in data_disk_free()