Searched refs:fs_checkpoint_opts (Results 1 – 2 of 2) sorted by relevance
41 std::string fs_checkpoint_opts; member
834 bool try_f2fs_gc_allowance = is_f2fs(entry.fs_type) && entry.fs_checkpoint_opts.length() > 0; in __mount()846 checkpoint_opts = entry.fs_checkpoint_opts + ":" + std::to_string(gc_allowance) + "%"; in __mount()848 checkpoint_opts = entry.fs_checkpoint_opts; in __mount()1203 entry->fs_checkpoint_opts = ",checkpoint=disable"; in UpdateCheckpointPartition()