Searched refs:copy_to_journal_wait (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-integrity.c261 wait_queue_head_t copy_to_journal_wait; member in struct:dm_integrity_c
2050 __io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je));
2149 if (unlikely(waitqueue_active(&ic->copy_to_journal_wait)))
2150 wake_up(&ic->copy_to_journal_wait);
2459 io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je));
4132 init_waitqueue_head(&ic->copy_to_journal_wait);

Completed in 131 milliseconds