Searched refs:bch2_opt_check_may_set (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | opts.c | 478 int bch2_opt_check_may_set(struct bch_fs *c, int id, u64 v) in bch2_opt_check_may_set() function 502 ret = bch2_opt_check_may_set(c, i, in bch2_opts_check_may_set()
|
H A D | opts.h | 628 int bch2_opt_check_may_set(struct bch_fs *, int, u64);
|
H A D | xattr.c | 526 ret = bch2_opt_check_may_set(c, opt_id, v); in bch2_xattr_bcachefs_set()
|
H A D | sysfs.c | 647 ret = bch2_opt_check_may_set(c, id, v); in STORE()
|