Searched refs:vst (Results 1 – 1 of 1) sorted by relevance
148 struct statvfs vst; in fs_mgr_filesystem_has_space() local149 if (statvfs(mount_point.c_str(), &vst)) { in fs_mgr_filesystem_has_space()157 return (vst.f_bfree >= (vst.f_blocks * kPercentThreshold / 100)) && in fs_mgr_filesystem_has_space()158 (static_cast<uint64_t>(vst.f_bfree) * vst.f_frsize) >= kSizeThreshold; in fs_mgr_filesystem_has_space()