Home
last modified time | relevance | path

Searched refs:s_ops (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/sound/oss/
Dv_midi.c171 struct synth_operations s_ops[2]; member
227 midi_devs[midi1]->converter = &m->s_ops[0]; in attach_v_midi()
247 midi_devs[midi2]->converter = &m->s_ops[1]; in attach_v_midi()
/linux-4.1.27/drivers/oprofile/
Doprofilefs.c39 static const struct super_operations s_ops = { variable
245 sb->s_op = &s_ops; in oprofilefs_fill_super()
/linux-4.1.27/fs/
Dbinfmt_misc.c780 static const struct super_operations s_ops = { variable
796 sb->s_op = &s_ops; in bm_fill_super()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dinode.c720 static const struct super_operations s_ops = { in spufs_fill_super() local
738 sb->s_op = &s_ops; in spufs_fill_super()
/linux-4.1.27/net/sunrpc/
Drpc_pipe.c1140 static const struct super_operations s_ops = { variable
1396 sb->s_op = &s_ops; in rpc_fill_super()
/linux-4.1.27/fs/f2fs/
Dsegment.h184 const struct segment_allocation *s_ops; member
Dsegment.c1040 SIT_I(sbi)->s_ops->allocate_segment(sbi, type, true); in __allocate_new_segments()
1194 sit_i->s_ops->allocate_segment(sbi, type, false); in allocate_data_block()
1888 sit_i->s_ops = &default_salloc_ops; in build_sit_info()