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()
1166 * Freeze all the FS-operations for checkpoint.
1249 * dirty node blocks and some checkpoint values by block allocation. in block_operations()
1384 /* submit checkpoint (with barrier if NOBARRIER is not set) */ in commit_checkpoint()
1406 /* start to update checkpoint, cp ver is already updated previously */ in do_checkpoint()
1448 /* update ckpt flag for checkpoint */ in do_checkpoint()
1476 /* write out checkpoint buffer at block 0 */ in do_checkpoint()
1520 /* barrier and flush checkpoint cp pack 2 page if it can */ in do_checkpoint()
1549 * updated during writing checkpoint. in do_checkpoint()
1572 f2fs_warn(sbi, "Start checkpoint disabled!"); in f2fs_write_checkpoint()
1614 * update checkpoint pack index in f2fs_write_checkpoint()
1643 f2fs_notice(sbi, "checkpoint: version = %llx", ckpt_ver); in f2fs_write_checkpoint()
1645 /* update CP_TIME to trigger checkpoint periodically */ in f2fs_write_checkpoint()
1647 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "finish checkpoint"); in f2fs_write_checkpoint()