Lines Matching full:checkpoint
57 [FAULT_CHECKPOINT] = "checkpoint error",
252 {Opt_checkpoint_disable, "checkpoint=disable"},
253 {Opt_checkpoint_disable_cap, "checkpoint=disable:%u"},
254 {Opt_checkpoint_disable_cap_perc, "checkpoint=disable:%u%%"},
255 {Opt_checkpoint_enable, "checkpoint=enable"},
371 f2fs_info(sbi, "Adjust unusable cap for checkpoint=disable = %u / %u%%", in adjust_unusable_cap_perc()
1460 * during filesystem shutdown, if checkpoint is disabled, in f2fs_drop_inode()
1614 * flush all issued checkpoints and stop checkpoint issue thread. in f2fs_put_super()
1620 * We don't need to do checkpoint when superblock is clean. in f2fs_put_super()
1621 * But, the previous checkpoint was not done by umount, it needs to do in f2fs_put_super()
1622 * clean checkpoint again. in f2fs_put_super()
1645 * In addition, EIO will skip do checkpoint, we need this as well. in f2fs_put_super()
2099 seq_printf(seq, ",checkpoint=disable:%u", in f2fs_show_options()
2211 f2fs_err(sbi, "checkpoint=disable on readonly fs"); in f2fs_disable_checkpoint()
2289 f2fs_warn(sbi, "checkpoint=enable has some unwritten data."); in f2fs_enable_checkpoint()
2300 /* Let's ensure there's no pending checkpoint anymore */ in f2fs_enable_checkpoint()
2449 f2fs_warn(sbi, "disabling checkpoint not compatible with read-only"); in f2fs_remount()
2523 * Place this routine at the end, since a new checkpoint would be in f2fs_remount()
2531 /* Flush if the prevous checkpoint, if exists. */ in f2fs_remount()
2561 f2fs_warn(sbi, "checkpoint has not been disabled"); in f2fs_remount()
3060 * In case of checkpoint=disable, we must flush quota blocks. in f2fs_quota_off_umount()
4578 f2fs_err(sbi, "Failed to get valid F2FS checkpoint"); in f2fs_fill_super()
4624 /* setup checkpoint request control and start checkpoint issue thread */ in f2fs_fill_super()
4729 * previous checkpoint was not done by clean system shutdown. in f2fs_fill_super()
4827 f2fs_notice(sbi, "Mounted with checkpoint version = %llx", in f2fs_fill_super()