Lines Matching defs:sync
50 unsigned int for_sync:1; /* sync(2) WB_SYNC_ALL writeback */
1547 * the dirty time to prevent enqueue and sync it again.
1630 * I/O completion. We don't do it for sync(2) writeback because it has a
1703 * whether it is a data-integrity sync (%WB_SYNC_ALL) or not (%WB_SYNC_NONE).
1799 * (maybe slowly) sync all tagged pages
2059 * so that e.g. sync can proceed. They'll be restarted
2560 * The @s_sync_lock is used to serialise concurrent sync operations
2563 * walks. The queueing maintains sync(2) required behaviour as all the IO that
2594 * Data integrity sync. Must wait for all pages under writeback, because
2595 * there may have been pages dirtied before our sync call, but which had
2726 * sync_inodes_sb - sync sb inode pages
2768 * @sync: whether the write should be synchronous or not
2775 int write_inode_now(struct inode *inode, int sync)
2779 .sync_mode = sync ? WB_SYNC_ALL : WB_SYNC_NONE,
2794 * @inode: the inode to sync