Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dopts.c582 int bch2_parse_mount_opts(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_mount_opts() function
H A Dopts.h643 int bch2_parse_mount_opts(struct bch_fs *, struct bch_opts *, struct printbuf *,
H A Dfsck.c3105 bch2_parse_mount_opts(NULL, &thr->opts, NULL, optstr, false); in bch2_ioctl_fsck_offline()
3213 bch2_parse_mount_opts(c, &thr->opts, NULL, optstr, false); in bch2_ioctl_fsck_online()
H A Dfs.c2477 ret = bch2_parse_mount_opts(c, &opts, NULL, opts_parse->parse_later.buf, false); in bch2_fs_get_tree()