Searched refs:get_sb (Results 1 – 4 of 4) sorted by relevance
252 .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()
603 u64 (*get_sb)(const struct bch_sb *); member
508 if (opt->get_sb) { in bch2_sb_validate()1500 if (opt->get_sb) { in bch2_sb_to_text()
58 Change of file_system_type method (->read_super to ->get_sb)76 Replace DECLARE_FSTYPE... with explicit initializer and have ->get_sb set as148 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