Home
last modified time | relevance | path

Searched refs:v_ops (Results 1 – 3 of 3) sorted by relevance

/fs/f2fs/
Dgc.c928 ret = DIRTY_I(sbi)->v_ops->get_victim(sbi, victim, gc_type, in __get_victim()
1109 DIRTY_I(sbi)->v_ops = &default_v_ops; in build_gc_manager()
Dsegment.h276 const struct victim_selection *v_ops; /* victim selction operation */ member
Dsegment.c2271 const struct victim_selection *v_ops = DIRTY_I(sbi)->v_ops; in get_ssr_segment() local
2277 if (v_ops->get_victim(sbi, &segno, BG_GC, type, SSR)) { in get_ssr_segment()
2304 if (v_ops->get_victim(sbi, &segno, BG_GC, i, SSR)) { in get_ssr_segment()