Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-integrity.c812 struct journal_completion crypt_comp_2; in write_journal() local
848 crypt_comp_2.ic = ic; in write_journal()
849 init_completion(&crypt_comp_2.comp); in write_journal()
850 crypt_comp_2.in_flight = (atomic_t)ATOMIC_INIT(0); in write_journal()
851 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal()
854 wait_for_completion_io(&crypt_comp_2.comp); in write_journal()