Lines Matching refs:changes
7 # Remember to fsync() changes to disk before closing a modified file
185 """Write any pending changes to the disk."""
396 """Write any pending changes to disk."""
397 # Maildir changes are always written immediately, so there's nothing
579 self._pending = False # No changes require rewriting the file.
635 """Write any pending changes to disk."""
1084 """Write any pending changes to the disk."""
1182 changes = []
1185 changes.append((key, prev + 1))
1195 if len(changes) == 0:
1198 for old, new in changes:
2028 """Ensure changes to file f are physically on disk."""
2034 """Close file f, ensuring all changes are physically on disk."""