Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-integrity.c2924 struct journal_completion crypt_comp; in replay_journal() local
2925 crypt_comp.ic = ic; in replay_journal()
2926 init_completion(&crypt_comp.comp); in replay_journal()
2927 crypt_comp.in_flight = (atomic_t)ATOMIC_INIT(0); in replay_journal()
2928 encrypt_journal(ic, false, 0, ic->journal_sections, &crypt_comp); in replay_journal()
2929 wait_for_completion(&crypt_comp.comp); in replay_journal()