Searched refs:is_f2fs (Results 1 – 1 of 1) sorted by relevance
152 static bool is_f2fs(const std::string& fs_type) { in is_f2fs() function260 } else if (is_f2fs(fs_type)) { in check_fs()734 } else if (is_f2fs(entry.fs_type)) { in prepare_fs_for_mount()793 bool try_f2fs_gc_allowance = is_f2fs(entry.fs_type) && entry.fs_checkpoint_opts.length() > 0; in __mount()1162 if (is_f2fs(entry->fs_type)) { in UpdateCheckpointPartition()