Searched refs:bch2_encrypt_bio (Results 1 – 3 of 3) sorted by relevance
| /fs/bcachefs/ |
| A D | checksum.h | 94 static inline int bch2_encrypt_bio(struct bch_fs *c, unsigned type, in bch2_encrypt_bio() function
|
| A D | io_read.c | 867 ret = bch2_encrypt_bio(c, crc.csum_type, nonce, src); in __bch2_read_endio() 882 ret = bch2_encrypt_bio(c, crc.csum_type, nonce, src); in __bch2_read_endio() 908 ret = bch2_encrypt_bio(c, crc.csum_type, nonce, src); in __bch2_read_endio()
|
| A D | io_write.c | 921 ret = bch2_encrypt_bio(c, op->crc.csum_type, nonce, bio); in bch2_write_prep_encoded_data() 960 ret = bch2_encrypt_bio(c, op->crc.csum_type, nonce, bio); in bch2_write_prep_encoded_data() 1137 ret = bch2_encrypt_bio(c, op->csum_type, in bch2_write_extent()
|
Completed in 9 milliseconds