Searched refs:dirty_segments (Results 1 – 2 of 2) sorted by relevance
47 read DIRTY_SEGMENTS_START < /sys/fs/f2fs/${NAME}/dirty_segments57 read DIRTY_SEGMENTS < /sys/fs/f2fs/${NAME}/dirty_segments
208 std::string dirty_segments; in waitForGc() local209 if (!ReadFileToString(path + "/dirty_segments", &dirty_segments)) { in waitForGc()213 if (std::stoi(dirty_segments) > DIRTY_SEGMENTS_THRESHOLD) { in waitForGc()