Searched refs:dirty_segments (Results 1 – 2 of 2) sorted by relevance
46 read START < /dev/sys/fs/by-name/userdata/dirty_segments65 read CURRENT < /dev/sys/fs/by-name/userdata/dirty_segments
220 std::string dirty_segments; in waitForGc() local221 if (!ReadFileToString(path + "/dirty_segments", &dirty_segments)) { in waitForGc()225 if (std::stoi(dirty_segments) > DIRTY_SEGMENTS_THRESHOLD) { in waitForGc()