• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/

Lines Matching defs:written

984 	s64 written, size, end = pos + count;
1001 written = ntfs_rl_pwrite(na->ni->vol, na->rl, pos, size, buf);
1002 if (written <= 0) {
1006 pos += written;
1148 * On success, return the number of successfully written bytes. If this number
1150 * write so that the write is partial. 0 means nothing was written (also return
1153 * On error and nothing has been written, return -1 with errno set
1159 s64 written, to_write, ofs, old_initialized_size, old_data_size;
1379 written = ntfs_pwrite(vol->dev, wpos, rounding, cb);
1380 if (written == rounding)
1381 written = to_write;
1385 written = ntfs_pwrite(vol->dev, wpos, to_write, b);
1387 written = to_write;
1389 if (written > 0) {
1390 total += written;
1391 count -= written;
1392 b = (const u8*)b + written;
1396 if (written == (s64)-1 && errno == EINTR)
1398 if (!written)
1548 * On success, return the number of successfully written blocks. If this number
1550 * write so that the write is partial. 0 means nothing was written (also
1553 * On error and nothing has been written, return -1 with errno set
1563 * simulating an mst read on the written data. This way cache coherency is
1569 s64 written, i;
1596 written = ntfs_attr_pwrite(na, pos, bk_cnt * bk_size, src);
1597 if (written <= 0) {
1598 ntfs_log_perror("%s: written=%lld", __FUNCTION__,
1599 (long long)written);
1605 if (written <= 0)
1606 return written;
1607 /* Finally, return the number of complete blocks written. */
1608 return written / bk_size;
4017 * written out later.
4596 /* All mapping pairs has been written. */
4767 /* Set the inode dirty so it is written out later. */
4947 /* Set the inode dirty so it is written out later. */