Lines Matching defs:wait
855 DEFINE_WAIT(wait);
856 prepare_to_wait(&state->wq, &wait, TASK_UNINTERRUPTIBLE);
860 finish_wait(&state->wq, &wait);
2248 * to avoid any synchronization issues, wait for the data after writing, which
3790 * committing (when we call filemap_fdata[write|wait]_range against
3797 * transaction commit), which makes filemap_fdata[write|wait]_range not
4108 * WB_SYNC_ALL then we were called for data integrity and we must wait for
5486 int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num)
5505 if (wait == WAIT_NONE) {
5576 if (ret || wait != WAIT_COMPLETE)