Lines Matching refs:reason
1141 if ((cpc->reason & CP_UMOUNT) && in update_ckpt_flags()
1146 if (cpc->reason & CP_TRIMMED) in update_ckpt_flags()
1151 if (cpc->reason & CP_UMOUNT) in update_ckpt_flags()
1156 if (cpc->reason & CP_FASTBOOT) in update_ckpt_flags()
1267 if (__remain_node_summaries(cpc->reason)) in do_checkpoint()
1333 if (__remain_node_summaries(cpc->reason)) { in do_checkpoint()
1394 ((cpc->reason & CP_FASTBOOT) || (cpc->reason & CP_SYNC) || in write_checkpoint()
1395 ((cpc->reason & CP_DISCARD) && !sbi->discard_blks))) in write_checkpoint()
1406 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "start block_ops"); in write_checkpoint()
1412 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "finish block_ops"); in write_checkpoint()
1417 if (cpc->reason & CP_DISCARD) { in write_checkpoint()
1455 if (cpc->reason & CP_RECOVERY) in write_checkpoint()
1461 trace_f2fs_write_checkpoint(sbi->sb, cpc->reason, "finish checkpoint"); in write_checkpoint()