Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp797 std::string checkpoint_opts; in __mount() local
804 PINFO << "Kernel does not support " << checkpoint_opts << ", trying without."; in __mount()
810 checkpoint_opts = entry.fs_checkpoint_opts + ":" + std::to_string(gc_allowance) + "%"; in __mount()
812 checkpoint_opts = entry.fs_checkpoint_opts; in __mount()
814 checkpoint_opts = ""; in __mount()
816 opts = entry.fs_options + checkpoint_opts; in __mount()