Home
last modified time | relevance | path

Searched refs:bch2_csum_opt_to_type (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dchecksum.h112 static inline enum bch_csum_type bch2_csum_opt_to_type(enum bch_csum_opts type, in bch2_csum_opt_to_type() function
140 return bch2_csum_opt_to_type(opts.data_checksum, true); in bch2_data_checksum_type()
148 return bch2_csum_opt_to_type(c->opts.metadata_checksum, false); in bch2_meta_checksum_type()
H A Dsuper-io.c899 SET_BCH_SB_CSUM_TYPE(sb, bch2_csum_opt_to_type(c->opts.metadata_checksum, false)); in write_one_super()