Searched refs:bch_opts (Results 1 – 12 of 12) sorted by relevance
| /fs/bcachefs/ |
| A D | opts.h | 553 struct bch_opts { struct 564 struct bch_opts opts; 570 static const __maybe_unused struct bch_opts bch2_opts_default = { 590 static inline struct bch_opts bch2_opts_empty(void) in bch2_opts_empty() 592 return (struct bch_opts) { 0 }; in bch2_opts_empty() 595 void bch2_opts_apply(struct bch_opts *, struct bch_opts); 635 int bch2_opts_from_sb(struct bch_opts *, struct bch_sb *); 652 struct bch_opts, 659 struct bch_opts *, enum bch_opt_id); 661 int bch2_parse_one_mount_opt(struct bch_fs *, struct bch_opts *, [all …]
|
| A D | opts.c | 173 void bch2_opts_apply(struct bch_opts *dst, struct bch_opts src) in bch2_opts_apply() 183 bool bch2_opt_defined_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_defined_by_id() 196 u64 bch2_opt_get_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_get_by_id() 209 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v) in bch2_opt_set_by_id() 496 struct bch_opts opts, in bch2_opts_to_text() 558 struct bch_opts *new_opts, enum bch_opt_id id) in bch2_opt_hook_post_set() 612 int bch2_parse_one_mount_opt(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_one_mount_opt() 683 int bch2_parse_mount_opts(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_mount_opts() 759 int bch2_opts_from_sb(struct bch_opts *opts, struct bch_sb *sb) in bch2_opts_from_sb() 818 struct bch_io_opts bch2_opts_to_inode_opts(struct bch_opts src) in bch2_opts_to_inode_opts()
|
| A D | super-io.h | 97 int bch2_read_super(const char *, struct bch_opts *, struct bch_sb_handle *); 98 int bch2_read_super_silent(const char *, struct bch_opts *, struct bch_sb_handle *);
|
| A D | super.h | 51 struct bch_fs *bch2_fs_open(darray_const_str *, struct bch_opts *);
|
| A D | super.c | 140 void bch2_print_opts(struct bch_opts *opts, const char *fmt, ...) in bch2_print_opts() 825 static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts *opts, in bch2_fs_alloc() 1263 struct bch_opts *opts) in bch2_dev_in_fs() 1899 struct bch_opts opts = bch2_opts_empty(); in bch2_dev_add() 2051 struct bch_opts opts = bch2_opts_empty(); in bch2_dev_online() 2378 struct bch_opts *opts) in bch2_fs_open()
|
| A D | inode.h | 291 struct bch_opts bch2_inode_opts_to_opts(struct bch_inode_unpacked *);
|
| A D | bcachefs.h | 301 void bch2_print_opts(struct bch_opts *, const char *, ...); 834 struct bch_opts opts;
|
| A D | super-io.c | 784 static int __bch2_read_super(const char *path, struct bch_opts *opts, in __bch2_read_super() 942 int bch2_read_super(const char *path, struct bch_opts *opts, in bch2_read_super() 950 int bch2_read_super_silent(const char *path, struct bch_opts *opts, in bch2_read_super_silent()
|
| A D | xattr.c | 417 struct bch_opts opts = in __bch2_xattr_bcachefs_get()
|
| A D | inode.c | 1223 struct bch_opts bch2_inode_opts_to_opts(struct bch_inode_unpacked *inode) in bch2_inode_opts_to_opts() 1225 struct bch_opts ret = { 0 }; in bch2_inode_opts_to_opts()
|
| A D | fs.c | 2447 struct bch_opts opts = opts_parse->opts; in bch2_fs_get_tree()
|
| A D | fsck.c | 3151 struct bch_opts opts;
|
Completed in 653 milliseconds