Searched refs:is_checkpoint_stop (Results 1 – 2 of 2) sorted by relevance
240 extern bool is_checkpoint_stop(struct f2fs_super_block *, bool);
1073 c.force_stop = is_checkpoint_stop(sbi->raw_super, false); in validate_super_block()1074 c.abnormal_stop = is_checkpoint_stop(sbi->raw_super, true); in validate_super_block()1322 bool is_checkpoint_stop(struct f2fs_super_block *sb, bool abnormal) in is_checkpoint_stop() function