Searched refs:dirty_segments (Results 1 – 3 of 3) sorted by relevance
62 read START < /dev/sys/fs/by-name/userdata/dirty_segments100 read CURRENT < /dev/sys/fs/by-name/userdata/dirty_segments
230 std::string dirty_segments; in waitForGc() local231 if (!ReadFileToString(path + "/dirty_segments", &dirty_segments)) { in waitForGc()235 if (std::stoi(dirty_segments) > DIRTY_SEGMENTS_THRESHOLD) { in waitForGc()
321 optional int32 dirty_segments = 2; field