Home
last modified time | relevance | path

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

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