Lines Matching full:checkpoint
3 * fs/f2fs/checkpoint.c
911 /* The second checkpoint pack should start at the next segment */ in f2fs_get_valid_checkpoint()
938 /* Sanity checking of checkpoint */ in f2fs_get_valid_checkpoint()
1167 * Freeze all the FS-operations for checkpoint.
1250 * dirty node blocks and some checkpoint values by block allocation. in block_operations()
1385 /* submit checkpoint (with barrier if NOBARRIER is not set) */ in commit_checkpoint()
1407 /* start to update checkpoint, cp ver is already updated previously */ in do_checkpoint()
1449 /* update ckpt flag for checkpoint */ in do_checkpoint()
1477 /* write out checkpoint buffer at block 0 */ in do_checkpoint()
1521 /* barrier and flush checkpoint cp pack 2 page if it can */ in do_checkpoint()
1550 * updated during writing checkpoint. in do_checkpoint()
1573 f2fs_warn(sbi, "Start checkpoint disabled!"); in f2fs_write_checkpoint()
1615 * update checkpoint pack index in f2fs_write_checkpoint()
1644 f2fs_notice(sbi, "checkpoint: version = %llx", ckpt_ver); in f2fs_write_checkpoint()
1646 /* update CP_TIME to trigger checkpoint periodically */ in f2fs_write_checkpoint()
1648 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "finish checkpoint"); in f2fs_write_checkpoint()