Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dopts.c249 .get_sb = _sb_opt, \
627 v = opt->get_sb(sb); in bch2_opt_from_sb()
649 if (opt->get_sb == BCH2_NO_SB_OPT) in bch2_opts_from_sb()
H A Dopts.h585 u64 (*get_sb)(const struct bch_sb *); member
H A Dsuper-io.c477 if (opt->get_sb != BCH2_NO_SB_OPT) { in bch2_sb_validate()
1462 if (opt->get_sb != BCH2_NO_SB_OPT) { in bch2_sb_to_text()
/linux/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