Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c1112 struct journal_completion crypt_comp_1; in write_journal() local
1122 crypt_comp_1.ic = ic; in write_journal()
1123 init_completion(&crypt_comp_1.comp); in write_journal()
1124 crypt_comp_1.in_flight = (atomic_t)ATOMIC_INIT(0); in write_journal()
1126 wait_for_completion_io(&crypt_comp_1.comp); in write_journal()
1139 crypt_comp_1.ic = ic; in write_journal()
1140 init_completion(&crypt_comp_1.comp); in write_journal()
1141 crypt_comp_1.in_flight = (atomic_t)ATOMIC_INIT(0); in write_journal()
1146 reinit_completion(&crypt_comp_1.comp); in write_journal()
1149 wait_for_completion_io(&crypt_comp_1.comp); in write_journal()
[all …]