Home
last modified time | relevance | path

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

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