Home
last modified time | relevance | path

Searched refs:bch_opts (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dopts.h515 struct bch_opts { struct
526 struct bch_opts opts;
532 static const __maybe_unused struct bch_opts bch2_opts_default = {
552 static inline struct bch_opts bch2_opts_empty(void) in bch2_opts_empty()
554 return (struct bch_opts) { 0 }; in bch2_opts_empty()
557 void bch2_opts_apply(struct bch_opts *, struct bch_opts);
588 bool bch2_opt_defined_by_id(const struct bch_opts *, enum bch_opt_id);
589 u64 bch2_opt_get_by_id(const struct bch_opts *, enum bch_opt_id);
590 void bch2_opt_set_by_id(struct bch_opts *, enum bch_opt_id, u64);
593 int bch2_opts_from_sb(struct bch_opts *, struct bch_sb *);
[all …]
Dopts.c174 void bch2_opts_apply(struct bch_opts *dst, struct bch_opts src) in bch2_opts_apply()
184 bool bch2_opt_defined_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_defined_by_id()
197 u64 bch2_opt_get_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_get_by_id()
210 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v) in bch2_opt_set_by_id()
450 struct bch_opts opts, in bch2_opts_to_text()
508 int bch2_parse_one_mount_opt(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_one_mount_opt()
577 int bch2_parse_mount_opts(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_mount_opts()
639 int bch2_opts_from_sb(struct bch_opts *opts, struct bch_sb *sb) in bch2_opts_from_sb()
711 struct bch_io_opts bch2_opts_to_inode_opts(struct bch_opts src) in bch2_opts_to_inode_opts()
Dsuper-io.h83 int bch2_read_super(const char *, struct bch_opts *, struct bch_sb_handle *);
84 int bch2_read_super_silent(const char *, struct bch_opts *, struct bch_sb_handle *);
Dsuper.h52 struct bch_fs *bch2_fs_open(char * const *, unsigned, struct bch_opts);
Dsuper.c120 void bch2_print_opts(struct bch_opts *opts, const char *fmt, ...) in bch2_print_opts()
732 static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts opts) in bch2_fs_alloc()
1090 struct bch_opts *opts) in bch2_dev_in_fs()
1718 struct bch_opts opts = bch2_opts_empty(); in bch2_dev_add()
1837 struct bch_opts opts = bch2_opts_empty(); in bch2_dev_online()
2010 struct bch_opts opts) in bch2_fs_open()
Dinode.h260 struct bch_opts bch2_inode_opts_to_opts(struct bch_inode_unpacked *);
Dbcachefs.h273 void bch2_print_opts(struct bch_opts *, const char *, ...);
759 struct bch_opts opts;
Dsuper-io.c696 static int __bch2_read_super(const char *path, struct bch_opts *opts, in __bch2_read_super()
854 int bch2_read_super(const char *path, struct bch_opts *opts, in bch2_read_super()
862 int bch2_read_super_silent(const char *path, struct bch_opts *opts, in bch2_read_super_silent()
Dinode.c1130 struct bch_opts bch2_inode_opts_to_opts(struct bch_inode_unpacked *inode) in bch2_inode_opts_to_opts()
1132 struct bch_opts ret = { 0 }; in bch2_inode_opts_to_opts()
Dxattr.c412 struct bch_opts opts = in __bch2_xattr_bcachefs_get()
Dchardev.c133 struct bch_opts opts;
Dfs.c1979 struct bch_opts opts) in bch2_remount()
2132 struct bch_opts opts = opts_parse->opts; in bch2_fs_get_tree()