Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-integrity.c996 struct journal_completion crypt_comp_2; in write_journal() local
1032 crypt_comp_2.ic = ic; in write_journal()
1033 init_completion(&crypt_comp_2.comp); in write_journal()
1034 crypt_comp_2.in_flight = (atomic_t)ATOMIC_INIT(0); in write_journal()
1035 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal()
1038 wait_for_completion_io(&crypt_comp_2.comp); in write_journal()