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

/linux-master/fs/bcachefs/
H A Dsuper.h52 struct bch_fs *bch2_fs_open(char * const *, unsigned, struct bch_opts);
H A Dopts.h84 * @name - name of mount option, sysfs attribute, and struct bch_opts
486 struct bch_opts { struct
496 static const __maybe_unused struct bch_opts bch2_opts_default = {
516 static inline struct bch_opts bch2_opts_empty(void)
518 return (struct bch_opts) { 0 };
521 void bch2_opts_apply(struct bch_opts *, struct bch_opts);
552 bool bch2_opt_defined_by_id(const struct bch_opts *, enum bch_opt_id);
553 u64 bch2_opt_get_by_id(const struct bch_opts *, enum bch_opt_id);
554 void bch2_opt_set_by_id(struct bch_opts *, enu
[all...]
H A Dsuper-io.h82 int bch2_read_super(const char *, struct bch_opts *, struct bch_sb_handle *);
83 int bch2_read_super_silent(const char *, struct bch_opts *, struct bch_sb_handle *);
H A Dopts.c173 void bch2_opts_apply(struct bch_opts *dst, struct bch_opts src)
183 bool bch2_opt_defined_by_id(const struct bch_opts *opts, enum bch_opt_id id)
196 u64 bch2_opt_get_by_id(const struct bch_opts *opts, enum bch_opt_id id)
209 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v)
463 int bch2_parse_mount_opts(struct bch_fs *c, struct bch_opts *opts,
561 int bch2_opts_from_sb(struct bch_opts *opts, struct bch_sb *sb)
604 struct bch_io_opts bch2_opts_to_inode_opts(struct bch_opts src)
H A Dinode.h223 struct bch_opts bch2_inode_opts_to_opts(struct bch_inode_unpacked *);
H A Dsuper.c106 void bch2_print_opts(struct bch_opts *opts, const char *fmt, ...)
734 static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts opts)
1096 struct bch_opts *opts)
1723 struct bch_opts opts = bch2_opts_empty();
1862 struct bch_opts opts = bch2_opts_empty();
2029 struct bch_opts opts)
H A Dbcachefs.h270 void bch2_print_opts(struct bch_opts *, const char *, ...);
780 struct bch_opts opts;
H A Dsuper-io.c683 static int __bch2_read_super(const char *path, struct bch_opts *opts,
839 int bch2_read_super(const char *path, struct bch_opts *opts,
847 int bch2_read_super_silent(const char *path, struct bch_opts *opts,
H A Dxattr.c435 struct bch_opts opts =
H A Dinode.c995 struct bch_opts bch2_inode_opts_to_opts(struct bch_inode_unpacked *inode)
997 struct bch_opts ret = { 0 };
H A Dchardev.c137 struct bch_opts opts;
H A Dfs.c1703 struct bch_opts opts = bch2_opts_empty();
1874 struct bch_opts opts = bch2_opts_empty();

Completed in 214 milliseconds