Home
last modified time | relevance | path

Searched refs:CP_SYNC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcheckpoint.c1617 ((cpc->reason & CP_FASTBOOT) || (cpc->reason & CP_SYNC) || in f2fs_write_checkpoint()
1734 struct cp_control cpc = { .reason = CP_SYNC, }; in __write_checkpoint_sync()
1824 if (!test_opt(sbi, MERGE_CHECKPOINT) || cpc.reason != CP_SYNC) { in f2fs_issue_checkpoint()
H A Df2fs.h214 #define CP_SYNC 0x00000004 macro
2210 int reason = CP_SYNC; in __get_cp_reason()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Df2fs.h49 TRACE_DEFINE_ENUM(CP_SYNC);
131 { CP_SYNC, "Sync" }, \