Searched refs:bch2_encrypt (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | btree_io.h | 110 ret = bch2_encrypt(c, BSET_CSUM_TYPE(i), nonce, in bset_encrypt() 118 return bch2_encrypt(c, BSET_CSUM_TYPE(i), nonce, i->_data, in bset_encrypt()
|
D | checksum.h | 78 int bch2_encrypt(struct bch_fs *, unsigned, struct nonce,
|
D | btree_node_scan.c | 165 bch2_encrypt(c, BSET_CSUM_TYPE(&bn->keys), nonce, &bn->flags, bytes); in try_read_btree_node()
|
D | checksum.c | 249 int bch2_encrypt(struct bch_fs *c, unsigned type, in bch2_encrypt() function
|
D | journal_io.c | 1102 ret = bch2_encrypt(c, JSET_CSUM_TYPE(j), journal_nonce(j), in journal_read_bucket() 1915 ret = bch2_encrypt(c, JSET_CSUM_TYPE(jset), journal_nonce(jset), in bch2_journal_write_prep()
|