Home
last modified time | relevance | path

Searched refs:crypt_comp_2 (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/md/
Ddm-integrity.c1117 struct journal_completion crypt_comp_2; in write_journal() local
1154 crypt_comp_2.ic = ic; in write_journal()
1155 init_completion(&crypt_comp_2.comp); in write_journal()
1156 crypt_comp_2.in_flight = (atomic_t)ATOMIC_INIT(0); in write_journal()
1157 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal()
1160 wait_for_completion_io(&crypt_comp_2.comp); in write_journal()