Searched refs:v_ops (Results 1 – 4 of 4) sorted by relevance
172 struct vmidi_devc v_ops[2]; member214 v_devc[0] = &m->v_ops[0]; in attach_v_midi()234 v_devc[1] = &m->v_ops[1]; in attach_v_midi()
653 ret = DIRTY_I(sbi)->v_ops->get_victim(sbi, victim, gc_type, in __get_victim()745 DIRTY_I(sbi)->v_ops = &default_v_ops; in build_gc_manager()
997 const struct victim_selection *v_ops = DIRTY_I(sbi)->v_ops; in get_ssr_segment() local1000 return v_ops->get_victim(sbi, in get_ssr_segment()1005 if (v_ops->get_victim(sbi, &(curseg)->next_segno, in get_ssr_segment()
230 const struct victim_selection *v_ops; /* victim selction operation */ member