Searched refs:bch2_checksum_bio (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | checksum.h | 80 struct bch_csum bch2_checksum_bio(struct bch_fs *, unsigned,
|
| H A D | checksum.c | 247 struct bch_csum bch2_checksum_bio(struct bch_fs *c, unsigned type, in bch2_checksum_bio() function 360 merged = bch2_checksum_bio(c, crc_old.csum_type, in bch2_rechecksum_bio()
|
| H A D | io_write.c | 897 csum = bch2_checksum_bio(c, op->crc.csum_type, nonce, bio); in bch2_write_prep_encoded_data() 937 csum = bch2_checksum_bio(c, op->crc.csum_type, nonce, bio); in bch2_write_prep_encoded_data() 1123 crc.csum = bch2_checksum_bio(c, op->csum_type, in bch2_write_extent()
|
| H A D | io_read.c | 663 struct bch_csum csum = bch2_checksum_bio(c, crc.csum_type, nonce, src); in bch2_read_csum_err() 750 csum = bch2_checksum_bio(c, crc.csum_type, nonce, src); in __bch2_read_endio()
|