Home
last modified time | relevance | path

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

/fs/
Dbinfmt_misc.c813 static const struct super_operations s_ops = { variable
829 sb->s_op = &s_ops; in bm_fill_super()
/fs/f2fs/
Dsegment.h225 const struct segment_allocation *s_ops; member
Dsegment.c2347 SIT_I(sbi)->s_ops->allocate_segment(sbi, i, true); in allocate_new_segments()
2667 sit_i->s_ops->allocate_segment(sbi, type, false); in allocate_data_block()
3515 sit_i->s_ops = &default_salloc_ops; in build_sit_info()