Searched refs:dirty_segments (Results 1 – 3 of 3) 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()
227 optional int32 dirty_segments = 2; field