Home
last modified time | relevance | path

Searched refs:bch2_opt_check_may_set (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dopts.c483 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 Dopts.h639 int bch2_opt_check_may_set(struct bch_fs *, struct bch_dev *, int, u64);
H A Dxattr.c532 ret = bch2_opt_check_may_set(c, NULL, opt_id, v); in bch2_xattr_bcachefs_set()
H A Dsysfs.c640 bch2_opt_check_may_set(c, ca, id, v); in sysfs_opt_store()