Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dopts.c252 .get_sb = type_compatible_or_null(_sb_opt, *BCH2_NO_SB_OPT), \
631 v = opt->get_sb(sb); in bch2_opt_from_sb()
663 if (opt->get_sb) in bch2_opts_from_sb()
H A Dopts.h603 u64 (*get_sb)(const struct bch_sb *); member
H A Dsuper-io.c508 if (opt->get_sb) { in bch2_sb_validate()
1500 if (opt->get_sb) { in bch2_sb_to_text()
/linux-6.15/Documentation/filesystems/
H A Dporting.rst58 Change of file_system_type method (->read_super to ->get_sb)
76 Replace DECLARE_FSTYPE... with explicit initializer and have ->get_sb set as
148 FS_SINGLE is gone (actually, that had happened back when ->get_sb()
150 (and see ->get_sb() entry for other actions).
451 ->get_sb() is gone. Switch to use of ->mount(). Typically it's just