Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dcheckpoint.c1636 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint()
1717 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint()
Dgc.c1947 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range()
2072 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
Df2fs.h231 #define CP_RESIZE 0x00000080 macro
/Linux-v6.1/include/trace/events/
Df2fs.h50 TRACE_DEFINE_ENUM(CP_RESIZE);
126 { CP_RESIZE, "Resize" })