Home
last modified time | relevance | path

Searched refs:bch2_opt_get_by_id (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dopts.c189 u64 bch2_opt_get_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_get_by_id() function
471 u64 v = bch2_opt_get_by_id(&opts, i); in bch2_opts_to_text()
472 if (v == bch2_opt_get_by_id(&bch2_opts_default, i)) in bch2_opts_to_text()
509 int ret = bch2_opt_check_may_set(c, NULL, i, bch2_opt_get_by_id(&c->opts, i)); in bch2_opts_check_may_set()
H A Dopts.h614 u64 bch2_opt_get_by_id(const struct bch_opts *, enum bch_opt_id);
H A Dxattr.c437 v = bch2_opt_get_by_id(&opts, id); in __bch2_xattr_bcachefs_get()
H A Dsysfs.c605 v = bch2_opt_get_by_id(&c->opts, id); in sysfs_opt_show()
H A Dsuper.c998 u64 v = bch2_opt_get_by_id(&c->opts, i); in print_mount_opts()
1003 if (v == bch2_opt_get_by_id(&bch2_opts_default, i)) in print_mount_opts()