Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp151 static bool is_f2fs(const std::string& fs_type) { in is_f2fs() function
262 } else if (is_f2fs(fs_type)) { in check_fs()
769 } else if (is_f2fs(entry.fs_type)) { in prepare_fs_for_mount()
829 bool try_f2fs_gc_allowance = is_f2fs(entry.fs_type) && entry.fs_checkpoint_opts.length() > 0; in __mount()
1181 if (is_f2fs(entry->fs_type)) { in UpdateCheckpointPartition()