Searched refs:encrypt_journal (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-integrity.c | 935 static void encrypt_journal(struct dm_integrity_c *ic, bool encrypt, unsigned section, in encrypt_journal() function 1025 encrypt_journal(ic, true, commit_start, commit_sections, &crypt_comp_1); in write_journal() 1041 encrypt_journal(ic, true, commit_start, to_end, &crypt_comp_1); in write_journal() 1046 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_1); in write_journal() 1052 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal() 2807 encrypt_journal(ic, false, 0, ic->journal_sections, &crypt_comp); in replay_journal()
|