Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dopts.h593 int bch2_opts_from_sb(struct bch_opts *, struct bch_sb *);
Dopts.c639 int bch2_opts_from_sb(struct bch_opts *opts, struct bch_sb *sb) in bch2_opts_from_sb() function
Dsuper.c852 ret = bch2_opts_from_sb(&c->opts, sb); in bch2_fs_alloc()