Home
last modified time | relevance | path

Searched refs:dirty_segments (Results 1 – 2 of 2) sorted by relevance

/system/extras/checkpoint_gc/
Dcheckpoint_gc.sh47 read DIRTY_SEGMENTS_START < /sys/fs/f2fs/${NAME}/dirty_segments
57 read DIRTY_SEGMENTS < /sys/fs/f2fs/${NAME}/dirty_segments
/system/vold/
DIdleMaint.cpp208 std::string dirty_segments; in waitForGc() local
209 if (!ReadFileToString(path + "/dirty_segments", &dirty_segments)) { in waitForGc()
213 if (std::stoi(dirty_segments) > DIRTY_SEGMENTS_THRESHOLD) { in waitForGc()