Searched refs:bch2_opt_check_may_set (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | opts.c | 475 int bch2_opt_check_may_set(struct bch_fs *c, int id, u64 v) in bch2_opt_check_may_set() function 499 ret = bch2_opt_check_may_set(c, i, in bch2_opts_check_may_set()
|
D | opts.h | 614 int bch2_opt_check_may_set(struct bch_fs *, int, u64);
|
D | xattr.c | 526 ret = bch2_opt_check_may_set(c, opt_id, v); in bch2_xattr_bcachefs_set()
|
D | sysfs.c | 672 ret = bch2_opt_check_may_set(c, id, v); in STORE()
|