Lines Matching refs:write
30 * in the file COPYING); if not, write to the Free Software Foundation,
219 BOOL no_action; /* -n, do not write to device, only display what would be done. */
253 " -n, --no-action Do not write to disk\n"
819 bytes_written = dev->d_ops->write(dev, b, count);
839 * Build and write a part of the global bitmap
853 /* create a partial bitmap section, and write it */
855 written = dev->d_ops->write(dev, g_dynamic_buf, partial_length);
860 * Build and write a part of the log file
874 /* create a partial bad cluster section, and write it */
876 written = dev->d_ops->write(dev, g_dynamic_buf, partial_length);
909 /* Don't write sparse runs. */
918 * Break up the write into the real data write and then a write
943 bytes_written = dev->d_ops->write(dev,
4367 ntfs_log_critical("Couldn't write backup boot sector: %s\n", s);
4371 ntfs_log_error("Couldn't write backup boot sector. This is due to a "