Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp791 int gc_allowance = 0; in __mount() local
803 std::to_string(gc_allowance) + "%"; in __mount()
809 << ",type=" << entry.fs_type << ", gc_allowance=" << gc_allowance << "%)=" << ret in __mount()
815 if (try_f2fs_gc_allowance) gc_allowance += 10; in __mount()
816 } while ((ret && save_errno == EAGAIN && gc_allowance <= 100) || in __mount()