Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dbinfmt_misc.c772 static const struct super_operations s_ops = { variable
788 sb->s_op = &s_ops; in bm_fill_super()
/Linux-v6.1/net/sunrpc/
Drpc_pipe.c1125 static const struct super_operations s_ops = { variable
1370 sb->s_op = &s_ops; in rpc_fill_super()
/Linux-v6.1/fs/f2fs/
Dsegment.h238 const struct segment_allocation *s_ops; member
Dsegment.c2915 SIT_I(sbi)->s_ops->allocate_segment(sbi, type, true); in __allocate_new_segment()
3273 sit_i->s_ops->allocate_segment(sbi, type, false); in f2fs_allocate_data_block()
4260 sit_i->s_ops = &default_salloc_ops; in build_sit_info()