Searched refs:f2fs_get_victim (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | gc.c | 744 int f2fs_get_victim(struct f2fs_sb_info *sbi, unsigned int *result, in f2fs_get_victim() function 1667 ret = f2fs_get_victim(sbi, victim, gc_type, NO_CHECK_TYPE, LFS, 0); in __get_victim()
|
H A D | segment.c | 2990 if (!f2fs_get_victim(sbi, &segno, BG_GC, seg_type, alloc_mode, age)) { in get_ssr_segment() 3017 if (!f2fs_get_victim(sbi, &segno, BG_GC, i, alloc_mode, age)) { in get_ssr_segment()
|
H A D | f2fs.h | 3875 int f2fs_get_victim(struct f2fs_sb_info *sbi, unsigned int *result,
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | f2fs.h | 749 TRACE_EVENT(f2fs_get_victim,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | f2fs.h | 761 TRACE_EVENT(f2fs_get_victim,
|
Completed in 21 milliseconds