Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Doprofilefs.c40 static const struct super_operations s_ops = { variable
249 sb->s_op = &s_ops; in oprofilefs_fill_super()
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_misc.c770 static const struct super_operations s_ops = { variable
786 sb->s_op = &s_ops; in bm_fill_super()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Drpc_pipe.c1124 static const struct super_operations s_ops = { variable
1369 sb->s_op = &s_ops; in rpc_fill_super()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools/
H A DCVE-2021-41072.patch269 @@ -596,6 +608,10 @@ int read_super_2(squashfs_operations **s_ops, void *s)
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h235 const struct segment_allocation *s_ops; member
H A 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()