Searched refs:bch2_encrypt_bio (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | checksum.h | 93 static inline int bch2_encrypt_bio(struct bch_fs *c, unsigned type, in bch2_encrypt_bio() function
|
D | io_read.c | 613 ret = bch2_encrypt_bio(c, crc.csum_type, nonce, src); in __bch2_read_endio() 628 ret = bch2_encrypt_bio(c, crc.csum_type, nonce, src); in __bch2_read_endio() 644 ret = bch2_encrypt_bio(c, crc.csum_type, nonce, src); in __bch2_read_endio()
|
D | io_write.c | 809 ret = bch2_encrypt_bio(c, op->crc.csum_type, nonce, &op->wbio.bio); in bch2_write_decrypt() 1038 ret = bch2_encrypt_bio(c, op->csum_type, in bch2_write_extent()
|