Home
last modified time | relevance | path

Searched refs:bch2_opts_from_sb (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dopts.c658 int bch2_opts_from_sb(struct bch_opts *opts, struct bch_sb *sb) in bch2_opts_from_sb() function
H A Dopts.h618 int bch2_opts_from_sb(struct bch_opts *, struct bch_sb *);
H A Dsuper.c853 ret = bch2_opts_from_sb(&c->opts, sb); in bch2_fs_alloc()