Searched refs:bch_opt_id (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | opts.c | 186 bool bch2_opt_defined_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_defined_by_id() 199 u64 bch2_opt_get_by_id(const struct bch_opts *opts, enum bch_opt_id id) in bch2_opt_get_by_id() 212 void bch2_opt_set_by_id(struct bch_opts *opts, enum bch_opt_id id, u64 v) in bch2_opt_set_by_id() 460 for (enum bch_opt_id i = 0; i < bch2_opts_nr; i++) { in bch2_opts_to_text() 622 u64 bch2_opt_from_sb(struct bch_sb *sb, enum bch_opt_id id) in bch2_opt_from_sb() 671 enum bch_opt_id id = opt - bch2_opt_table; in __bch2_opt_set_sb() 726 bool bch2_opt_is_inode_opt(enum bch_opt_id id) in bch2_opt_is_inode_opt() 728 static const enum bch_opt_id inode_opt_list[] = { in bch2_opt_is_inode_opt()
|
H A D | opts.h | 573 enum bch_opt_id { enum 602 bool bch2_opt_defined_by_id(const struct bch_opts *, enum bch_opt_id); 603 u64 bch2_opt_get_by_id(const struct bch_opts *, enum bch_opt_id); 604 void bch2_opt_set_by_id(struct bch_opts *, enum bch_opt_id, u64); 606 u64 bch2_opt_from_sb(struct bch_sb *, enum bch_opt_id); 660 bool bch2_opt_is_inode_opt(enum bch_opt_id);
|
H A D | super-io.c | 374 enum bch_opt_id opt_id; in bch2_sb_validate() 1457 enum bch_opt_id id; in bch2_sb_to_text()
|
H A D | super.c | 971 enum bch_opt_id i; in print_mount_opts()
|