Home
last modified time | relevance | path

Searched refs:bch_csum_type (Results 1 – 6 of 6) sorted by relevance

/linux/fs/bcachefs/
H A Dchecksum.h49 enum bch_csum_type type, in bch2_csum_to_text()
60 enum bch_csum_type type, in bch2_csum_err_msg()
112 static inline enum bch_csum_type bch2_csum_opt_to_type(enum bch_csum_opts type, in bch2_csum_opt_to_type()
129 static inline enum bch_csum_type bch2_data_checksum_type(struct bch_fs *c, in bch2_data_checksum_type()
143 static inline enum bch_csum_type bch2_meta_checksum_type(struct bch_fs *c) in bch2_meta_checksum_type()
H A Dbcachefs_format.h1000 enum bch_csum_type { enum
1018 static inline _Bool bch2_csum_type_is_encryption(enum bch_csum_type type) in bch2_csum_type_is_encryption()
H A Dopts.h30 void bch2_prt_csum_type(struct printbuf *, enum bch_csum_type);
H A Dopts.c116 PRT_STR_OPT_BOUNDSCHECKED(csum_type, enum bch_csum_type);
H A Dsuper-io.c678 enum bch_csum_type csum_type = BCH_SB_CSUM_TYPE(sb->sb); in read_one_super()
H A Djournal_io.c1085 enum bch_csum_type csum_type = JSET_CSUM_TYPE(j); in journal_read_bucket()