Searched refs:free_bytes (Results 1 – 2 of 2) sorted by relevance
289 uint64_t free_bytes = 0; in cp_healthDaemon() local292 free_bytes = data.f_bavail * data.f_frsize; in cp_healthDaemon()298 free_bytes = std::strtoul(content.c_str(), NULL, 10); in cp_healthDaemon()302 if (free_bytes < min_free_bytes) { in cp_healthDaemon()
522 size_t free_bytes = in FileShare() local524 if (free_bytes < 2 * expected_size) { in FileShare()528 << " only has " << free_bytes in FileShare()