Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp793 bool try_f2fs_gc_allowance = is_f2fs(entry.fs_type) && entry.fs_checkpoint_opts.length() > 0; in __mount() local
797 if (save_errno == EINVAL && try_f2fs_gc_allowance) { in __mount()
799 try_f2fs_gc_allowance = false; in __mount()
801 if (try_f2fs_gc_allowance) { in __mount()
815 if (try_f2fs_gc_allowance) gc_allowance += 10; in __mount()
817 (ret && save_errno == EINVAL && try_f2fs_gc_allowance)); in __mount()