Home
last modified time | relevance | path

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

/fs/
Dbinfmt_misc.c770 static const struct super_operations s_ops = { variable
786 sb->s_op = &s_ops; in bm_fill_super()
/fs/f2fs/
Dsegment.h241 const struct segment_allocation *s_ops; member
Dsegment.c2966 SIT_I(sbi)->s_ops->allocate_segment(sbi, type, true); in __allocate_new_segment()
3443 sit_i->s_ops->allocate_segment(sbi, type, false); in f2fs_allocate_data_block()
4420 sit_i->s_ops = &default_salloc_ops; in build_sit_info()