Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/oprofile/
Doprofilefs.c39 static const struct super_operations s_ops = { variable
248 sb->s_op = &s_ops; in oprofilefs_fill_super()
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dinode.c740 static const struct super_operations s_ops = { in spufs_fill_super() local
756 sb->s_op = &s_ops; in spufs_fill_super()
/Linux-v4.19/fs/
Dbinfmt_misc.c818 static const struct super_operations s_ops = { variable
834 sb->s_op = &s_ops; in bm_fill_super()
/Linux-v4.19/net/sunrpc/
Drpc_pipe.c1124 static const struct super_operations s_ops = { variable
1381 sb->s_op = &s_ops; in rpc_fill_super()
/Linux-v4.19/fs/f2fs/
Dsegment.h227 const struct segment_allocation *s_ops; member
Dsegment.c2519 SIT_I(sbi)->s_ops->allocate_segment(sbi, i, true); in f2fs_allocate_new_segments()
2917 sit_i->s_ops->allocate_segment(sbi, type, false); in f2fs_allocate_data_block()
3805 sit_i->s_ops = &default_salloc_ops; in build_sit_info()