Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcheckpoint.c1613 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint()
1688 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint()
H A Dgc.c1872 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range()
1997 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
H A Df2fs.h219 #define CP_RESIZE 0x00000080 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Df2fs.h54 TRACE_DEFINE_ENUM(CP_RESIZE);
136 { CP_RESIZE, "Resize" })