Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dopts.c247 .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()
Dopts.h571 u64 (*get_sb)(const struct bch_sb *); member
Dsuper-io.c434 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()
/linux-6.12.1/Documentation/filesystems/
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