Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Ddm-integrity.c1107 struct journal_completion crypt_comp_2; in write_journal() local
1143 crypt_comp_2.ic = ic; in write_journal()
1144 init_completion(&crypt_comp_2.comp); in write_journal()
1145 crypt_comp_2.in_flight = (atomic_t)ATOMIC_INIT(0); in write_journal()
1146 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal()
1149 wait_for_completion_io(&crypt_comp_2.comp); in write_journal()