Searched refs:get_victim (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/f2fs/ |
D | segment.h | 301 int (*get_victim)(struct f2fs_sb_info *, unsigned int *, member
|
D | gc.c | 833 .get_victim = get_victim_by_default, 1554 ret = DIRTY_I(sbi)->v_ops->get_victim(sbi, victim, gc_type, in __get_victim()
|
D | segment.c | 2876 if (!v_ops->get_victim(sbi, &segno, BG_GC, seg_type, alloc_mode, age)) { in get_ssr_segment() 2903 if (!v_ops->get_victim(sbi, &segno, BG_GC, i, alloc_mode, age)) { in get_ssr_segment()
|