Searched refs:bch2_opt_check_may_set (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | opts.c | 483 int bch2_opt_check_may_set(struct bch_fs *c, struct bch_dev *ca, int id, u64 v) in bch2_opt_check_may_set() function 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 | 639 int bch2_opt_check_may_set(struct bch_fs *, struct bch_dev *, int, u64);
|
| H A D | xattr.c | 532 ret = bch2_opt_check_may_set(c, NULL, opt_id, v); in bch2_xattr_bcachefs_set()
|
| H A D | sysfs.c | 640 bch2_opt_check_may_set(c, ca, id, v); in sysfs_opt_store()
|