Searched refs:bch2_opt_hook_pre_set (Results 1 – 4 of 4) sorted by relevance
| /fs/bcachefs/ |
| A D | opts.c | 521 int bch2_opt_hook_pre_set(struct bch_fs *c, struct bch_dev *ca, enum bch_opt_id id, u64 v) in bch2_opt_hook_pre_set() function 549 int ret = bch2_opt_hook_pre_set(c, NULL, i, bch2_opt_get_by_id(&c->opts, i)); in bch2_opts_hooks_pre_set()
|
| A D | opts.h | 656 int bch2_opt_hook_pre_set(struct bch_fs *, struct bch_dev *, enum bch_opt_id, u64);
|
| A D | xattr.c | 537 ret = bch2_opt_hook_pre_set(c, NULL, opt_id, v); in bch2_xattr_bcachefs_set()
|
| A D | sysfs.c | 669 bch2_opt_hook_pre_set(c, ca, id, v); in sysfs_opt_store()
|
Completed in 13 milliseconds