Searched refs:CP_PAUSE (Results 1 – 4 of 4) sorted by relevance
52 TRACE_DEFINE_ENUM(CP_PAUSE);131 { CP_PAUSE, "Pause" }, \
1570 if (cpc->reason != CP_PAUSE) in f2fs_write_checkpoint()
1748 cpc.reason = CP_PAUSE; in f2fs_disable_checkpoint()
198 #define CP_PAUSE 0x00000040 macro