Home
last modified time | relevance | path

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

/linux-4.1.27/sound/oss/
Dv_midi.c172 struct vmidi_devc v_ops[2]; member
214 v_devc[0] = &m->v_ops[0]; in attach_v_midi()
234 v_devc[1] = &m->v_ops[1]; in attach_v_midi()
/linux-4.1.27/fs/f2fs/
Dgc.c653 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()
Dsegment.c997 const struct victim_selection *v_ops = DIRTY_I(sbi)->v_ops; in get_ssr_segment() local
1000 return v_ops->get_victim(sbi, in get_ssr_segment()
1005 if (v_ops->get_victim(sbi, &(curseg)->next_segno, in get_ssr_segment()
Dsegment.h230 const struct victim_selection *v_ops; /* victim selction operation */ member