Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dopts.c478 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 Dopts.h628 int bch2_opt_check_may_set(struct bch_fs *, int, u64);
H A Dxattr.c526 ret = bch2_opt_check_may_set(c, opt_id, v); in bch2_xattr_bcachefs_set()
H A Dsysfs.c647 ret = bch2_opt_check_may_set(c, id, v); in STORE()