Searched refs:get_sb (Results 1 – 4 of 4) sorted by relevance
247 .get_sb = _sb_opt, \624 v = opt->get_sb(sb); in bch2_opt_from_sb()646 if (opt->get_sb == BCH2_NO_SB_OPT) in bch2_opts_from_sb()
571 u64 (*get_sb)(const struct bch_sb *); member
434 if (opt->get_sb != BCH2_NO_SB_OPT) { in bch2_sb_validate()1391 if (opt->get_sb != BCH2_NO_SB_OPT) { 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