Home
last modified time | relevance | path

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

/linux-6.15/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()
113 static inline enum bch_csum_type bch2_csum_opt_to_type(enum bch_csum_opt type, in bch2_csum_opt_to_type()
130 static inline enum bch_csum_type bch2_data_checksum_type(struct bch_fs *c, in bch2_data_checksum_type()
144 static inline enum bch_csum_type bch2_meta_checksum_type(struct bch_fs *c) in bch2_meta_checksum_type()
H A Dbcachefs_format.h1027 enum bch_csum_type { enum
1045 static inline _Bool bch2_csum_type_is_encryption(enum bch_csum_type type) in bch2_csum_type_is_encryption()
H A Dopts.c118 PRT_STR_OPT_BOUNDSCHECKED(csum_type, enum bch_csum_type);
H A Dopts.h33 void bch2_prt_csum_type(struct printbuf *, enum bch_csum_type);
H A Dsuper-io.c755 enum bch_csum_type csum_type = BCH_SB_CSUM_TYPE(sb->sb); in read_one_super()
H A Djournal_io.c1133 enum bch_csum_type csum_type = JSET_CSUM_TYPE(j); in journal_read_bucket()