Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-integrity.c1100 struct journal_completion crypt_comp_2; in write_journal() local
1138 crypt_comp_2.ic = ic; in write_journal()
1139 init_completion(&crypt_comp_2.comp); in write_journal()
1140 crypt_comp_2.in_flight = (atomic_t)ATOMIC_INIT(0); in write_journal()
1141 encrypt_journal(ic, true, 0, commit_sections - to_end, &crypt_comp_2); in write_journal()
1144 wait_for_completion_io(&crypt_comp_2.comp); in write_journal()