Lines Matching refs:write
23 * distribution in the file COPYING); if not, write to the Free Software
684 * Note: In pre XP, this requires write permission, even though nothing is
1173 /* Access if read-write, no volume found. */
1327 * @write: TRUE if write transfer and FALSE if read transfer
1348 (long long)pos, (long long)count, write ? "write" :
1398 ntfs_log_trace("%sFile() failed.\n", write ?
1567 * ntfs_device_win32_sync - flush write buffers to disk
1605 * ntfs_device_win32_pwrite_simple - positioned simple write
1607 * @pos: at which position to write to
1609 * @b: a pointer to the data to write
1627 * ntfs_device_win32_write - write bytes to an ntfs device
1629 * @b: pointer to the data to write
1659 ntfs_log_trace("Can't write on a R/O device.\n");
1677 ntfs_log_trace("VirtualAlloc failed for write.\n");
1680 /* Read first sector if start of write not sector aligned. */
1692 * Read last sector if end of write not sector aligned and last
1695 * yet, i.e. the start of the write is sector aligned.
1932 /* write the fast way if sector aligned */
1950 .write = ntfs_device_win32_write,