Searched refs:bch2_opt_parse (Results 1 – 4 of 4) sorted by relevance
| /fs/bcachefs/ |
| A D | opts.c | 364 int bch2_opt_parse(struct bch_fs *c, in bch2_opt_parse() function 652 ret = bch2_opt_parse(c, &bch2_opt_table[id], val, &v, &err); in bch2_parse_one_mount_opt()
|
| A D | opts.h | 643 int bch2_opt_parse(struct bch_fs *, const struct bch_option *,
|
| A D | xattr.c | 531 ret = bch2_opt_parse(c, opt, buf, &v, NULL); in bch2_xattr_bcachefs_set()
|
| A D | sysfs.c | 668 ret = bch2_opt_parse(c, opt, strim(tmp), &v, NULL) ?: in sysfs_opt_store()
|
Completed in 14 milliseconds