Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/oprofile/
Doprofilefs.c40 static const struct super_operations s_ops = { variable
249 sb->s_op = &s_ops; in oprofilefs_fill_super()
/kernel/linux/linux-5.10/fs/
Dbinfmt_misc.c770 static const struct super_operations s_ops = { variable
786 sb->s_op = &s_ops; in bm_fill_super()
/kernel/linux/linux-5.10/net/sunrpc/
Drpc_pipe.c1123 static const struct super_operations s_ops = { variable
1368 sb->s_op = &s_ops; in rpc_fill_super()
/kernel/linux/linux-5.10/fs/f2fs/
Dsegment.h254 const struct segment_allocation *s_ops; member
Dsegment.c3088 SIT_I(sbi)->s_ops->allocate_segment(sbi, type, true, SEQ_NONE); in __allocate_new_segment()
3562 sit_i->s_ops->allocate_segment(sbi, type, false, contig); in f2fs_allocate_data_block()
4500 sit_i->s_ops = &default_salloc_ops; in build_sit_info()