Searched refs:bch2_opt_get_by_id (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | opts.c | 189 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 D | opts.h | 614 u64 bch2_opt_get_by_id(const struct bch_opts *, enum bch_opt_id);
|
| H A D | xattr.c | 437 v = bch2_opt_get_by_id(&opts, id); in __bch2_xattr_bcachefs_get()
|
| H A D | sysfs.c | 605 v = bch2_opt_get_by_id(&c->opts, id); in sysfs_opt_show()
|
| H A D | super.c | 998 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()
|