Searched refs:CP_RESIZE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | gc.c | 1877 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 2003 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
H A D | checkpoint.c | 1598 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint() 1673 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint()
|
H A D | f2fs.h | 205 #define CP_RESIZE 0x00000080 macro
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | f2fs.h | 54 TRACE_DEFINE_ENUM(CP_RESIZE); variable 134 { CP_RESIZE, "Resize" })
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | checkpoint.c | 1635 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint() 1716 if (cpc->reason != CP_RESIZE) in f2fs_write_checkpoint()
|
H A D | gc.c | 1987 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 2114 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
H A D | f2fs.h | 235 #define CP_RESIZE 0x00000080 macro
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | f2fs.h | 50 TRACE_DEFINE_ENUM(CP_RESIZE); variable 128 { CP_RESIZE, "Resize" })
|
Completed in 29 milliseconds