Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dcheckpoint.c1977 ((cpc->reason & CP_FASTBOOT) || (cpc->reason & CP_SYNC) || in f2fs_write_checkpoint()
2109 struct cp_control cpc = { .reason = CP_SYNC, }; in __write_checkpoint_sync()
2201 if (!test_opt(sbi, MERGE_CHECKPOINT) || cpc.reason != CP_SYNC || in f2fs_issue_checkpoint()
H A Df2fs.h311 #define CP_SYNC 0x00000004 macro
2542 int reason = CP_SYNC; in __get_cp_reason()
H A Dfile.c3751 struct cp_control cpc = { CP_SYNC, 0, 0, 0 }; in f2fs_ioc_reserve_dev_alias()
3885 struct cp_control cpc = { CP_SYNC, 0, 0, 0 }; in f2fs_ioc_release_dev_alias()
/linux/include/trace/events/
H A Df2fs.h45 TRACE_DEFINE_ENUM(CP_SYNC);
126 { CP_SYNC, "Sync" }, \