Searched refs:bch2_csum_type_is_encryption (Results 1 - 10 of 10) sorted by last modified time

/linux-master/fs/bcachefs/
H A Dio_write.c773 if (bch2_csum_type_is_encryption(op->crc.csum_type) !=
774 bch2_csum_type_is_encryption(new_csum_type))
797 if (!bch2_csum_type_is_encryption(op->crc.csum_type))
886 bch2_csum_type_is_encryption(op->crc.csum_type) !=
887 bch2_csum_type_is_encryption(op->csum_type)) &&
935 (bch2_csum_type_is_encryption(op->csum_type) &&
957 bch2_csum_type_is_encryption(op->crc.csum_type));
985 if (bch2_csum_type_is_encryption(op->csum_type)) {
996 bch2_csum_type_is_encryption(op->crc.csum_type) ==
997 bch2_csum_type_is_encryption(o
[all...]
H A Dchecksum.c243 if (!bch2_csum_type_is_encryption(type))
331 if (!bch2_csum_type_is_encryption(type))
411 BUG_ON(bch2_csum_type_is_encryption(crc_old.csum_type) !=
412 bch2_csum_type_is_encryption(new_csum_type));
463 if (bch2_csum_type_is_encryption(new_csum_type))
H A Dbcachefs_format.h1228 static inline _Bool bch2_csum_type_is_encryption(enum bch_csum_type type)
1220 static inline _Bool bch2_csum_type_is_encryption(enum bch_csum_type type) function
H A Dbtree_node_scan.c139 if (bch2_csum_type_is_encryption(BSET_CSUM_TYPE(&bn->keys))) {
H A Djournal_io.c1892 if (bch2_csum_type_is_encryption(JSET_CSUM_TYPE(jset)))
H A Dbtree_io.c2144 if (bch2_csum_type_is_encryption(BSET_CSUM_TYPE(i)))
H A Dextents.c461 bch2_csum_type_is_encryption(u.csum_type) ==
462 bch2_csum_type_is_encryption(n.csum_type);
1202 if (bch2_csum_type_is_encryption(crc.csum_type)) {
H A Dchecksum.h96 return bch2_csum_type_is_encryption(type)
157 if (bch2_csum_type_is_encryption(type) && !c->chacha20)
H A Ddata_update.c587 if (bch2_csum_type_is_encryption(p.crc.csum_type)) {
H A Dio_read.c718 bch2_csum_type_is_encryption(rbio->pick.crc.csum_type))
892 (bch2_csum_type_is_encryption(pick.crc.csum_type) &&

Completed in 377 milliseconds