Searched refs:CP_PAUSE (Results 1 – 4 of 4) sorted by relevance
53 TRACE_DEFINE_ENUM(CP_PAUSE);134 { CP_PAUSE, "Pause" }, \
1609 if (cpc->reason != CP_PAUSE) in f2fs_write_checkpoint()
2028 cpc.reason = CP_PAUSE; in f2fs_disable_checkpoint()
218 #define CP_PAUSE 0x00000040 macro