Searched refs:get_victim (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | gc.c | 448 .get_victim = get_victim_by_default, 1141 ret = DIRTY_I(sbi)->v_ops->get_victim(sbi, victim, gc_type, in __get_victim()
|
| D | segment.h | 288 int (*get_victim)(struct f2fs_sb_info *, unsigned int *, member
|
| D | segment.c | 2591 if (v_ops->get_victim(sbi, &segno, BG_GC, type, SSR)) { in get_ssr_segment() 2618 if (v_ops->get_victim(sbi, &segno, BG_GC, i, SSR)) { in get_ssr_segment()
|