Searched refs:v_ops (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.h | 318 const struct victim_selection *v_ops; /* victim selction operation */ member
|
H A D | gc.c | 1572 ret = DIRTY_I(sbi)->v_ops->get_victim(sbi, victim, gc_type, in __get_victim() 1861 DIRTY_I(sbi)->v_ops = &default_v_ops; in f2fs_build_gc_manager()
|
H A D | segment.c | 2964 const struct victim_selection *v_ops = DIRTY_I(sbi)->v_ops; in get_ssr_segment() local 2973 if (!v_ops->get_victim(sbi, &segno, BG_GC, seg_type, alloc_mode, age)) { in get_ssr_segment() 3000 if (!v_ops->get_victim(sbi, &segno, BG_GC, i, alloc_mode, age)) { in get_ssr_segment()
|
Completed in 11 milliseconds