Lines Matching defs:wait
197 * wb_wait_for_completion - wait for completion of bdi_writeback_works
1014 * Use rcu_barrier() to wait for all pending callbacks to
1374 DEFINE_WAIT(wait);
1378 prepare_to_wait(wqh, &wait, TASK_UNINTERRUPTIBLE);
1383 finish_wait(wqh, &wait);
1473 * Make sure to wait on the data before writing out the metadata.
1559 * It's a data-integrity sync. We must wait. Since callers hold
1731 * evict_inode() will wait so the inode cannot be freed.
2380 * Data integrity sync. Must wait for all pages under writeback, because
2383 * may not be on the dirty list, but we still have to wait for that
2468 * on how many (if any) will be written, and this function does not wait
2485 * on how many (if any) will be written, and this function does not wait
2533 * Can't skip on !bdi_has_dirty() because we should wait for !dirty
2598 * @wait: wait for I/O to complete.
2604 int sync_inode_metadata(struct inode *inode, int wait)
2607 .sync_mode = wait ? WB_SYNC_ALL : WB_SYNC_NONE,