Home
last modified time | relevance | path

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

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h39 std::string fs_checkpoint_opts; member
/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()
802 opts = entry.fs_options + entry.fs_checkpoint_opts + ":" + in __mount()
1163 entry->fs_checkpoint_opts = ",checkpoint=disable"; in UpdateCheckpointPartition()